Skip to content

Commit 93d68dd

Browse files
committed
chore: Register shroomlight recpies
1 parent 6782f2d commit 93d68dd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/main/java/de/kiridevs/ksmpplugin/recipes/CraftingRecipes.java

+1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ public static void register(KiriSmpPlugin plugin) {
1919
new ChainRecipes(plugin).register(config);
2020
new ChainArmorRecipes(plugin).register(config);
2121
new SaddleRecipe(plugin).register(config);
22+
new ShroomlightRecipe(plugin).register(config);
2223
}
2324
}

src/main/resources/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ recipes:
1414
saddle: true
1515
cheapLantern: true
1616
bell: true
17+
shroomlight: true
1718
stonecutting:
1819
wood:
1920
slabs: true
20-
stairs: true
21+
stairs: true

0 commit comments

Comments
 (0)