Files
jgl_sunlit_patch/kubejs/data/mvs/loot_tables/houses_desert.json
T
2026-07-31 10:34:32 +09:00

255 lines
5.9 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"type": "minecraft:uniform",
"min": 3,
"max": 8
},
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:clay_ball"
},
{
"type": "minecraft:item",
"name": "minecraft:green_dye"
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:cactus",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 4
},
"add": false
}
]
},
{
"type": "minecraft:item",
"weight": 2,
"name": "etcetera:cotton_seeds"
},
{
"type": "minecraft:item",
"weight": 10,
"name": "numismatics:sprocket",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
},
"add": false
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:bread",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 4
},
"add": false
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:book"
},
{
"type": "minecraft:item",
"weight": 2,
"name": "minecraft:dead_bush",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
},
"add": false
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:emerald",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
},
"add": false
}
]
}
]
},
{
"rolls": {
"type": "minecraft:uniform",
"min": 1,
"max": 1
},
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"weight": 20,
"name": "minecraft:air"
},
{
"type": "minecraft:item",
"weight": 1,
"name": "numismatics:crown",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 1
},
"add": false
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "numismatics:cog",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 6
},
"add": false
}
]
},
{
"type": "minecraft:item",
"weight": 4,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 1
},
"add": false
}
],
"name": "society:mining_monthly"
},
{
"type": "minecraft:item",
"weight": 4,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 1
},
"add": false
}
],
"name": "society:wet_weekly"
},
{
"type": "minecraft:item",
"weight": 4,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 1
},
"add": false
}
],
"name": "society:husbandry_hourly"
},
{
"type": "minecraft:item",
"weight": 4,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 1
},
"add": false
}
],
"name": "society:combat_quarterly"
},
{
"type": "minecraft:item",
"weight": 4,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 1
},
"add": false
}
],
"name": "society:yard_work_yearly"
},
{
"type": "minecraft:item",
"weight": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 1
},
"add": false
}
],
"name": "society:book_of_stars"
}
]
}
]
}