Files
IMoO/loot_tables/gameplay/entities/mooshroom_milking.json
2022-01-23 21:24:12 +03:00

240 lines
4.4 KiB
JSON

{
"pools": [
{
"conditions": [
{
"condition": "has_mark_variant",
"value": -1
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:mushroom_stew",
"weight": 1
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 0
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 0
}
]
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 1
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 1
}
]
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 2
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 2
}
]
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 3
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 3
}
]
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 4
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 4
}
]
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 5
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 5
}
]
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 6
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 6
}
]
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 7
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 7
}
]
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 8
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 8
}
]
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 9
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 9
}
]
}
]
}
]
}