Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to increase the strength of objects #1756

Open
EgorLetov1964 opened this issue Sep 18, 2023 · 1 comment
Open

how to increase the strength of objects #1756

EgorLetov1964 opened this issue Sep 18, 2023 · 1 comment
Labels
type: question Further information is requested

Comments

@EgorLetov1964
Copy link

Hello, I'm playing assembly with the Terrafirmacraft mod and unfortunately the durability of the items upsets me, since it's not possible to dig mines normally, a pickaxe made of bronze breaks after a couple of stacks. What needs to be changed in the configs to increase the strength or the number of uses?

@EgorLetov1964 EgorLetov1964 added the type: question Further information is requested label Sep 18, 2023
@Exaxxion
Copy link
Collaborator

Durability of tools is defined by the toolDurability property of the Material it is made from. This value is hard-coded for the default material set.

If you are registering your own Materials with CraftTweaker, set that property differently. If an addon mod is doing it (which it sounds like is the case here), they are probably also hard-coding the values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants