Medieval Engineers

Medieval Engineers

Not enough ratings
Cut Tree and Item Decay
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
Mod category: other
Version: 0.7
File Size
Posted
1.887 KB
13 Feb, 2023 @ 11:54pm
1 Change Note ( view )

Subscribe to download
Cut Tree and Item Decay

Description
- Makes cut down trees and stumps decay roughly 15 minutes after they stop moving. Stumps that decay will regrow. If the tree or stump gets unloaded and 15 minutes elapses it will immediately decay once loaded.

- Makes loose items decay roughly 10 minutes after they are dropped. If the item gets unloaded and 10 minutes elapses it will immediately decay once loaded.
3 Comments
Skallabjorn 9 Jul @ 2:12am 
Thanks for the info !!!!
Equinox  [author] 8 Jul @ 4:40pm 
This mod is not configurable, however you can make your own mod with an edit of the config file in this mod.

[code]
<?xml version='1.0' encoding='UTF-8'?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://storage.googleapis.com/unofficial-keen-schemas/latest/medieval-modded.xsd">
<Definition Merge="Merge" xsi:type="MyObjectBuilder_EquiDecayComponentDefinition">
<Id Subtype="FloatingObject" Type="EquiDecayComponent"/>
<DecayTime Minutes="10"/>
</Definition>
<Definition xsi:type="MyObjectBuilder_EquiDecayComponentDefinition">
<Id Subtype="Tree" Type="EquiDecayComponent"/>
<DecayTime Minutes="15"/>
</Definition>
</Definitions>
[/code]
Skallabjorn 8 Jul @ 11:34am 
Can the times be configured for a server ? Thanks !