JDDev0 / EnergizedPower

This is a technology Forge/NeoForge/Fabric mod with many machines.
MIT License
18 stars 6 forks source link

Slow fuel check on Fabric #10

Closed Technici4n closed 1 year ago

Technici4n commented 1 year ago

Hello, I randomly found this line: https://github.com/JDDev0/EnergizedPower/blob/3cb8d95dec16519a58d6e28c8b272123e9309ff1/src/main/java/me/jddev0/ep/block/entity/CoalEngineBlockEntity.java#L68.

Creating the full map can be extremely slow in large mod packs, I would recommend using FuelRegistry.INSTANCE.get(item) != null instead.

JDDev0 commented 1 year ago

Thanks for bringing this up! I will fix it in v1.6.1.