2.4.1 update:
Addition:
- "hole" in the config screen to see better what line you're reading
- buttons for ewc config screen
- added possibility to combine blockList
- added possibility to combine orderedBlockList
2.4.0 update:
Addition:
- added config api (mod menu is recommended for clients)
- logs warns/benchmarks can be disabled thanks to the new config
- added config to send chat messages when huge features are being placed
- changed the shape coordinates arrays
List<Set<BlockPos>>
->Map<ChunkPos, Set<BlockPos>>
allowing for better readibility, more possibilities and for slightly more performance - added config screen
- added client widgets
- added experimental classes to determine the trajectory of an entity jump
2.4.0 update:
Addition:
- added config api (mod menu is recommended for clients)
- logs warns/benchmarks can be disabled thanks to the new config
- added config to send chat messages when huge features are being placed
- changed the shape coordinates arrays
List<Set<BlockPos>>
->Map<ChunkPos, Set<BlockPos>>
allowing for better readibility, more possibilities and for slightly more performance - added config screen
- added client widgets
- added experimental classes to determine the trajectory of an entity jump
2.3.4 update:
Addition:
- added simple
verify()
method inBlockPlaceUtil
- added
placeAll()
methods inOrderedBlockListComparator
- added
FROM_PLANE
and inverted enum inBlockSorter
- added
place()
methods inBlockList
and inBlockListComparator
- removed
radialCenterVec3d
fromAbstractBlockShapeLayer
Fixes:
- fixed null pointer in method
getBlockListWithVerification()
inAbstractBlockShape
2.3.4 update:
Addition:
- added simple
verify()
method inBlockPlaceUtil
- added
placeAll()
methods inOrderedBlockListComparator
- added
FROM_PLANE
and inverted enum inBlockSorter
- added
place()
methods inBlockList
and inBlockListComparator
- removed
radialCenterVec3d
fromAbstractBlockShapeLayer
Fixes:
- fixed null pointer in method
getBlockListWithVerification()
inAbstractBlockShape
2.3.3 update:
- new invert parameter in
BlockSorter
- fixed inconsistent BlockPos data when putting from orderedBlockList
2.3.2 update:
fixed error when putting an OrderedBlockList
inside of another one when BlockStates were in common
2.3.1 update:
small update adding method to combine OrderedBlockListComparator