uthw / Mincemeat-2

GNU General Public License v3.0
1 stars 0 forks source link

Modded matrials have very low duribility #130

Closed Guineapigboyx closed 1 month ago

Guineapigboyx commented 2 months ago

Vinnla materials have higher or equal durability compared to even high-tier materials. For how hard some of these are to get they should be able to last a a bit longer without needing to put mending or high-level unbreaking. (Expesily since to repair some of these it would be very annoying to get the materials to do so)

This is a diamond helm for context image

Sea serpent image

Terra steel (end game natural magic) image

End game helmet (has only 100 more) image

Charoite image


This and non-end game gear Have barely any durability.

A few examples image image image

uthw commented 2 months ago

A script similar to the one from Mincemeat 1 already exists which doubles the durability of every item. I wrote it a long time ago and it has a lot of broken and commented-out code but if you look closely you can see what it does.

This means items that don't have increased durability are probably hard-coded, meaning I can't do much about it unless the mod allows changing it in the config, which was the case for Spartan Weaponry.

I'll see what I can do but keep in mind I can't change the durability of all items.

Guineapigboyx commented 2 months ago

A script similar to the one from Mincemeat 1 already exists which doubles the durability of every item. I wrote it a long time ago and it has a lot of broken and commented-out code but if you look closely you can see what it does.

This means items that don't have increased durability are probably hard-coded, meaning I can't do much about it unless the mod allows changing it in the config, which was the case for Spartan Weaponry.

I'll see what I can do but keep in mind I can't change the durability of all items.

Can you buff unbreaking? So items are not more durable but all items take longer to break if you use it enough to want to enchant it.

uthw commented 2 months ago

Unbreaking is already very powerful. It's easy to get Unbreaking 4+ using an Enchanter or Tomes of Scrapping, and it costs no enchantment points to put on items.

uthw commented 1 month ago

Increased durability of tools from Mekanism. There's not much I can do for the other items you mentioned. If you find something else with low durability, comment it here and I'll see if I can increase it.