Jump to content

How can I spawn a Dragonfly Setpiece that works?


Recommended Posts

Afaik you can't spawn the entire setpiece as it is. You can however spawn the individual pieces, although I'm not entirely sure if the dragonfly properly detects manually spawned lava ponds to spawn it's larvae. You can use the following codes to spawn the individual parts:

c_spawn("dragonfly_spawner") //the prefab that spawns the Dragonfly, probably a good idea to spawn this laster, after you built the setpiece, so you don't have to deal with dragonfly while building the setpiece
c_spawn("lava_pond") //to spawn the lava ponds. Spawn as many as you see fit
c_spawn("burntground") //should spawn the burnt marks. Maybe this is the wrong prefab, maybe not, not entirely sure, further testing needed

I'd recommend to test these commands out in a testworld before using them in your world, since they might break things.

46 minutes ago, Daniel86268 said:

Afaik you can't spawn the entire setpiece as it is. You can however spawn the individual pieces, although I'm not entirely sure if the dragonfly properly detects manually spawned lava ponds to spawn it's larvae. You can use the following codes to spawn the individual parts:


c_spawn("dragonfly_spawner") //the prefab that spawns the Dragonfly, probably a good idea to spawn this laster, after you built the setpiece, so you don't have to deal with dragonfly while building the setpiece
c_spawn("lava_pond") //to spawn the lava ponds. Spawn as many as you see fit
c_spawn("burntground") //should spawn the burnt marks. Maybe this is the wrong prefab, maybe not, not entirely sure, further testing needed

I'd recommend to test these commands out in a testworld before using them in your world, since they might break things.

Thanks, will test that out.

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...