Skip to content

Commit

Permalink
NeoForge remove deprecated bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Apr 30, 2024
1 parent 053d5bb commit 6d7f630
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main/java/dev/tr7zw/skinlayers/SkinLayersBootstrap.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@
//#elseif NEOFORGE
//$$package dev.tr7zw.skinlayers;
//$$
//$$import net.neoforged.api.distmarker.Dist;
//$$import net.neoforged.fml.DistExecutor;
//$$import net.neoforged.fml.common.Mod;
//$$import net.neoforged.fml.loading.FMLEnvironment;
//$$
//$$@Mod("skinlayers3d")
//$$public class SkinLayersBootstrap {
//$$
//$$ public SkinLayersBootstrap() {
//$$ DistExecutor.unsafeRunWhenOn(Dist.CLIENT, () -> SkinLayersMod::new);
//$$ if (FMLEnvironment.dist.isClient()) new SkinLayersMod();
//$$ }
//$$
//$$}
//#endif
//#endif

0 comments on commit 6d7f630

Please sign in to comment.