Skip to content

Commit c49a97f

Browse files
committed
fix: Make ShroomlightRecipe rectangular
1 parent 0195224 commit c49a97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/kiridevs/ksmpplugin/recipes/crafting/ShroomlightRecipe.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void register(ConfigurationSection config) {
2929
ItemStack result = new ItemStack(Material.SHROOMLIGHT);
3030

3131
ShapedRecipe recipe = new ShapedRecipe(key, result)
32-
.shape(" g", "gsg", " g")
32+
.shape(" g ", "gsg", " g ")
3333
.setIngredient('g', Material.GLOWSTONE_DUST)
3434
.setIngredient('s', ShroomlightRecipe.SHROOM_BLOCKS);
3535

0 commit comments

Comments
 (0)