CC: Tweaked 1.106 for 1.19.4 and 1.20 #1514
SquidDev
started this conversation in
Announcements
Replies: 2 comments 5 replies
-
It is time to overhaul Turtlematic mod once more :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
So turtles will now respect tool durability then? Nice, but also darn. I've gotten too used to turtles being infinite quarrying beasts. It'll take a bit to get used to that. ... I'll need to write some sort of mining program now that works with this new system. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello again! It's another month, and that means (well, sometimes), it's time for another CC: Tweaked update.
SSRF security vulnerability
First, some serious news. The wonderful @JLLeitschuh found a serious exploit when running a Minecraft server on various popular cloud providers (AWS, Digital Ocean, Oracle). Please see the announcement and advisory for more information.
Relicensing update
Earlier this year we started relicensing (or as much as possible) under the MPL 2.0. Since then there's been a lot of progress, with over 80 people agreeing to relicense their contributions.
There's still a little more work to be done here (there's 8 people major contributions I've not been able to contact), but this means over half the mod is now licensed under the MPL 2.0:
Turtle upgrade overhaul
@SirEdvin did some incredible work this month of improving the API for turtle and pocket computer upgrades. Upgrades can now read and write NBT from the upgrade item when equipped. This unlocks a whole bunch of additional functionality, most notably tool enchantments and durability:
You may also notice that the turtle UI now contains additional slots for upgrades. You can now easily change upgrades directly, without having to use the
equip
command.Note that these new features are not enabled by default right now. Instead, you can use a datapack (such as netherite-tools) to enable this functionality.
Glow in the dark computers
This is very silly, but I love it so. While monitors have glowed in the dark for years, computers now do the same:
I'm looking at making similar changes to other blocks, for instance making the printer LEDs glow. Any feedback is welcome here!
As always, thank you for everyone who has contributed to this release!
Beta Was this translation helpful? Give feedback.
All reactions