Example fix
This commit is contained in:
parent
01d29a3aa7
commit
0ba6ca9ccd
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class BetterEnd implements ModInitializer {
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
new RecipeBuilder("test_item_shapeless", Items.SUGAR)
|
new RecipeBuilder("test_item_shapeless", Items.SUGAR)
|
||||||
.setShape(new String[] {"I#Y"})
|
.setList("I#Y")
|
||||||
.addMaterial('I', Items.STRING)
|
.addMaterial('I', Items.STRING)
|
||||||
.addMaterial('#', ItemTags.LOGS)
|
.addMaterial('#', ItemTags.LOGS)
|
||||||
.addMaterial('Y', ItemTags.ARROWS)
|
.addMaterial('Y', ItemTags.ARROWS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue