Jump to content

Soling

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Soling

  1. Okay, I understood. Here it is: https://github.com/SolingJ/SolingMod/tree/main/Solingg
  2. So you meant that I should post my code in the "recipes" folder, right?
  3. https://github.com/SolingJ/Forge-Logs/blob/master/latest.log Here it is. (I had some difficulties to use this but I managed to post)
  4. https://drive.google.com/file/d/1IoAJNhAsk88IlkC0R9DqL-yNnqkOrPHJ/view?usp=sharing I uploaded to Google Drive. Could you check it?
  5. Here is the directory tree. Logs are too long...
  6. I moved to recipes to that directory, but still don't work... What is data generation? Is it a kind of programs for people who make mods?
  7. I'm developing a mod named "solingg". I am trying to add recipes to my mod, but my program doesn't work. I was able to obtain my item in-game, so I think it is recipes that cause problem. How should I resolve the problem? Here shows my JSON file (in src\main\resources\assets\solingg\recipes). "onigiri" is my original item, which means "riceball with seaweed" in Japanese. (Don't mind ingredients and result because it's just an experiment.) { "type": "minecraft:crafting_shaped", "pattern": [ "AAA", "ABA", "AAA" ], "key": { "A": { "item": "minecraft:dirt" }, "B": { "item": "solingg:onigiri" } }, "result": { "item": "minecraft:diamond_block", "count": 5 } } (Sorry for my grammatical awkwardness or errors, I'm not a native English speaker)
×
×
  • Create New...

Important Information

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