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:
Unknown 2019-06-18 23:16:16 +02:00 committed by unknown
parent 8bea9987b5
commit 16aa136c92

View file

@ -463,7 +463,7 @@ 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,
WarpDrive.register(new RecipeParticleShapedOre(groupComponents,
ItemComponent.getItemStack(EnumComponentType.ACTIVATED_CARBON), false, "lll", "aaa", "wgw",
'l', leaves,
'a', ItemComponent.getItemStack(EnumComponentType.BONE_CHARCOAL),