Started by
PythonIsCool
on
Thu, 12/03/2020 - 21:42
Topic category: Help with modding (Java Edition)
I want in my jojo mod to have a certain structure spawn at a certain x y z location. Is there any way to do this?
Topic category: Help with modding (Java Edition)
I want in my jojo mod to have a certain structure spawn at a certain x y z location. Is there any way to do this?
You could set structure spawn chance to 100% and then use custom conditions for the location. This may work, but did not test.
ok ima try that
Or you could just create a global logic variable that activates the first time the player joins the world, and then use another procedure to manually generate the structure at the position you need if that variable is true.
can u explain a little more please?