CC: Tweaked 1.104 for MC 1.19.4 #1400
SquidDev
started this conversation in
Announcements
Replies: 1 comment 3 replies
-
I'm a little bit concerned about the implications of this change. I've seen a lot of people using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While a couple of weeks later than I was hoping, happy to announce CC: Tweaked 1.104, the first release for Minecraft 1.19.4. While quite a lot has changed, I'm afraid most of it is pretty boring internal stuff, which always makes it hard to write these release notes!
Register to vote!
If you're in the UK, and of an age to do so, make sure you're registered for the upcoming local elections (May 4th). The deadline is April 17th, but make sure you do it well before then - it only takes 5 minutes.
Remember you will now need to take photographic ID with you. Yes, it's bloody stupid.
Forge and Fabric
As mentioned in the 1.102/1.103 release notes, multi-loader support was planned for Minecraft 1.19.4. Thank you to everyone who has helped test this, and of course for the CC: Restitched team for maintaining the original Fabric port for so long.
Re-licensing
Back in Feburary I posted my plans for the partial relicensing of CC: Tweaked. I've now started work on this and, thanks to the generous permission of many past contributors, have relicensed about half the codebase under the MPL 2.0.
This doesn't really have any practical difference on how you consume the mod as a whole, as the distributed jars are still licensed under the CCPL. But hopefully this should make it easier to reuse some of our code in other projects.
Cobalt changes
We updated to Cobalt 0.7 (our Lua runtime) this release. This shouldn't have any practical impact on how you use the mod, but some things worth mentioning:
table
methods (such astable.insert
) andipairs
now obey metamethods like__index
.As always, thank you for everyone who has contributed to this release!
Beta Was this translation helpful? Give feedback.
All reactions