mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-06-07 09:04:10 +00:00
Bump CC:T to 1.115.0
This commit is contained in:
parent
237a0ac3bb
commit
0a8d505323
@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
|
|||||||
|
|
||||||
# Mod properties
|
# Mod properties
|
||||||
isUnstable=false
|
isUnstable=false
|
||||||
modVersion=1.114.4
|
modVersion=1.115.0
|
||||||
|
|
||||||
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
|
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
|
||||||
mcVersion=1.20.1
|
mcVersion=1.20.1
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
# New features in CC: Tweaked 1.115.0
|
||||||
|
|
||||||
|
* Support placing pocket computers on lecterns.
|
||||||
|
* Suggest alternative table keys on `nil` errors.
|
||||||
|
* Errors from inside `parallel` functions now have source information attached.
|
||||||
|
* Expose printout contents to the Java API.
|
||||||
|
|
||||||
|
Several bug fixes:
|
||||||
|
* Ignore unrepresentable characters in `char`/`paste` events.
|
||||||
|
|
||||||
# New features in CC: Tweaked 1.114.4
|
# New features in CC: Tweaked 1.114.4
|
||||||
|
|
||||||
* Allow typing/pasting any character in the CC charset.
|
* Allow typing/pasting any character in the CC charset.
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
New features in CC: Tweaked 1.114.4
|
New features in CC: Tweaked 1.115.0
|
||||||
|
|
||||||
* Allow typing/pasting any character in the CC charset.
|
* Support placing pocket computers on lecterns.
|
||||||
|
* Suggest alternative table keys on `nil` errors.
|
||||||
|
* Errors from inside `parallel` functions now have source information attached.
|
||||||
|
* Expose printout contents to the Java API.
|
||||||
|
|
||||||
Several bug fixes:
|
Several bug fixes:
|
||||||
* Fix command computers being exposed as peripherals (Forge only).
|
* Ignore unrepresentable characters in `char`/`paste` events.
|
||||||
* Fix command computers having NBT set when placed in a Create contraption.
|
|
||||||
* Use correct bounding box when checking for entities in turtle movement.
|
|
||||||
|
|
||||||
Type "help changelog" to see the full version history.
|
Type "help changelog" to see the full version history.
|
||||||
|
@ -246,3 +246,6 @@ tasks.register("checkClient") {
|
|||||||
modPublishing {
|
modPublishing {
|
||||||
output = tasks.reobfJar
|
output = tasks.reobfJar
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Remove once https://github.com/modrinth/minotaur/pull/72 is merged.
|
||||||
|
modrinth { loaders = listOf("forge") }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user