mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-14 04:00:30 +00:00
Bump version
Holding off until Forge releases for 1.18.2
This commit is contained in:
parent
045c4fc88c
commit
bd36185662
@ -1,5 +1,5 @@
|
||||
# Mod properties
|
||||
mod_version=1.100.2
|
||||
mod_version=1.100.3
|
||||
|
||||
# Minecraft properties (update mods.toml when changing)
|
||||
mc_version=1.16.5
|
||||
|
@ -1,3 +1,11 @@
|
||||
# New features in CC: Tweaked 1.100.3
|
||||
|
||||
Several bug fixes:
|
||||
* Fix client disconnect when uploading large files.
|
||||
* Correctly handling empty computer ID file.
|
||||
* Fix the normal turtle recipe not being unlocked.
|
||||
* Remove turtle fake EntityType.
|
||||
|
||||
# New features in CC: Tweaked 1.100.2
|
||||
|
||||
Several bug fixes:
|
||||
|
@ -1,7 +1,9 @@
|
||||
New features in CC: Tweaked 1.100.2
|
||||
New features in CC: Tweaked 1.100.3
|
||||
|
||||
Several bug fixes:
|
||||
* Fix wired modems swapping the modem/peripheral block state.
|
||||
* Remove debugging logging line from `turtle.attack`.
|
||||
* Fix client disconnect when uploading large files.
|
||||
* Correctly handling empty computer ID file.
|
||||
* Fix the normal turtle recipe not being unlocked.
|
||||
* Remove turtle fake EntityType.
|
||||
|
||||
Type "help changelog" to see the full version history.
|
||||
|
Loading…
Reference in New Issue
Block a user