Fixed Shulker Recipe
This commit is contained in:
parent
56bbc93460
commit
6b3957d04a
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ public class WoodenComplexMaterial extends ComplexMaterial {
|
||||||
.build();
|
.build();
|
||||||
}));
|
}));
|
||||||
addRecipeEntry(new RecipeEntry("shulker", (material, config, id) -> {
|
addRecipeEntry(new RecipeEntry("shulker", (material, config, id) -> {
|
||||||
GridRecipe.make(id, getBlock(BLOCK_COMPOSTER))
|
GridRecipe.make(id, Blocks.SHULKER_BOX)
|
||||||
.checkConfig(config)
|
.checkConfig(config)
|
||||||
.setShape("S", "#", "S")
|
.setShape("S", "#", "S")
|
||||||
.addMaterial('S', Items.SHULKER_SHELL)
|
.addMaterial('S', Items.SHULKER_SHELL)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue