Skip to content

Commit

Permalink
its a ImodBusEvent now
Browse files Browse the repository at this point in the history
  • Loading branch information
MehVahdJukaar committed Aug 4, 2024
1 parent 12f36cd commit 6502e27
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package org.violetmoon.zetaimplforge.event.load;

import net.minecraftforge.eventbus.api.Event;
import net.minecraftforge.fml.event.IModBusEvent;
import org.violetmoon.zeta.config.ConfigFlagManager;
import org.violetmoon.zeta.event.load.ZGatherAdditionalFlags;

public class ForgeZGatherAdditionalFlags extends Event implements ZGatherAdditionalFlags {
public class ForgeZGatherAdditionalFlags extends Event implements ZGatherAdditionalFlags , IModBusEvent {

private final ZGatherAdditionalFlags wrapped;

Expand Down

0 comments on commit 6502e27

Please sign in to comment.