mojira.dev
MC-50613

Spawner TileID doesn't work

NO BUG MADE A MISTAKE

I am not 100% sure whether I made a mistake or it is a bug, but the command:

setblock ~ ~1 ~ minecraft:mob_spawner 0 replace {
	EntityId:FallingSand,SpawnCount:1,
	SpawnRange:1,
	MinSpawnDelay:40,
	MaxSpawnDelay:40,
	MaxNearbyEntities:32000,
	RequiredPlayerRange:6,
	SpawnData:{
		Pos:[0,-10,0],
		TileID:minecraft:redstone_block},
	SpawnPotentials:[
	{Type:FallingSand,
	Weight:1,
	Properties:{
		Pos:[1324.5,57.0,172.5],
		TileID:minecraft:redstone_block}},
	{Type:FallingSand,
	Weight:1,
	Properties:{
		Pos:[1325.5,57.0,172.5],
		TileID:minecraft:redstone_block}},
	{Type:FallingSand,
	Weight:1,
	Properties:{
		Pos:[1326.5,57.0,172.5],
		TileID:minecraft:redstone_block}
		}
	]
}

Just creates falling sandblocks (I also tried it with the numeric id)

Linked issues

Comments 2

Try "Block" instead of "TileID"

Thank you 🙂 worked

marcono1234

(Unassigned)

Unconfirmed

Minecraft 14w10c

Retrieved