Files
meatballcraft/pillar/loot_tables/lostcities_meatball.json
T
2025-01-18 01:28:04 +08:00

61 lines
1.5 KiB
JSON

{
"pools": [
{
"name": "generalmeatballness",
"entries": [
{
"entryName": "contenttweaker:sentient_meatball",
"weight": 2,
"quality": 1,
"type": "item",
"functions": [
{
"count": {
"min": 1.0,
"max": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "contenttweaker:sentient_meatball"
},
{
"entryName": "contenttweaker:vegetarian_sentient_meatball",
"weight": 2,
"quality": 1,
"type": "item",
"functions": [
{
"count": {
"min": 1.0,
"max": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "contenttweaker:vegetarian_sentient_meatball"
},
{
"entryName": "contenttweaker:tainted_sentient_meatball",
"weight": 2,
"quality": 1,
"type": "item",
"functions": [
{
"count": {
"min": 1.0,
"max": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "contenttweaker:tainted_sentient_meatball"
}
],
"rolls": {
"min": 1.0,
"max": 4.0
}
}
]
}