mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-08-02 16:38:53 +00:00
Bump CC:T to 1.118.1
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ neogradle.subsystems.conventions.runs.enabled=false
|
||||
|
||||
# Mod properties
|
||||
isUnstable=true
|
||||
modVersion=1.118.0
|
||||
modVersion=1.118.1
|
||||
|
||||
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
|
||||
mcVersion=26.1.2
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
# New features in CC: Tweaked 1.118.1
|
||||
|
||||
Several bug fixes:
|
||||
* Fix crash in recipe serialisers.
|
||||
* Fix breaking progress overlay not matching turtle's rotation.
|
||||
* Fix several recipes not displaying correctly with JEI.
|
||||
|
||||
# New features in CC: Tweaked 1.118.0
|
||||
|
||||
* Add timeout argument to `rednet.lookup`.
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
New features in CC: Tweaked 1.118.0
|
||||
|
||||
* Add timeout argument to `rednet.lookup`.
|
||||
* Add `commands.getEntity`.
|
||||
New features in CC: Tweaked 1.118.1
|
||||
|
||||
Several bug fixes:
|
||||
* Documentation fixes (ItsNotVingtdeux).
|
||||
* Fix handling of shebangs outside the root directory (graypinkfurball).
|
||||
* Fix `edit` not clearing menu after terminal resize (Wojbie).
|
||||
* Fix crash in recipe serialisers.
|
||||
* Fix breaking progress overlay not matching turtle's rotation.
|
||||
* Fix several recipes not displaying correctly with JEI.
|
||||
|
||||
Type "help changelog" to see the full version history.
|
||||
|
||||
Reference in New Issue
Block a user