Le Barjack
Refugee
Hi, I am trying to change the expiration delay of the different LootContainers (originally 1200 s).
I added an "entityclasses.xml" to a mod that contains the following line:
<set xpath="/entity_class[starts-with(@name,'EntityLootContainer')]/property[@name='TimeStayAfterDeath']" name="value">1800</set>
When I dump the config, the value of TimeStayAfterDeath is still at 1200 for the different EntityLootContainers.
Can someone point me on what I did wrong?
Thanks
I added an "entityclasses.xml" to a mod that contains the following line:
<set xpath="/entity_class[starts-with(@name,'EntityLootContainer')]/property[@name='TimeStayAfterDeath']" name="value">1800</set>
When I dump the config, the value of TimeStayAfterDeath is still at 1200 for the different EntityLootContainers.
Can someone point me on what I did wrong?
Thanks