victorious
Refugee
Hi,
I am trying to create a mod for my server that allows almost instant crafting/smelting and gating them to be in line with the existing bellows and anvil. I have my new custom tools verified working by changing the required_tools_only value in the windows.xml file to false, but want to modify this properly via the mod.
This is what I have in the \7 Days To Die\Mods\Mod Name\XUi\windows.xml file. This should be simple so I assume there is something silly to explain why it is not working, but I cannot see it.
Thank you for the help
.
<configs>
<set xpath="/windows/window[@name='windowToolsForge']/rect[@name='content']/grid/@required_tools_only">false</set>
</configs>
I am trying to create a mod for my server that allows almost instant crafting/smelting and gating them to be in line with the existing bellows and anvil. I have my new custom tools verified working by changing the required_tools_only value in the windows.xml file to false, but want to modify this properly via the mod.
This is what I have in the \7 Days To Die\Mods\Mod Name\XUi\windows.xml file. This should be simple so I assume there is something silly to explain why it is not working, but I cannot see it.
Thank you for the help

<configs>
<set xpath="/windows/window[@name='windowToolsForge']/rect[@name='content']/grid/@required_tools_only">false</set>
</configs>