Noisy Pants
Refugee
I would like to know what line I need to type to remove an item from the game in a mod file so I won't have redundancies, I think it would start with "<remove property name=...". Anyone know?
- - - Updated - - -
here's my problem, i made a mod to get more out of my lead and now i have two bullet tip options which i don't want.
- - - Updated - - -
here's my problem, i made a mod to get more out of my lead and now i have two bullet tip options which i don't want.
Code:
<config>
<append xpath="/recipes">
<recipe name="resourceBulletTip" count="100" craft_area="forge" craft_tool="toolAndDieSet" material_based="true" tags="learnable">
<ingredient name="unit_lead" count="1"/>
<ingredient name="unit_clay" count="1"/>
</recipe>
</append>
</config>