-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.13.1, Minecraft 1.13.2, Minecraft 18w43b, Minecraft 18w43c, Minecraft 18w44a, Minecraft 18w45a, Minecraft 18w48a, Minecraft 18w48b, Minecraft 18w49a, Minecraft 18w50a, Minecraft 19w03c, Minecraft 19w04b, Minecraft 1.14 Pre-Release 2, Minecraft 1.14 Pre-Release 3, 1.15.2, 20w17a, 20w21a, 1.16 Pre-release 2, 20w51a, 1.16.5, 21w06a, 21w08b, 1.17
-
Confirmed
-
(Unassigned)
- First, give yourself a valid spawn egg for summoning a sand entity. I used this one so it looked nice and also functioned as a sand entity spawn egg:
/give @p minecraft:cod_spawn_egg{EntityTag:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:sand"},Time:1b,CustomName:""},display:{Name:"{\"text\":\"Falling Sand Spawn Egg\",\"italic\":false}"}}
- Use it in creative mode to verify it works. you should spawn a block of sand.
- Put the same egg into a dispenser and power it with redstone.
The dispenser strips the entity of all the rest of the data other than the fact its a falling_block entity. This can be further tested by changing the block id to spawn to a block other than sand; and seeing that the dispenser changes it to a falling sand instead of what you defined.
Note: this has nothing to do with spawners or the spawn eggs themselves, as the eggs work perfectly fine, and all entities excpet falling_block seem to work just fine when being dispensed by a dispenser.
- duplicates
-
MC-206796 Custom spawn eggs inside of a dispenser don't keep entity data properly
- Resolved