mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-02-08 07:00:05 +00:00
Bump version to 1.95.2
This commit is contained in:
parent
1381325813
commit
ee27d8f081
@ -1,5 +1,5 @@
|
|||||||
# Mod properties
|
# Mod properties
|
||||||
mod_version=1.95.1
|
mod_version=1.95.2
|
||||||
|
|
||||||
# Minecraft properties (update mods.toml when changing)
|
# Minecraft properties (update mods.toml when changing)
|
||||||
mc_version=1.15.2
|
mc_version=1.15.2
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
# New features in CC: Tweaked 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.
|
||||||
|
* Fix all disk recipes appearing to produce a white disk in JEI/recipe book.
|
||||||
|
* 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).
|
||||||
|
* Preserve registration order of turtle/pocket upgrades when displaying in JEI.
|
||||||
|
|
||||||
# New features in CC: Tweaked 1.95.1
|
# New features in CC: Tweaked 1.95.1
|
||||||
|
|
||||||
Several bug fixes:
|
Several bug fixes:
|
||||||
|
@ -1,9 +1,14 @@
|
|||||||
New features in CC: Tweaked 1.95.1
|
New features in CC: Tweaked 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.
|
* Fix all disk recipes appearing to produce a white disk in JEI/recipe book.
|
||||||
* Fix CraftTweaker integrations for damageable items.
|
* Hopefully improve edit's behaviour with AltGr on some European keyboards.
|
||||||
* Catch reflection errors in the generic peripheral system, resolving crashes with Botania.
|
* Prevent files being usable after their mount was removed.
|
||||||
|
* Fix the `id` program crashing on non-disk items (Wojbie).
|
||||||
|
* Preserve registration order of turtle/pocket upgrades when displaying in JEI.
|
||||||
|
|
||||||
Type "help changelog" to see the full version history.
|
Type "help changelog" to see the full version history.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user