Jump to content

Reyn

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Reyn

  1. I was under the impression that the recipes only had to be in the recipe asset folder? If not how do I register the JSON recipe? Also, in a test environment with only my mod, would the 2 character modid cause this issue?
  2. I saw that in the vanilla recipe, but figured it wasn't working so I'd try it that way. What is the issue with 2 character modids?
  3. For the life of me I can't figure out why this recipe doesn't work in the new JSON system. The log shows this error [main/ERROR] [FML]: Parsing error loading recipe tm:tutorial_helmet com.google.gson.JsonSyntaxException: Unknown item 'tm:tutorial_ingot' And this is the JSON file { "type": "minecraft:crafting_shaped", "pattern": [ "III", "I I", " " ], "key": { "I": { "item": "tm:tutorial_ingot" } }, "result": { "item": "tm:tutorial_helmet" } }
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.