Jump to content

Anyone know of a durability/degradation mod?


Sparky

Recommended Posts

It's just one of those "features" of survival games that I hate it wastes my time.

 

I can't find any mods that remove the durability or degradation (or at least make it less ridiculous and painful) so I've tried to change the items.xml and the item_modifiers.xml but that causes my game not to load a map and when I tried to put them in a mod folder it did nothing.

Link to comment
Share on other sites

Hi sparky, you can try this.

You must make a mod and add this.

 

Items.xml

 

<Gouki>

 

<set xpath="/items/item/property[@name=DegradationBreaksAfter' and @value='true]/@value">false</set>

 

</Gouki>

 

Saludos

 

That's just if the item gets destroyed after it breaks though right? I am looking for a way to not have to repair everything every 5 minutes (or at all).

 

 

EDIT: Would this work?

 

<set xpath="/items/item/property[@name=DegradationPerUse' and @value='1]/@value">0</set>

Link to comment
Share on other sites

That's just if the item gets destroyed after it breaks though right? I am looking for a way to not have to repair everything every 5 minutes (or at all).

 

 

EDIT: Would this work?

 

<set xpath="/items/item/property[@name=DegradationPerUse' and @value='1]/@value">0</set>

 

Hello sparky

Yes, it is only after breaking.

 

Answering what you ask

I think so, the object may never wear out, you can try and tell me.

What mod do you play?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...