fixed crafting advancement and crafting bug

This commit is contained in:
2024-12-29 16:33:38 +01:00
parent 224f4a9f1e
commit e45bbfc07b
3 changed files with 35 additions and 2 deletions

View File

@@ -73,7 +73,8 @@ public final class Main extends JavaPlugin {
new PreventEntityPlacementListener(),
new DiscoverRecipesListener(),
new QuitWhileInPixelBlockListener(),
new PreventGrowthListener()
new PreventGrowthListener(),
new CraftPixelBlockListener()
};
for(Listener listener : listeners) {