mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-11-18 22:25:12 +00:00
Bump version to 1.95.2
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
org.gradle.jvmargs=-Xmx1G
|
org.gradle.jvmargs=-Xmx1G
|
||||||
|
|
||||||
# Mod properties
|
# Mod properties
|
||||||
mod_version=1.95.1-beta
|
mod_version=1.95.2-beta
|
||||||
|
|
||||||
# Minecraft properties
|
# Minecraft properties
|
||||||
mc_version=1.16.4
|
mc_version=1.16.4
|
||||||
|
|||||||
@@ -1,10 +1,19 @@
|
|||||||
|
# New features in CC: Restitched 1.95.2
|
||||||
|
|
||||||
|
* Add `isReadOnly` to `fs.attributes` (Lupus590)
|
||||||
|
* Many more programs now support numpad enter (Wojbie)
|
||||||
|
|
||||||
|
Several bug fixes:
|
||||||
|
* Fix some commands failing to parse on dedicated servers.
|
||||||
|
* Hopefully improve edit's behaviour with AltGr on some European keyboards.
|
||||||
|
* Prevent files being usable after their mount was removed.
|
||||||
|
* Fix the `id` program crashing on non-disk items (Wojbie).
|
||||||
|
|
||||||
# New features in CC: Restitched 1.95.1
|
# New features in CC: Restitched 1.95.1
|
||||||
|
|
||||||
Several bug fixes:
|
Several bug fixes:
|
||||||
* Command computers now drop items again.
|
* Command computers now drop items again.
|
||||||
* Restore crafting of disks with dyes.
|
* Restore crafting of disks with dyes.
|
||||||
* Fix CraftTweaker integrations for damageable items.
|
|
||||||
* Catch reflection errors in the generic peripheral system, resolving crashes with Botania.
|
|
||||||
|
|
||||||
# New features in CC: Restitched 1.95.0
|
# New features in CC: Restitched 1.95.0
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,12 @@
|
|||||||
New features in CC: Restitched 1.95.1
|
New features in CC: Restitched 1.95.2
|
||||||
|
|
||||||
|
* Add `isReadOnly` to `fs.attributes` (Lupus590)
|
||||||
|
* Many more programs now support numpad enter (Wojbie)
|
||||||
|
|
||||||
Several bug fixes:
|
Several bug fixes:
|
||||||
* Command computers now drop items again.
|
* Fix some commands failing to parse on dedicated servers.
|
||||||
* Restore crafting of disks with dyes.
|
* Hopefully improve edit's behaviour with AltGr on some European keyboards.
|
||||||
* Fix CraftTweaker integrations for damageable items.
|
* Prevent files being usable after their mount was removed.
|
||||||
* Catch reflection errors in the generic peripheral system, resolving crashes with Botania.
|
* Fix the `id` program crashing on non-disk items (Wojbie).
|
||||||
|
|
||||||
Type "help changelog" to see the full version history.
|
Type "help changelog" to see the full version history.
|
||||||
|
|||||||
Reference in New Issue
Block a user