mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-10-23 01:47:38 +00:00
Various improvements to packaging
This fixes several issues I had with consuming multi-loader CC:T in various upstream mods. - Include /all/ sources in the Forge/Fabric jar. Before it was just the common classes, and not the core or API. - Use some Gradle magic to remove superfluous dependencies from the POM file. Also make sure Cobalt and Netty are present as dependencies. - Start using minimize() in our shadow jar config again.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# New features in CC: Tweaked 1.102.0-SNAPSHOT
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
# New features in CC: Tweaked 1.101.1
|
||||
|
||||
Several bug fixes:
|
||||
|
@@ -1,7 +1,5 @@
|
||||
New features in CC: Tweaked 1.101.1
|
||||
New features in CC: Tweaked 1.102.0-SNAPSHOT
|
||||
|
||||
Several bug fixes:
|
||||
* Improve validation of rednet messages (Ale32bit)
|
||||
* Fix `turtle.refuel()` always failing.
|
||||
No user-facing changes.
|
||||
|
||||
Type "help changelog" to see the full version history.
|
||||
|
Reference in New Issue
Block a user