1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-16 18:19:55 +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
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ # New features in CC: Tweaked 1.105.0
* Java methods now coerce values to strings consistently with Lua.
* Add custom timeout support to the HTTP API.
* 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.
* Update Ukranian translation (SirEdvin).

View File

@ -7,7 +7,7 @@
* Java methods now coerce values to strings consistently with Lua.
* Add custom timeout support to the HTTP API.
* 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.
* Update Ukranian translation (SirEdvin).

View File

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