Recent content by CounterBalance

  1. C

    Creating Mod but xpath only partially works

    Okay I thought about your question more and I think I understand.   Yes the append I saw where all the items I had added. Like the Basic String, which were all in my modded folder within my config folder. Everyone of them was there, only the my append recipes where missing from the dump config...
  2. C

    Creating Mod but xpath only partially works

    I have an update:    I went ahead and copied another one of my mods recipes.xml file and pasted it to my own, then replaced it. After that I got my recipe and pasted over their mod. For some reason that worked to stop the error that my xpath has no set attribute. However, when I go into game...
  3. C

    Creating Mod but xpath only partially works

    Something isn't working for me. I get my item to show up in the creator menu but not my crafting menu. I also sometimes get a red text error saying my xpath attribute isn't set. Here is my items.xml <configs> <append xpath="/items"> <item name="resourceBasicString"> <!--...
Back
Top