Jump to content

What am I doing wrong


skip999

Recommended Posts

Hello,

I believe I am doing something wrong with my RecipeHandler, but I cannot seem to figure out what. Unfortunately, the game crashes before it can give me useful information. I have included a github link to the relevant files. I believe the issue lies when it tries to read a JSON recipe, as when I remove the custom recipe type JSON everything will load fine. Thanks for the help!

 

https://github.com/skiprocks999/relivant-code

Link to comment
Share on other sites

Your git repository is not a valid Forge project.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Okay this time I legitimately have a problem. Everything works perfectly. Except it won't place the item in the furnace output, and I legitimately don't know why. The debug log is showing no errors (aside from some old recipes I need to remove, but that's besides the point). I've placed some loggers in some key methods to make sure they work, which they do. I've even checked if its reading the output from the JSON file correctly, which it is. Yet I cannot get the item to output.Here is the GitHub link again, and I have attached the debug log:

 

https://github.com/skiprocks999/Amulets-of-Infinity/tree/Block-Library/ContInfBlockLib

debug.log

Link to comment
Share on other sites

I do see these two errors:

 

[30Oct2020 11:02:56.874] [Server thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe continfblocklib:rose_quartz_pillar_stairs
com.google.gson.JsonSyntaxException: Unknown item 'continfblocklib:rose_quartz_pillar_stairs'

 

[30Oct2020 11:02:56.879] [Server thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe continfblocklib:chiseled_rose_quartz_stairs
com.google.gson.JsonSyntaxException: Unknown item 'continfblocklib:chiseled_rose_quartz_stairs'

 

 

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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