mojira.dev
MC-77687

Using fill (filling tile entities) with execute always fails

Created a fill clock with
fill ~ ~-1 ~ ~-10 ~-1 ~ redstone_block
fill ~ ~1 ~ ~-10 ~1 ~ air

Put those 2 commands:
/scoreboard players set @e[type=Item] Crafting 3 {Item:{id:minecraft:map}}
/execute @e[score_Crafting=3,score_Crafting_min=3] ~ ~-1 ~ /fill ~ ~ ~ ~ ~ ~ dropper 0 replace crafting_table

In execute command I get that while dropping an empty map on a crafting table:
Failed to execute '/fill ~ ~ ~ ~ ~ ~ dropper 0 replace crafting_table' as item.item.emptyMap

Linked issues

Comments 1

insane96mcp

(Unassigned)

Unconfirmed

Minecraft 1.8.1, Minecraft 1.8.2-pre7

Retrieved