Skip to content

Commit

Permalink
Fix neoforge 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Jul 3, 2024
1 parent cb3c70d commit 92cc9b1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main/java/dev/tr7zw/waveycapes/WaveyCapesBootstrap.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
//$$package dev.tr7zw.waveycapes;
//$$
//$$import net.neoforged.api.distmarker.Dist;
//$$import net.neoforged.fml.DistExecutor;
//$$import net.neoforged.fml.loading.FMLEnvironment;
//$$import net.neoforged.fml.common.Mod;
//$$
//$$@Mod("waveycapes")
//$$public class WaveyCapesBootstrap {
//$$
//$$ public WaveyCapesBootstrap() {
//$$ DistExecutor.unsafeRunWhenOn(Dist.CLIENT, () -> () -> {
//$$ new WaveyCapesMod().init();
//$$ });
//$$ }
//$$
//$$ public WaveyCapesBootstrap() {
//$$ if(FMLEnvironment.dist == Dist.CLIENT) {
//$$ new WaveyCapesMod().init();
//$$ }
//$$ }
//$$
//$$}
//#endif

0 comments on commit 92cc9b1

Please sign in to comment.