Started by
spokyleo2223
on
Topic category: Help with Minecraft modding (Java Edition)
I was thinking about making some sort of mob colony, and that as time goes by it would grow, something like the colonies in the Parasite mod. But I don't know where to start :c
start by making a structure file and a jigsaw file, create the structure. then create a procedure that triggers 'on world tick update'
put a wait [after how many ticks you want to spread you colony] ticks the on server side
do: repeat 1 times
do: place NBT structure file {your jigsaw file} at x: y: z: {your structure coordinates}
to get your structure coordinates create three variables, one with the X one with the Y and one with the Z coordinates