1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-14 00:09:43 +00:00
CC-Tweaked/projects/forge/src/generated/resources
Jonathan Coates 2e5cd29e12
Use tags to what items turtle.place() can .use()
In older versions we just used a hard-coded list of items and
superclasses. This was somewhat ugly, and so in 1.19.3 I tried to make
this code more generic.

However, this has a lot of unintended consequences - for instance
turtles can now throw ender pearls, which is definitely not intended!

By using a tag, we can emulate the old behaviour, while still allowing
modders and pack devs to add additional items if needed.
2023-02-04 18:14:18 +00:00
..
assets/computercraft Update to Minecraft 1.19.3 2022-12-08 19:45:02 +00:00
data Use tags to what items turtle.place() can .use() 2023-02-04 18:14:18 +00:00