Skip to content

Commit 8e1c891

Browse files
committed
fix: Use glowstone block instead of dust for shroomlight
1 parent b254c26 commit 8e1c891

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
@@ -33,7 +33,7 @@ public void register(ConfigurationSection config) {
3333
ShapedRecipe recipe = new ShapedRecipe(key, result)
3434
.shape(" s ", "sgs", " s ")
3535
.setIngredient('s', ShroomlightRecipe.SHROOM_CHOICE)
36-
.setIngredient('g', Material.GLOWSTONE_DUST);
36+
.setIngredient('g', Material.GLOWSTONE);
3737

3838
this.plugin.log.info("recipes: ShroomlightRecipe: Registering Custom Recipe");
3939
Bukkit.addRecipe(recipe);

0 commit comments

Comments
 (0)