Jump to content

Recommended Posts

Posted (edited)

Im trying to create a mod item only recipe but somehow it isnt detected by minecraft. I looked through all logs i could find, but no sign of it trying to register my recipe

filedirectory:

http://prntscr.com/hxocq8

ingotblock.json and logs:

  Reveal hidden contents

 

Edited by Gerolmed
Posted

AFAIK there aren't any logs regarding recipes. There's nothing, you as a modder, have to do to get your recipes loaded provided that they are in the correct location.

 

Is your mod ID only "wi"? You should make that longer.

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.

Posted
  On 1/8/2018 at 5:51 PM, Draco18s said:

AFAIK there aren't any logs regarding recipes. There's nothing, you as a modder, have to do to get your recipes loaded provided that they are in the correct location.

 

Is your mod ID only "wi"? You should make that longer.

Expand  

Already thought of increasing the length. I might do that at a later time, but still the recipes arent loading although they are at the right Position :(

Posted

Your JSON looks fine, and should load fine. Or error if its not the proper syntax.

Its more likely that you're not loading it at all because the file isn't in the right spot.

If you're using a IDE be sure to clean the workspace and make sure it rebuilds the 'bin' version.

Eitherwise, post your source/exact paths/etc.

And yes, you should use a longer more unique domain name.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted
  On 1/9/2018 at 6:26 PM, LexManos said:

And yes, you should use a longer more unique domain name.

Expand  

I have this vague recollection that Forge would vomit errors if you tried to have a mod ID less than 3 characters long.

Am I making that up? Might that be a good idea for Forge to start doing? (I'd suggest a minimum 4 characters, personally).

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.

Posted
  On 1/9/2018 at 6:44 PM, LexManos said:
Expand  

To make sure I understood correctly:

"For legacy reasons we can't. (Only if it's too long or not lcased)."

 

Would it be viable to only complain if Forge is running in a dev environment?

 

Anyway, I'll stop bugging you about it, just was one of those things that I swore was a Thing at some point and isn't now, but fully recognize that sometimes I invent details like that out of nothing. If it's not possible, its not possible: you're a better developer than I am. Forge does things I can't even comprehend and develops those things far faster than I ever could.

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.

Posted

There is no legacy compatibility issues if Minecraft itself forces the change. Such as the >64 and lcasing as they did in 1.12.2. Stop being a smartass.

And no, there is no good way to determine if you're in a 'Dev environment' If you find a way that is 100% reliable and doesn't rely on hacky hacky shit. Then sure we can think about it because A LOT of things could use a Dev Time explosions.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted

Like I said, you're a better programmer than I am. I figured there was a reason why it wasn't that way, but I asked anyway.

  On 1/9/2018 at 7:07 PM, LexManos said:

Stop being a smartass.

Expand  

Seriously, that was uncalled for.

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.

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.