Started by
Reedomu
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a starter house that spawns when the player joins a world, but I can't figure out how to do that. I tried to follow tips from other forum topics but none of them seemed to help.
Any ideas that may help me?
Set global logic variable and then create procedure with player joins the world. Place structure if this variable = false and then set this variable to true.
^ can you type it in a procedure-like format or send a screenshot of the procedures? im new to procedures and im trying to do the same thing