mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-28 00:12:16 +00:00
Bump version to 1.94.0
This commit is contained in:
parent
b5d1e618b9
commit
936742895b
@ -2,7 +2,7 @@
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
|
||||
# Mod properties
|
||||
mod_version=1.95.3-beta
|
||||
mod_version=1.96.0-beta
|
||||
|
||||
# Minecraft properties
|
||||
mc_version=1.16.5
|
||||
|
@ -1,4 +1,22 @@
|
||||
New features in CC: Restitched 1.95.3
|
||||
# New features in CC: Restitched 1.96.0
|
||||
|
||||
* Use lightGrey for folders within the "list" program.
|
||||
* Add getLimit to inventory peripherals.
|
||||
* Expose the generic peripheral system to the public API.
|
||||
* Add cc.expect.range (Lupus590).
|
||||
* Allow calling cc.expect directly (MCJack123).
|
||||
* Numerous improvements to documentation.
|
||||
|
||||
And several bug fixes:
|
||||
* Fix paintutils.drawLine incorrectly sorting coordinates (lilyzeiset).
|
||||
* Improve JEI's handling of turtle/pocket upgrade recipes.
|
||||
* Correctly handle sparse arrays in cc.pretty.
|
||||
* Fix crashes when a turtle places a monitor (baeuric).
|
||||
* Fix very large resource files being considered empty.
|
||||
* Allow turtles to use compostors.
|
||||
* Fix dupe bug when colouring turtles.
|
||||
|
||||
# New features in CC: Restitched 1.95.3
|
||||
|
||||
Several bug fixes:
|
||||
* Correctly serialise sparse arrays into JSON (livegamer999)
|
||||
|
@ -1,9 +1,19 @@
|
||||
New features in CC: Restitched 1.95.3
|
||||
New features in CC: Restitched 1.96.0
|
||||
|
||||
Several bug fixes:
|
||||
* Correctly serialise sparse arrays into JSON (livegamer999)
|
||||
* Fix rs.getBundledInput returning the output instead (SkyTheCodeMaster)
|
||||
* Programs run via edit are now a little better behaved (Wojbie)
|
||||
* Add User-Agent to a websocket's headers.
|
||||
* Use lightGrey for folders within the "list" program.
|
||||
* Add getLimit to inventory peripherals.
|
||||
* Expose the generic peripheral system to the public API.
|
||||
* Add cc.expect.range (Lupus590).
|
||||
* Allow calling cc.expect directly (MCJack123).
|
||||
* Numerous improvements to documentation.
|
||||
|
||||
And several bug fixes:
|
||||
* Fix paintutils.drawLine incorrectly sorting coordinates (lilyzeiset).
|
||||
* Improve JEI's handling of turtle/pocket upgrade recipes.
|
||||
* Correctly handle sparse arrays in cc.pretty.
|
||||
* Fix crashes when a turtle places a monitor (baeuric).
|
||||
* Fix very large resource files being considered empty.
|
||||
* Allow turtles to use compostors.
|
||||
* Fix dupe bug when colouring turtles.
|
||||
|
||||
Type "help changelog" to see the full version history.
|
||||
|
Loading…
x
Reference in New Issue
Block a user