Lonestarcanuck
Refugee
I understand there is an A17.x mod that allows you to manage stack sizes like making Iron ore 6000 like it should be.
I can't seem to find this elusive mod.
I can't seem to find this elusive mod.
<set xpath="/items/item[@name='resourceIronFragment']/property[@name='Stacknumber']/@value">6000</set>
thanks. yes I know 1200 becomes 6000 scrap iron it is rare (IMO) for someone to do that. usually you are making Forge Iron, or Steel or 5000 arrow heads, etc. I honestly can't recall the last time I turned raw iron into scrap iron in my 5300 hours.I don't know if there is a specific modlet for this but you can create your own pretty easily.You'll find what you need here : https://7daystodie.com/forums/showthread.php?93816-XPath-Modding-Explanation-Thread
The xpath command you're looking for is:
PS: Although there's a reason for this, it's because 1200 iron fragments will melt into 6000 scrap iron in the forge.Code:<set xpath="/items/item[@name='resourceIronFragment']/property[@name='Stacknumber']/@value">6000</set>
![]()