Skip to content

Commit

Permalink
remove wilder wild instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Oct 26, 2023
1 parent 271b150 commit ccdb3a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/net/frozenblock/wilderwild/WilderWild.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,9 @@ public final class WilderWild extends FrozenModInitializer implements FrozenMobC
public static final ResourceLocation TERMITE_PARTICLE_PACKET = WilderSharedConstants.id("termite_particle_packet");
public static final ResourceLocation SENSOR_HICCUP_PACKET = WilderSharedConstants.id("sensor_hiccup_packet");
public static final ResourceLocation JELLY_STING_PACKET = WilderSharedConstants.id("jelly_sting_packet");
@Nullable
public static WilderWild INSTANCE;

public WilderWild() {
super(WilderSharedConstants.MOD_ID);
INSTANCE = this;
}

private static void applyDataFixes(final @NotNull ModContainer mod) {
Expand Down

0 comments on commit ccdb3a7

Please sign in to comment.