Jump to content

1.15.2 Adding minecraft.planks tag for a block do not provide vanilla recipes.


Saturnin_UFOlud

Recommended Posts

Show your code. Better yet, link a working git repository.

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

https://github.com/SaturninUfolud/PGC/blob/master/java/saturnin_ufolud/pgc/block/PgcBlocks.java#L40

Problematic Code #14

You have a block registry event handler, use it. Or delete that one because you have two.

You can't do this here either.

 

Do not, under any circumstances, create a registry entry in any place other than the registry event for that registry object type.

  • Thanks 1

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

I removed this unnecessary handler but it didn't help, unfortunately.
Should I register block tags in some way besides putting appropriate .json files in data.minecraft.tags.blocks ? 

However, the #minecraft.planks tag is displayed in F3 mode.

 

I don't register in forge objects here, but these functions only adds objects to ArrayLists in my class "PgcRegistry" and set their registry name,
I register these objects later for example here.

 

2020-03-19_22_51_03.thumb.png.5a7030ff769acd43909f67b00ea03c92.png

Link to comment
Share on other sites

31 minutes ago, Saturnin_UFOlud said:

only adds objects to ArrayLists in my class "PgcRegistry" and set their registry name

Yes. Don't do exactly that thing.

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.