Fellies/kubejs[e6]/data/enigmatica/loot_tables/chests/quest_farmers_delight.json

88 lines
2.7 KiB
JSON
Raw Normal View History

2021-01-28 22:28:10 +00:00
{
"type": "minecraft:chest",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"weight": 1,
"name": "resourcefulbees:oreo_cookie",
"functions": [
{
"function": "set_count",
"count": 16
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "simplefarming:sushi",
"functions": [
{
"function": "set_count",
"count": 16
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "farmersdelight:pasta_with_mutton_chop",
"functions": [
{
"function": "set_count",
"count": 16
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "farmersdelight:squid_ink_pasta",
"functions": [
{
"function": "set_count",
"count": 16
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "simplefarming:vegetable_curry",
"functions": [
{
"function": "set_count",
"count": 16
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "farmersdelight:fish_stew",
"functions": [
{
"function": "set_count",
"count": 16
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "pneumaticcraft:cod_n_chips",
"functions": [
{
"function": "set_count",
"count": 16
}
]
}
]
}
]
}