1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-02 10:37:54 +00:00

Fix changelog notes

Also exclude data generator cache from the Forge jar. Didn't have any
better place to put this 😳.
This commit is contained in:
Jonathan Coates
2023-06-15 18:32:30 +01:00
parent 201df7e987
commit 77ac04cb7a
3 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
* Java methods now coerce values to strings consistently with Lua. * Java methods now coerce values to strings consistently with Lua.
* Add custom timeout support to the HTTP API. * Add custom timeout support to the HTTP API.
* Support custom proxies for HTTP requests (Lemmmy). * Support custom proxies for HTTP requests (Lemmmy).
* The `speaker` program now errors when playing HTTP files. * The `speaker` program now errors when playing HTML files.
* `edit` now shows an error message when editing read-only files. * `edit` now shows an error message when editing read-only files.
* Update Ukranian translation (SirEdvin). * Update Ukranian translation (SirEdvin).

View File

@@ -7,7 +7,7 @@ New features in CC: Tweaked 1.105.0
* Java methods now coerce values to strings consistently with Lua. * Java methods now coerce values to strings consistently with Lua.
* Add custom timeout support to the HTTP API. * Add custom timeout support to the HTTP API.
* Support custom proxies for HTTP requests (Lemmmy). * Support custom proxies for HTTP requests (Lemmmy).
* The `speaker` program now errors when playing HTTP files. * The `speaker` program now errors when playing HTML files.
* `edit` now shows an error message when editing read-only files. * `edit` now shows an error message when editing read-only files.
* Update Ukranian translation (SirEdvin). * Update Ukranian translation (SirEdvin).

View File

@@ -206,6 +206,7 @@ tasks.processResources {
filesMatching("META-INF/mods.toml") { filesMatching("META-INF/mods.toml") {
expand(mapOf("forgeVersion" to libs.versions.forge.get(), "file" to mapOf("jarVersion" to modVersion))) expand(mapOf("forgeVersion" to libs.versions.forge.get(), "file" to mapOf("jarVersion" to modVersion)))
} }
exclude(".cache")
} }
tasks.jar { tasks.jar {