Skip to content

Commit

Permalink
ForgeZGatherHints is an IModBusEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
MehVahdJukaar committed Sep 10, 2024
1 parent e7c935f commit 52bb1b6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
import net.minecraft.network.chat.Component;
import net.minecraft.world.level.ItemLike;
import net.minecraftforge.eventbus.api.Event;
import net.minecraftforge.fml.event.IModBusEvent;
import org.violetmoon.zeta.config.ConfigFlagManager;
import org.violetmoon.zeta.event.load.ZGatherHints;
import org.violetmoon.zeta.module.ZetaModule;

public class ForgeZGatherHints extends Event implements ZGatherHints {
public class ForgeZGatherHints extends Event implements ZGatherHints, IModBusEvent {
private final ZGatherHints wrapped;

public ForgeZGatherHints(ZGatherHints e) {
Expand Down

0 comments on commit 52bb1b6

Please sign in to comment.