#Edit harvest levels of tools?
20 messages · Page 1 of 1 (latest)
Once your question has been answered, please close this post with </resolve:1050379261372006400> command!
Then you should edit the durability
i've done that, but it still can't mine blocks that require the iron tier
What version and are you using Forge or Fabric?
forge 1.18.2
basically i want to edit tool tiers
ContentTweaker offers a way to create new tiers, but not edit existing ones, or add existing tools to created tiers
you can edit the harvest level of tools using the item modification event
even modded ones?
yeah
oh my goodness thank you so much, i've been working with contenttweaker's jank solution for 9 hours
could you direct me to a documentation page or something for that?
item.modification event is a startup script event that allows you to change properties of existing i...
it's in tierOptions
is it int level?
yes
is float speed the mining speed?
yes
ok thank you so much omg