mob colony ia

Started by spokyleo2223 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
mob colony ia

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…
Tue, 07/22/2025 - 08:33

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