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

265 lines
6.1 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"type": "minecraft:uniform",
"min": 2,
"max": 4
},
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"weight": 90,
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
},
"add": false
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
},
"add": false
}
]
},
{
"type": "minecraft:item",
"weight": 40,
"name": "minecraft:emerald",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 5
},
"add": false
}
]
},
{
"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": 5,
"name": "minecraft:experience_bottle"
}
]
},
{
"rolls": {
"type": "minecraft:uniform",
"min": 1,
"max": 2
},
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"weight": 50,
"name": "minecraft:iron_nugget",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 5
},
"add": false
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:gold_nugget",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 5
},
"add": false
}
]
},
{
"type": "minecraft:item",
"weight": 20,
"name": "minecraft:lapis_lazuli",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 5
},
"add": false
}
]
}
]
},
{
"rolls": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
},
"bonus_rolls": 0,
"entries": [
{
"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": 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"
}
]
}
]
}