Releases: QuiltServerTools/Ledger
Releases · QuiltServerTools/Ledger
v1.2.8
Ledger 1.2.7 for 1.19.4
What's Changed
- Improve explosion tracking by @PotatoPresident in #193
- add negative parameters example by @Glucy-2 in #196
- Update to 1.19.4 by @DrexHD in #198
New Contributors
Full Changelog: v1.2.6...v1.2.7
Ledger 1.2.6 for 1.19.3+
- Updated to 1.19.3
Ledger 1.2.5 for 1.19+
What's Changed
- Remove source search restrictions by @PotatoPresident in #160
- Fix crash if lever is pulled without active player by @PotatoPresident in #170
- Update to 1.19 by @DrexHD in #171
New Contributors
Full Changelog: v1.2.4...v.1.2.5
Ledger 1.2.4 for 1.18.2+
What's Changed
- Update to 1.18.2
Ledger 1.2.3 for 1.18.1+
- Fix mixin crashes related to falling blocks and campfires
Ledger 1.2.2 for 1.18.1+
- Fixed crash caused by sponge placement
Ledger 1.2.1 for Minecraft 1.18+
- Added tag support to object parameters
- Ledger now respects save-off
- Restore actions are looped in reverse order
- Added support for
autoPurgeDays
to the config, which automatically purges actions older than the specified number of days. Can be disabled using value -1 - Fixed supported blocks losing their NBT when being rolled back
- Fixed player source tracking for creeper explosions
- Added logging for /setblock and /fill
- Fixed the showing of results for double-chest inspections. Ledger now shows all results in both blocks occupied by the double chest
- Logs new interactions with the world
Ledger 1.2.0 for Minecraft 1.18.x
Changes:
- Ported to 1.18
- Added player command for viewing stored player info
- Networking improvements
- Changed rollbacks to always use the correct dimension instead of the player's current dimension
- Fixed compatibility with other mods using SQLite
- Added support for runtime worlds
- Added Java API for interaction with non-kotlin mods
- Logs almost everything
Logging changes:
- Add block-change action type
- Log leaf decay
- Log frost walker ice
- Log bamboo chain breaking
- Track source for TNT lit by flame arrows
- Log blocks placed by dispensers
- Log blocks formed by fluids
- Log scaffolding and other blocks with required support
- Log farmland interaction
- Log axe, shovel and hoe uses
- Log lighting of campfires and candles
- Log ravagers breaking leaves
- Log hanging roots placement
- Log snow from snow golems
- Log flower pot interactions
- Log lever uses
- Log note block interactions
- Log copper waxing and removal of wax
- Log stripping of logs
- Log removal of water by sponges
- Log daylight sensor toggling
- Log players causing end crystal explosions
- Log nether portal placement
- Log plant growth with bone meal
- Log plant breaking
v1.1.1
- Lowered fabric-loader requirement
- Fixed automatic config file creation