Initial commit

This commit is contained in:
2024-11-28 17:00:03 +00:00
commit c0bd808561
11697 changed files with 631986 additions and 0 deletions

View File

@@ -0,0 +1,267 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 0,
"max": 3
},
"bonus_rolls": {
"min": 1,
"max": 2
},
"entries": [
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:chicken",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 3
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:egg",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 3
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 5,
"name": "minecraft:mutton",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 3
},
"add": true
}
]
}
]
},
{
"rolls": {
"min": 0,
"max": 4
},
"bonus_rolls": {
"min": 0,
"max": 2
},
"entries": [
{
"type": "minecraft:item",
"weight": 5,
"name": "farmersdelight:onion",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 2
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 5,
"name": "farmersdelight:tomato",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 2
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 5,
"name": "farmersdelight:cabbage",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 2
}
}
]
}
]
},
{
"rolls": {
"min": 0,
"max": 3
},
"bonus_rolls": 1,
"entries": [
{
"type": "minecraft:item",
"weight": 6,
"name": "farmersdelight:fried_rice"
},
{
"type": "minecraft:item",
"weight": 6,
"name": "farmersdelight:fish_stew"
},
{
"type": "minecraft:item",
"weight": 6,
"name": "farmersdelight:chicken_soup"
},
{
"type": "minecraft:item",
"weight": 6,
"name": "farmersdelight:beef_stew"
},
{
"type": "minecraft:item",
"weight": 1,
"name": "farmersdelight:stuffed_pumpkin_block"
},
{
"type": "minecraft:item",
"weight": 1,
"name": "farmersdelight:shepherds_pie_block"
},
{
"type": "minecraft:item",
"weight": 1,
"name": "farmersdelight:honey_glazed_ham_block"
},
{
"type": "minecraft:item",
"weight": 1,
"name": "farmersdelight:roast_chicken_block"
}
]
},
{
"rolls": {
"min": 0,
"max": 3
},
"bonus_rolls": 1,
"entries": [
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:coal",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:potato",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
},
"add": true
}
]
}
]
},
{
"rolls": {
"min": 0,
"max": 1
},
"entries": [
{
"type": "minecraft:item",
"name": "farmersdelight:skillet",
"functions": [
{
"function": "minecraft:set_damage",
"damage": {
"min": 0.6,
"max": 0.9
}
}
]
}
]
},
{
"rolls": {
"min": 0,
"max": 1
},
"entries": [
{
"type": "minecraft:item",
"weight": 4,
"name": "apocalypsenow:rolling_pin"
},
{
"type": "minecraft:item",
"weight": 1,
"name": "apocalypsenow:kitchen_knife",
"functions": [
{
"function": "minecraft:set_damage",
"damage": {
"min": 0.7,
"max": 0.9
}
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "apocalypsenow:knife",
"functions": [
{
"function": "minecraft:set_damage",
"damage": {
"min": 0.7,
"max": 0.9
}
}
]
}
]
}
]
}

View File

@@ -0,0 +1,159 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 0,
"max": 3
},
"bonus_rolls": {
"min": 1,
"max": 2
},
"entries": [
{
"type": "minecraft:item",
"weight": 3,
"name": "farmersdelight:cabbage",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 2
}
}
]
},
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:egg",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 2
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 5,
"name": "minecraft:salmon",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 3
},
"add": true
}
]
}
]
},
{
"rolls": {
"min": 1,
"max": 3
},
"bonus_rolls": {
"min": 0,
"max": 2
},
"entries": [
{
"type": "minecraft:item",
"weight": 5,
"name": "minecraft:dried_kelp",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 2
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 5,
"name": "farmersdelight:rice",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 2
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 5,
"name": "farmersdelight:tomato_sauce"
}
]
},
{
"rolls": {
"min": 0,
"max": 1
},
"bonus_rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "farmersdelight:vegetable_soup"
}
]
},
{
"rolls": {
"min": 0,
"max": 2
},
"bonus_rolls": 1,
"entries": [
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:coal",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:bowl",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
}
]
}
]
}