- Update to 1.19.4
- Update to 1.19.3.
- Clean up message when config reading fails.
- Use delegate's
listBuilder
&mapBuilder
inFromFileOps
.
- Better checks and exceptions for
TreeFromStructureNBTFeature
.
- Add to leave positions even if the leaves in question do not have a distance state property in
TreeFromStructureNBTFeature
.
- Don't use replaceable check when filling logs, check if the block at the position cannot occlude instead in
TreeFromStructureNBTFeature
.
- Don't use ground filter when filling logs, check if the block at the position is replaceable instead in
TreeFromStructureNBTFeature
.
- Fix additional blocks placed from NBT positions in
TreeFromStructureNBTFeature
.
- Only post process if the placed state has distance property in
TreeFromStructureNBTFeature
.
- Allow the ability to place additional blocks from the NBT in
TreeFromStructureNBTFeature
.
- Don't fill logs under for Yellow wool in
TreeFromStructureNBTFeature
.
- Change chunk storage format to our own compound tag to easily isolate our chunk tag data.
- Use moving position when checking for ground instead of constantly checking the same position.
- Don't use heightmap to determine if the trunk is on the ground.
- Water log leaves placed in water by
TreeFromStructureNBTFeature
.
- Actually add scheduled random ticks to
LevelChunk
fromProtoChunk
- Don't random tick in
LevelChunk
constructor.
- Add schedule random ticks system to update grass blocks under logs.
- Try and fix ticking dirt blocks under filled logs.
- Invert check for ground when filling logs under for trees.
- Use BlockPredicates to determine whether we've hit ground and to determine whether leaves can place at a position.
- Get logs from the trunk palette correctly.
- Store leaves & log targets in a ObjectOpenHashSet in
TreeFromStructureNBTFeature
.
- Add the ability to have several leaves & log targets in
TreeFromStructureNBTFeature
.
- Fix StructureBoxEditor
- Add ability to edit structure boxes with a golden axe. Use LEFT_CTRL + SCROLL_WHEEL when to move the box in that direction, use LEFT_SHIFT + SCROLL_WHEEL to inflate the box in that direction.
- Place leaves on trunks.
- Fix canopy anchor pos.
- Add the ability to use yellow wool to anchor canopies from trunks.
- Switch to Access Transformers/Wideners.
- Use correct
/corgilib worldregistryexport
command data export path. - Fix
RegistryAccessor
mixin being called exclusively on clients. Fixes servers crashing.
- Fix & optimize
/corgilib worldRegistryExport
command.
- Register
AnyCondition
condition. - Better registry ID for
IsMobCategoryCondition
.
- Prevent duplicate initializations on fabric.
- Relocate Jankson on forge build.
- Allow CorgiLib Fabric to be initialized from elsewhere.
- Clean up network package.
- First Release.