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();
|
||||
}));
|
||||
addRecipeEntry(new RecipeEntry("shulker", (material, config, id) -> {
|
||||
GridRecipe.make(id, getBlock(BLOCK_COMPOSTER))
|
||||
GridRecipe.make(id, Blocks.SHULKER_BOX)
|
||||
.checkConfig(config)
|
||||
.setShape("S", "#", "S")
|
||||
.addMaterial('S', Items.SHULKER_SHELL)
|
||||
|
|
Loading…
Reference in a new issue