How to unlock recipes when a user obtains a block? Also why can't mod items be seen in commands and be given?

Started by mechx4arceus on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to unlock recipes when a user obtains a block? Also why can't mod items be seen in commands and be given?

Hello! I just started using MCreator, I am totally amazed by this software and wonder sometimes that how is it even free, Though with a bunch of features, comes a bunch of confusion, so, My first concern is, When I was happily testing my mod, I found out that whenever I obtain any mod item, let's say an ore, I don't get any recipes on how to smelt it, same with even after I smelt it or anything at ALL, For instance, let's say, you mine an iron ore, the moment you do it, furnace and blast furnace recipes get unlocked for the player to know what to do with them, similarly with every item ever, though in my case this doesn't happen, my second issue is that whenever I try to give mod item via commands, they don't even show up in the autofill menu like other items, WHAT'S UP?

Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Your item should apear on…
Thu, 10/21/2021 - 13:58

Your item should apear on the autofill.

If you want to give the item to yourself do /give @p MOD_NAME:BLOCK_NAME

like vanilla /give @p minecraft:diamond

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Your item should apear on…
Thu, 10/21/2021 - 16:24

Your item should apear on the autofill.

If you want to give the item to yourself do /give @p MOD_NAME:BLOCK_NAME

like vanilla /give @p minecraft:diamond

Well that's fine but for ME, When I publish this mod, Players are gonna have a HARD time doing this, Is there any way I can resolve this? Also the recipe issue too.

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
on your recipe, check for a…
Thu, 10/21/2021 - 17:09

on your recipe, check for a bar called Recipe Group or smt like that, and create a new Recipe Group. This Recipe Group should be for every item that has to do with your block/ite

 

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
on your recipe, check for a…
Fri, 10/22/2021 - 09:19

on your recipe, check for a bar called Recipe Group or smt like that, and create a new Recipe Group. This Recipe Group should be for every item that has to do with your block/ite

I don't know how to, Is there a tutorial?

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
probably yes, search How to…
Fri, 10/22/2021 - 16:31

probably yes, search How to make a recipe MCreator on Google