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:
@@ -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).
|
||||||
|
|
||||||
|
@@ -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).
|
||||||
|
|
||||||
|
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user