-
Bug
-
Resolution: Invalid
-
None
-
Minecraft 1.13-pre10
-
None
-
Put your operating system (Windows 7, Windows XP, OSX) and Java version if you know it here
Windows 10
Java version 1.8.0_51
-
Unconfirmed
Put the summary of the bug you're having here
What I expected to happen was...:
This commond can work in tarpped_chest activated when player was effect luck 1:
execute as @a run data merge block ~ ~2 ~ {LootTable:"ad:chests/supply"}
What actually happened was...:
It's don't work
Steps to Reproduce:
1:This way can make more items
effect give @s minecraft:luck 5 0
(player activated) command_block:
execute as @a run data merge block ~ ~2 ~ {LootTable:"ad:chests/supply"}
2:This way can't make more items
effect give @s minecraft:luck 5 0
(tarpped_chest activated) command_block:
execute as @a run data merge block ~ ~2 ~ {LootTable:"ad:chests/supply"}