1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-31 03:14:52 +00:00
CC-Tweaked/src/generated/resources
Jonathan Coates ea7a218f4a
Make turtle breaking a little more data driven
- Allow any tool to break an "instabreak" block (saplings, plants,
   TNT). Oddly this doesn't include bamboo or bamboo sapings (they're
   marked as instabreak, only to have their strength overridden again!),
   so we also provide a tag for additional blocks to allow.

 - Hoes and shovels now allow breaking any block for which this tool is
   effective.

 - Use block tags to drive any other block breaking capabilities. For
   instance, hoes can break pumpkins and cactuses despite not being
   effective.

This should get a little nicer in 1.17, as we can just use block tags
for everything.
2021-10-27 19:32:58 +01:00
..
assets/computercraft Use data generators in a few more places 2021-08-21 15:50:01 +01:00
data Make turtle breaking a little more data driven 2021-10-27 19:32:58 +01:00