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,7 +463,7 @@ public class Recipes {
|
||||||
"ore:gunpowder", 0,
|
"ore:gunpowder", 0,
|
||||||
"minecraft:gunpowder", 0 );
|
"minecraft:gunpowder", 0 );
|
||||||
final ItemStack itemStackWaterBottle = WarpDriveConfig.getItemStackOrFire("minecraft:potion", 0, "{Potion: \"minecraft:water\"}");
|
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",
|
ItemComponent.getItemStack(EnumComponentType.ACTIVATED_CARBON), false, "lll", "aaa", "wgw",
|
||||||
'l', leaves,
|
'l', leaves,
|
||||||
'a', ItemComponent.getItemStack(EnumComponentType.BONE_CHARCOAL),
|
'a', ItemComponent.getItemStack(EnumComponentType.BONE_CHARCOAL),
|
||||||
|
|
Loading…
Reference in a new issue