Releases: snackbag/TT20
Releases · snackbag/TT20
Beta 0.7.1
Beta 0.7.0
Additions
- Added world time acceleration
- Added random tickspeed acceleration
- Added an automatic updater, sending a warning to server operators when the mod is outdated.
Changes
- Missed ticks are now more easily readable by a human
- Fixed
getAverageTPScausing aConcurrentModificationException, often in correlation with c2me. Thanks to @Dreeam-qwq! #12 #5
You can download the update on Modrinth!
Beta 0.6.0
Additions
- Added log warning when running on the client
- Added chat warning in singleplayer
- Pickup delay acceleration is now compatible with singleplayer
- Portal acceleration is now compatible with singleplayer
- Block entity acceleration is now compatible with singleplayer
- Block breaking acceleration is now compatible with singleplayer
- Potion effect time delay acceleration is now compatible with singleplayer
- Added
singleplayer-warningconfig setting
Changes
Main Changes
- Updated README singleplayer warning text
Bug Fixes
- Fixed an issue when running the mod on 1.20.3, 1.20.4 or 1.20.6, causing servers to crash on startup (#4)
- Switched
fabric.mod.jsonlicense fromGPL-3.0toAGPL-3.0(typo)
Beta 0.5.1
Additions
- Added
fluid-accelerationconfig setting - Added
pickup-accelerationconfig setting - Added
eating-accelerationconfig setting - Added
block-breaking-accelerationconfig setting - Added
portal-accelerationconfig setting - Added
sleeping-accelerationconfig setting
Changes
Main changes
- Updated icon to the new logo
Bugfixes
- Improved stability of mixins (by @Bawnorton #1)
- Fixed brightness bug in singleplayer (#2)
- Fixed crash with invalid namespace in the
block_entity_mask.jsonconfiguration
Beta 0.5.0
Additions
Main changes
- Fixed nether portal delay
- Fixed fluid spreading delay
- Fixed sleeping time delay
- Fixed potion time delay
- Added
potion-effect-accelerationconfig setting
Changes
Main changes
- Switched to the AGPL 3.0 license
- Updated the logo
- Changed "Disclaimer" to "Caveats" in the README
Bug fixes
- Fixed item drop times (for real this time)
- Remove debug log for block breaking
Full Changelog: v0.4.2-beta...v0.5.0-beta
Beta 0.4.2
Changes
Bug fixes
- Fix block entity acceleration not being stopped if disabled in the config
- Fix instabreak and more stable block break times
- Fix pickup delay being too fast
Beta 0.4.1
Changes
Bug Fixes
- Fixed crash when starting the server
Beta 0.4.0
Additions
Main changes
- Added block entity tick acceleration
- Added
block-entity-acceleration - Added
/tt20 status, which shows the full status - Added
block_entity_mask.jsonconfiguration for masking which block entities will be accelerated
Backend changes
- Added TPS history
- Added TPS average
- Added "most accurate" TPS
- Added Missed tick logic
- Added array support for
JSONConfiguration
Changes
Main changes
- Config is now located in the config directory rather than the game directory
Bug Fixes
- Fixed block mining times
- Fixed
JSONConfigurationusing(CottonMC)in its logging instead of(TT20)
Beta 0.3.1
Changes
- Fixed crash when MSTP was 0
- TPS now returns as a
doubleinstead oflong colorizeTPSnow uses a decimal format
Beta 0.3.0
Additions
- Item pickup delay fix
Changes
- Fixed
tt20sometimes going to zero, therefor resulting in impossible statements