Skip to content

Commit

Permalink
Register the tinker listener
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Mar 8, 2024
1 parent d5e087c commit cbdec66
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.badbones69.crazyenchantments.paper;

import com.badbones69.crazyenchantments.paper.api.FileManager.Files;
import com.badbones69.crazyenchantments.paper.api.builders.types.tinkerer.TinkererMenu;
import com.badbones69.crazyenchantments.paper.commands.BlackSmithCommand;
import com.badbones69.crazyenchantments.paper.commands.CECommand;
import com.badbones69.crazyenchantments.paper.commands.CETab;
Expand Down Expand Up @@ -105,6 +106,8 @@ private void enable() {
this.pluginManager.registerEvents(new MiscListener(), this);
this.pluginManager.registerEvents(new DustControlListener(), this);

this.pluginManager.registerEvents(new TinkererMenu.TinkererListener(), this);

this.pluginManager.registerEvents(new PickaxeEnchantments(), this);
this.pluginManager.registerEvents(new SwordEnchantments(), this);
this.pluginManager.registerEvents(this.armorEnchantments = new ArmorEnchantments(), this);
Expand Down

0 comments on commit cbdec66

Please sign in to comment.