Skip to content

Commit

Permalink
Bump CC:T to 1.115.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Feb 14, 2025
1 parent 237a0ac commit 0a8d505
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error

# Mod properties
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
mcVersion=1.20.1
Original file line number Diff line number Diff line change
@@ -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

* Allow typing/pasting any character in the CC charset.
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
* Fix command computers being exposed as peripherals (Forge only).
* Fix command computers having NBT set when placed in a Create contraption.
* Use correct bounding box when checking for entities in turtle movement.
* Ignore unrepresentable characters in `char`/`paste` events.

Type "help changelog" to see the full version history.
3 changes: 3 additions & 0 deletions projects/forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -246,3 +246,6 @@ tasks.register("checkClient") {
modPublishing {
output = tasks.reobfJar
}

// TODO: Remove once https://github.com/modrinth/minotaur/pull/72 is merged.
modrinth { loaders = listOf("forge") }

0 comments on commit 0a8d505

Please sign in to comment.