Medieval Engineers

Medieval Engineers

评价数不足
Cut Tree and Item Decay
   
奖励
收藏
已收藏
取消收藏
Type: Mod
Mod category: other
Version: 0.7
文件大小
发表于
1.887 KB
2023 年 2 月 13 日 下午 11:54
1 项改动说明 ( 查看 )

订阅以下载
Cut Tree and Item Decay

描述
- 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 条留言
Skallabjorn 7 月 9 日 上午 2:12 
Thanks for the info !!!!
Equinox  [作者] 7 月 8 日 下午 4:40 
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 7 月 8 日 上午 11:34 
Can the times be configured for a server ? Thanks !