I set up a shulker box and a normal chest with following Loot Table:
{
"pools": [
{
"rolls": 0,
"bonus_rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:diamond"
}
]
},
{
"rolls": 0,
"bonus_rolls": -1,
"entries": [
{
"type": "item",
"name": "minecraft:dirt"
}
]
}
]
}
Then I open both of them with luck(or unluck) effect, only the shulker box always empty.
(MC-92759?)
Linked issues
is duplicated by 1
Comments 6
can anyone mark this relates to MC-92759?@unknown@unknown
Does it work properly when using the same loot table with a chest?