File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
src/client/java/io/github/discusser/toomanyentities Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 1717public class TooManyEntitiesClient implements ClientModInitializer {
1818 public static final Logger LOGGER = LoggerFactory .getLogger ("too-many-entities" );
1919 public static final String MODID = "too-many-entities" ;
20- public static Lazy <Boolean > entityCullingLoaded = Lazy .lazy (() -> FabricLoader .getInstance ().isModLoaded ("entityculling" ));
2120 public static final HashMap <String , Integer > entityCounts = new HashMap <>();
2221
2322 @ Override
Original file line number Diff line number Diff line change 11package io .github .discusser .toomanyentities .mixin .client ;
22
33import com .google .common .collect .ImmutableMap ;
4- import io .github .discusser .toomanyentities .TooManyEntitiesClient ;
54import net .fabricmc .loader .api .FabricLoader ;
65import org .objectweb .asm .tree .ClassNode ;
76import org .spongepowered .asm .mixin .extensibility .IMixinConfigPlugin ;
You can’t perform that action at this time.
0 commit comments