Mojira Archive
MCPE-46126

Data Driven Spawning problem

Data-driven spawning does not work when minecraft:spawns_on_block_filter is used with a block that needs a data value to identify it.

Example this works perfectly as intended to spawn entities only on sand blocks

"minecraft:spawns_on_block_filter": "minecraft:sand"

 

The next two examples do not work

"minecraft:spawns_on_block_filter": "minecraft:stone:2", //Spawn on Diorite

"minecraft:spawns_on_block_filter": "minecraft:stained_hardened_clay:15", // spawn on Black Terracotta

I have tried quite a few variations in spawning and syntax but it seems to boild down to this problem.

Thanks

Incomplete

Zephira

2019-05-10, 10:50 PM

2020-12-21, 01:18 PM

2020-12-21, 01:18 PM

1

3

Unconfirmed

1.13.0.18 Beta, 1.12.0.4 Beta

-