This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I have been playing around with loot table the past couple days, and loot table seem to be partially broken in the recent 1.17 snapshots. The following loot table works just fine in 1.16, however in 1.17, it only ever drops 1 item.
{ "pools": [ { "rolls": 1, "entries": [ { "type": "minecraft:item", "name": "minecraft:diamond_hoe", "functions": [ { "function": "minecraft:set_count", "count": { "type": "minecraft:uniform", "min": 1, "max": 2 } } ] } ] } ] }
Is this a bug, or am I doing something wrong?
Thats why you only use snapshots for testing and bug reporting, not for full play, because they have bugs
Sorry dude i don't know whats wrong maybe report it to mojang so they can look into it
I have been playing around with loot table the past couple days, and loot table seem to be partially broken in the recent 1.17 snapshots. The following loot table works just fine in 1.16, however in 1.17, it only ever drops 1 item.
Is this a bug, or am I doing something wrong?
Thats why you only use snapshots for testing and bug reporting, not for full play, because they have bugs
Sorry dude i don't know whats wrong maybe report it to mojang so they can look into it