Fixed ICBM explosives missing their parent ingredient
This commit is contained in:
parent
cd0be72fc6
commit
56aefcf8f8
1 changed files with 2 additions and 2 deletions
|
@ -1019,7 +1019,7 @@ public class Recipes {
|
|||
WarpDrive.register(new RecipeParticleShapedOre(groupComponents,
|
||||
itemStackAntimatterExplosive, "aaa", "ana", "aaa",
|
||||
'a', ItemElectromagneticCell.getItemStackNoCache(EnumTier.ADVANCED, ParticleRegistry.ANTIMATTER, 1000),
|
||||
'n', WarpDriveConfig.getItemStackOrFire("icbmclassic:icbmCExplosive", 15)));
|
||||
'n', WarpDriveConfig.getItemStackOrFire("icbmclassic:explosives", 15)));
|
||||
|
||||
// red matter
|
||||
final ItemStack itemStackRedMatterExplosive = WarpDriveConfig.getItemStackOrFire("icbmclassic:explosives", 23); // Red Matter Explosive
|
||||
|
@ -1027,7 +1027,7 @@ public class Recipes {
|
|||
WarpDrive.register(new RecipeParticleShapedOre(groupComponents,
|
||||
itemStackRedMatterExplosive, "sss", "sas", "sss",
|
||||
's', ItemElectromagneticCell.getItemStackNoCache(EnumTier.ADVANCED, ParticleRegistry.STRANGE_MATTER, 1000),
|
||||
'a', WarpDriveConfig.getItemStackOrFire("icbmclassic:icbmCExplosive", 22)));
|
||||
'a', WarpDriveConfig.getItemStackOrFire("icbmclassic:explosives", 22)));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue