cc-tweaked / CC-Tweaked

Just another ComputerCraft fork
https://tweaked.cc
882 stars 206 forks source link

Update to Minecraft 1.21 #1860

Closed SquidDev closed 1 week ago

SquidDev commented 2 weeks ago

I forgot about the breeze, so instead there's a much more boring screenshot:

A screenshot of a CC terminal in a superflat Minecraft world. `_HOST` as been entered in the Lua REPL, showing it is running in MC 1.21.

Still to do:

API changes

vico93 commented 2 weeks ago

Was the turtle.attack broken for 1.21? Or the not copying Player.attack a choice for that version?

SquidDev commented 2 weeks ago

Player attacks got a massive rewrite in 1.21, to account for the new enchantments. We need to update the turtle's attacking code to match that.

SquidDev commented 1 week ago

Pushed to mc-1.21.x branch.