Skip to content

Commit a6abf7b

Browse files
committed
Also log successful overrides
1 parent 5140a70 commit a6abf7b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/dev/lapt/nowheel/mixin/EntityCullingConfigOverrideMixin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public class EntityCullingConfigOverrideMixin {
6060
try {
6161
blockEntityWhitelist.remove(ForgeRegistries.BLOCK_ENTITY_TYPES.getValue(ROPE_PULLEY));
6262
blockEntityWhitelist.remove(ForgeRegistries.BLOCK_ENTITY_TYPES.getValue(HOSE_PULLEY));
63+
NowheelMod.LOGGER.info("Overriden Entity Culling whitelist");
6364
} catch (final Throwable t) {
6465
NowheelMod.LOGGER.error("Error overriding whitelist, what the helly: ", t);
6566
}

0 commit comments

Comments
 (0)