You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If player use searching, all container around him will generate items by their loot table, even player in spectator mode.
Run command /setblock ~ ~ ~ chest{LootTable:"minecraft:chests/end_city_treasure"}
Open your inventory and press Y on an item.
Run command on that chest /data get block ~ ~ ~
You will see {LootTable:""} nbt is disappeared and instead with {Items:[]}, which means the loot table has been generated before someone open the chest.
Please add a config to control whether searching can generate loot table. And whether it's ture of false, spectator player can never generate loot table.
The text was updated successfully, but these errors were encountered:
Minecraft 1.16.5 Forge 36.2.35 FineMe 2.2.0
If player use searching, all container around him will generate items by their loot table, even player in spectator mode.
/setblock ~ ~ ~ chest{LootTable:"minecraft:chests/end_city_treasure"}
/data get block ~ ~ ~
Please add a config to control whether searching can generate loot table. And whether it's ture of false, spectator player can never generate loot table.
The text was updated successfully, but these errors were encountered: