Started by
pingouin_afk218
on
Topic category: Help with Minecraft modding (Java Edition)
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
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
First, you need to understand structure blocks.
https://www.youtube.com/results?search_query=structure+blocks+tutorial+…
Then, import the *.nbt in to MCreator.
https://www.youtube.com/results?search_query=import+nbt+structure+mcrea…
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