Fixed activated carbon recipe to use only water potion
(i.e. dear auto-crafter, please don't consume my regeneration potions)
This commit is contained in:
parent
8bea9987b5
commit
16aa136c92
1 changed files with 6 additions and 6 deletions
|
@ -463,12 +463,12 @@ public class Recipes {
|
|||
"ore:gunpowder", 0,
|
||||
"minecraft:gunpowder", 0 );
|
||||
final ItemStack itemStackWaterBottle = WarpDriveConfig.getItemStackOrFire("minecraft:potion", 0, "{Potion: \"minecraft:water\"}");
|
||||
WarpDrive.register(new ShapedOreRecipe(groupComponents,
|
||||
ItemComponent.getItemStack(EnumComponentType.ACTIVATED_CARBON), false, "lll", "aaa", "wgw",
|
||||
'l', leaves,
|
||||
'a', ItemComponent.getItemStack(EnumComponentType.BONE_CHARCOAL),
|
||||
'w', itemStackWaterBottle,
|
||||
'g', gunpowderOrSulfur ));
|
||||
WarpDrive.register(new RecipeParticleShapedOre(groupComponents,
|
||||
ItemComponent.getItemStack(EnumComponentType.ACTIVATED_CARBON), false, "lll", "aaa", "wgw",
|
||||
'l', leaves,
|
||||
'a', ItemComponent.getItemStack(EnumComponentType.BONE_CHARCOAL),
|
||||
'w', itemStackWaterBottle,
|
||||
'g', gunpowderOrSulfur ));
|
||||
|
||||
// Air canister is 4 iron bars, 2 rubber, 2 yellow wool, 1 tank
|
||||
final Object woolPurple = WarpDriveConfig.getOreOrItemStack(
|
||||
|
|
Loading…
Reference in a new issue