• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Help - Trying to adjust Forge Tools

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 might be misunderstanding, but I think you need to look at the tool required in the individual recipe. Look at the grilled meat recipe and see how it requires the cooking grill.

 
Back
Top