-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi there! Love this mod - I'm using it to respawn mining nodes for slower players on my server who otherwise get left with scraps after the more aggressive players have moved through an area. I'm struggling in the Mistlands though. I can spawn skulls. I can spawn brains. How do I get the brains to spawn inside the skulls?
Here's what I have so far (and 19906 for giant_brain), but of course they don't spawn together:
[WorldSpawner.19905]
Name=MineRock_Skull
Enabled=True
Biomes=Mistlands
PrefabName=giant_skull
MaxSpawned=1
SpawnInterval=360000
SpawnChance=25
SpawnDistance=100
GroundOffset=-5
SpawnDuringDay=True
SpawnDuringNight=True
ConditionAltitudeMin=5
ConditionAltitudeMax=1000
SpawnInForest=True
SpawnOutsideForest=True
Any suggestions please?
Thank you!