File Details
ZeroCore2-1.16.5-2.1.0.jar
- B
- Aug 6, 2021
- 852.58 KB
- 22.4K
- 1.16.5
- Forge
File Name
ZeroCore2-1.16.5-2.1.0.jar
Supported Versions
- 1.16.5
Curse Maven Snippet
- Dropped support for Minecraft 1.16.4
- Multiblock API: many perfomance improvements that considerably lower the times needed to load and assemble a multiblock structure from scrath (during chunk loading) or while building it even for huge structures while generally keeping the old API contract and two-sides handling of your multiblocks. Having said so, this is still a braking change from previous versions.
- AbstractModBlockEntity : the DataUpdate event is now deprecated and will be replaced in a future version with a new update notification mechanism that do not need a full IEvent for every TileEntity even if notifications are not needed. Also, changes to the Event class in this release almost drop to zero it's memory usage when it has no subscribers
- Removed some deprecated methods
- General speed and memory optimizations in the whole codebase
- Bumped version to 2.1.0
- Updated Minecraft to version 1.16.5
- Updated Forge to version 36.2.0

