- Fixed crash when checking two registryobjects (used by solonion config)
- Fixed crash with ListBox due to newly added canBeModified being null in some cases
- Added epsilon for intersect2d method in VectorFan
- Fixed NormalPlaneD and NormalPlaneF not considering float point precision when checking if the intersection is valid
Fixed reloading the configuration every time a fake world loads Fixed collision not working on server side Fixed not calling configured() when restoring default
Fixed reloading the configuration every time a fake world loads Fixed collision not working on server side Fixed not calling configured() when restoring default Fixed packets not working from client to server
Fixed collision crash on server side
Fixed packets not working from client to server
Fixed fabric dependency
Added ToggleableConfig
Added new permission configuration Added removeContentCol and contentRows to GuiTableScrollable Reworked how config control listens to changed controls Added translation key for reset button Fixed config of array, list, namedlist corrupting defaultValue Fixed permission equals check Improved alignment in config gui Fixed several issues to nested configuration and reseting to default value in config gui Added way to copy a config object Added a lot more functionality to GuiScrollXY Added replace, clearEvents to GuiParent Added clear to GuiEventManager Added performance optimisation when iterating over GuiParent Fixed crash related to VoxelShape Added isInvalid, isInFront to NormalPlaneF and NormalPlaneD
Changed parameter in GuiDialogHandler.openDialog Renamed NormalPlane to NormalPlaneF Added NormalPlaneD
Fixed being able to glitch through obbs Removed AABBVoxelShape Fixed inaccuracy in rendering entity (calculated and rendered orientations being different) Reworked voxelshapes and box classes Added ABB
Fixed VectorFan creating Quads Removed RenderInformationHolder Added QuadGeneratorContext (to decrease object creation, also removed unused fields) Added VertexFormatUtils (moved from LittleTiles)
Added nearest method to Facing Fixed creating too many baked quads for a face Fixed AABBVoxelShape not being considered full
Fixed something related to VoxelShape
Added printRoman to TooltipUtils Fixed ArrayOffsetIterator not setting offset in constructor Enhanced config gui (lists and ingredients) Minor code name improvements Fixed not being able to send & receive classes extending Tag Added ArrayOffsetIterator