Skip to content

Commit

Permalink
<log>fixes centrifuge common setup event not subscribed on server<\log>
Browse files Browse the repository at this point in the history
  • Loading branch information
Epic428 committed Mar 22, 2024
1 parent 7fc7195 commit f33df32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent;

@Mod.EventBusSubscriber(value = Dist.CLIENT, bus = Mod.EventBusSubscriber.Bus.MOD, modid = ModConstants.MOD_ID)
@Mod.EventBusSubscriber(bus = Mod.EventBusSubscriber.Bus.MOD, modid = ModConstants.MOD_ID)
public class CentrifugeCommon {

@SubscribeEvent
Expand Down

0 comments on commit f33df32

Please sign in to comment.