Files
minecraft-assets/data/minecraft/loot_table/shearing/bogged.json
2025-02-19 18:31:59 +01:00

34 lines
728 B
JSON

{
"type": "minecraft:shearing",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 1.0,
"function": "minecraft:set_count"
}
],
"name": "minecraft:brown_mushroom"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 1.0,
"function": "minecraft:set_count"
}
],
"name": "minecraft:red_mushroom"
}
],
"rolls": 2.0
}
],
"random_sequence": "minecraft:shearing/bogged"
}