Started by
tkwninja2019
on
Topic category: User side tutorials
Hello!
How do I make it so that certain blocks appear(portals) when someone first enters the mod.
I want the person to create a new world and when it loads, it shows certain portals.
thanks.
I'm super new to this but I think the part of mcreator you're in need of is the structures tab. Hopefully this helps.
I have a way, but It will only work for singleplayer. make a global variable. add procedure: on player join the world, if the variable = true, place your structure(place schematic)It is in "world management." and then turn your variable into false so it will not do again.
You can use entity NBT tag to make this server compatible.
whuts entity nbt tag?!
Search on the forums, this has been discussed many times. Basically it is a variable tied to a specific entity. You can manage entity NBT tags using procedures.