mojira.dev

Mr3DAlien

Assigned

No issues.

Reported

MC-252808 Villagers won't restock Duplicate MC-174665 Entity gets deleted out of the scoreboard after switching dimension. Duplicate MC-167553 Lag Spike if you go trough specific chunks in Amplified Duplicate MC-154295 Worlborder stops Datapacks from reloading Awaiting Response MC-122917 1.12 World doesn't load in the newest snapshot Awaiting Response

Comments

can confirm for 20w11a

 

So i tried this command

execute as @e[tag=crafter] at @s if block ~ ~-1 ~ minecraft:dropper[facing=up]{Items:[{Slot:4b,id:"minecraft:diamond",Count:1b}]} run data merge block ~ ~-1 ~ {Items:[{Slot:4b,id:"minecraft:coal",Count:1b}]}

in theory it should replace every diamond in the dropper under the armor stand with 1 coal. And yes it does, but only if every armor stand has an diamond in the dropper below. What i expect is that only the armor stand wich hast the diamond in the dropper replaces the diamond with 1 coal and not every armor stand.