Item with Registry Name

Started by myko on

Topic category: Help with MCreator software

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Item with Registry Name

Is there any procedure block that allows you to spawn an item using it's registry name? Maybe an item block like "Item with Registry Name"?

If I have a variable set to Ex. (minecraft:item), I'd like to be able to spawn that item using the variable.

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I was able to solve my issue…
Tue, 05/06/2025 - 12:08

I was able to solve my issue manually using the code editor, but the block would still be a very useful feature.

No need for code There is…
Tue, 05/06/2025 - 14:55

No need for code

There is procedure block to obtain item by its registry name in procedures.

There is also procedure block to spawn item. Just swap fixed item with "item from registry name" procedure block