[Fix] Removed duplicate hopper recipe entry
This commit is contained in:
parent
ec550a12ab
commit
02d7f746e9
1 changed files with 0 additions and 7 deletions
|
@ -71,13 +71,6 @@ public class CraftingRecipes {
|
||||||
.checkConfig(Configs.RECIPE_CONFIG)
|
.checkConfig(Configs.RECIPE_CONFIG)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
GridRecipe.make(BCLib.MOD_ID, "tag_hopper", Blocks.HOPPER)
|
|
||||||
.setShape("I I", "ICI", " I ")
|
|
||||||
.addMaterial('I', CommonItemTags.IRON_INGOTS)
|
|
||||||
.addMaterial('C', CommonItemTags.CHEST)
|
|
||||||
.checkConfig(Configs.RECIPE_CONFIG)
|
|
||||||
.build();
|
|
||||||
|
|
||||||
GridRecipe.make(BCLib.MOD_ID, "tag_shulker_box", Blocks.SHULKER_BOX)
|
GridRecipe.make(BCLib.MOD_ID, "tag_shulker_box", Blocks.SHULKER_BOX)
|
||||||
.setShape("S", "C", "S")
|
.setShape("S", "C", "S")
|
||||||
.addMaterial('S', Items.SHULKER_SHELL)
|
.addMaterial('S', Items.SHULKER_SHELL)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue