Trying to get started in understanding modding and am trying to add in some simple blocks that appear only to be available in creative mode for decoration. Things like the pipes and control panels. When I put in my mod it loads :
But soon after that I get
This is the mod code
Trying to look at other mods for references on what I might be missing or doing wrong, but not having any luck. Can anyone point me in the right direction?
Code:
2019-01-27T07:05:03 6.356 INF [MODS] Trying to load from Oort_Ballance_Adjust
2019-01-27T07:05:03 6.357 INF [MODS] Loaded Mod: Item Balance Adjustments (1.0)
Code:
ERR XML loader: Patching 'recipes.xml' from mod 'Item Balance Adjustments' failed
yyUnexpectedEof
Code:
<OortMod>
<append xpath="recipes/">
<recipe name="metalPipeStraight" count="1" craft_area="workbench">
<ingredient name="resourceScrapIron" count="25"/>
<ingredient name="resourceForgedIron" count="2"/>
</recipe>
</append>
</OortMod>