fixed crafting advancement and crafting bug
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user