Bump CC:T to 1.120.0

This commit is contained in:
Jonathan Coates
2026-06-15 22:30:32 +01:00
parent 3ecc17ec90
commit 715d2e01db
4 changed files with 15 additions and 12 deletions
+2 -1
View File
@@ -9,8 +9,9 @@ kotlin.stdlib.default.dependency=false
kotlin.jvm.target.validation.mode=error
# Mod properties
modVersion=1.120.0
isUnstable=false
modVersion=1.119.0
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
mcVersion=1.20.1
@@ -1,3 +1,10 @@
# New features in CC: Tweaked 1.120.0
* Support spawning new parallel functions in `parallel.watiForAll`.
One bug fix:
* Make HTTP IP filtering stricter.
# New features in CC: Tweaked 1.119.0
* Add `commands.getDimension()`.
@@ -1,15 +1,8 @@
New features in CC: Tweaked 1.119.0
New features in CC: Tweaked 1.120.0
* Add `commands.getDimension()`.
* Add `cc.base64` module.
* Update Cobalt to 0.9.9, bringing in several Lua 5.5 changes:
* Floats are now printed with enough digits to round trip correctly.
* Add `table.create`.
* `utf8.offset` now returns the final position of the codepoint.
* Support spawning new parallel functions in `parallel.watiForAll`.
Several bug fixes:
* Fix handling of integer indexes in `LuaTable`.
* Correct `min` and `sec` defaults in `os.time`. (sircfenner)
One bug fix:
* Make HTTP IP filtering stricter.
Type "help changelog" to see the full version history.
+3 -1
View File
@@ -45,10 +45,12 @@ legacyForge {
runs {
configureEach {
ideName = "Forge - ${name.capitalise()}"
ideName = "${name.capitalise()} (Forge)"
systemProperty("forge.logging.markers", "REGISTRIES")
systemProperty("forge.logging.console.level", "debug")
loadedMods.add(computercraft)
ideFolderName = "Forge"
}
register("client") {