gaveitatry
Refugee
In my gameevents.xml, I have tried different spawn_type settings (NearTarget, Position, NearPosition, WanderingHorde). I also tried setting the min_distance and max_distance to 0, fractions like 0.1, and 1. But no matter what I do, the entity is always spawned at random distances and directions from the block. I want the entity to spawn directly on top of the block.
<property name="air_spawn" value="false" param1="airspawn"/>
<property name="max_distance" value="0"/>
<property name="spawn_type" value="Position"/>
<property name="air_spawn" value="false" param1="airspawn"/>
<property name="max_distance" value="0"/>
<property name="spawn_type" value="Position"/>
Last edited: