Help for making appear a nbt structure with item right click

Started by pingouin_afk218 on

Topic category: Help with modding (Java Edition)

Last seen on 12:01, 15. Dec 2021
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help for making appear a nbt structure with item right click

I'm making a "tycoon" game mod, and i'm trying to make an item that "summons" a NBT structure while right clicked, but i'm just struggling with structure blocks stuff, and it's not working.

Thanks for help

Last seen on 06:13, 29. Mar 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That's very very basic and…
Wed, 12/15/2021 - 12:19

That's very very basic and easy

Make your nbt structure then when right click with item in hand spawn structure

How can you fail in this basic one ? If not as I say then attach your procedure

 

Last seen on 07:41, 29. Mar 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Now, create the desired item…
Wed, 12/15/2021 - 12:22

Now, create the desired item.

https://www.youtube.com/results?search_query=create+items+mcreator

While in the item menu, go to triggers, when right clicked on air, create procedure, and add:

Place at x () y () z () with rotation () mirror () structure (your structure should show here)

Save every section, and test it.

---------------------------

Tried to post the instructions all at one, but for some unknown reason it just created an error message.

---------------------------

Hope it helps