Advertisement
Skylinerw

@JonnyC616 - "Riding" override

Sep 13th, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. A "FallingSand" entity is spawned as the host instead of the rabbit, meaning the game looks for spawning rules for "FallingSand". Since there are no rules, it will spawn no matter what the environment is. The "FallingSand" entity disappears instantly because its "Time" value defaults to 0. Other entities can be used instead of "FallingSand", of course. The "Pos" tag must be with the host.
  2.  
  3. /setblock -247 32 -22 minecraft:mob_spawner 0 replace {SpawnData:{id:"FallingSand",Pos:[-247.5,37.0,-22.5],Riding:{id:"Rabbit",RabbitType:99}},SpawnCount:1,SpawnRange:100,RequiredPlayerRange:100,Delay:5,MinSpawnDelay:100,MaxSpawnDelay:100,MaxNearbyEntities:8}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement