add first patch

This commit is contained in:
2026-07-31 10:34:32 +09:00
parent 03aac2e45e
commit b1cbc6c78d
6390 changed files with 547430 additions and 0 deletions
@@ -0,0 +1,303 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 2
},
"entries": [
{
"type": "minecraft:item",
"weight": 7,
"name": "minecraft:candle"
},
{
"type": "minecraft:item",
"weight": 4,
"name": "minecraft:cobblestone",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 8
}
}
]
},
{
"type": "minecraft:item",
"weight": 4,
"name": "minecraft:stick",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 4
}
}
]
},
{
"type": "minecraft:item",
"weight": 8,
"name": "minecraft:string",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 6
}
}
]
},
{
"type": "minecraft:item",
"weight": 6,
"name": "minecraft:gold_nugget",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 12
}
}
]
}
]
},
{
"rolls": {
"min": 4,
"max": 6
},
"entries": [
{
"type": "minecraft:item",
"weight": 12,
"name": "minecraft:iron_ingot"
},
{
"type": "minecraft:item",
"weight": 12,
"name": "minecraft:gold_ingot"
},
{
"weight": 1,
"type": "minecraft:item",
"name": "society:candied_animal_feed"
},
{
"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": "numismatics:cog",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
},
"add": false
}
]
},
{
"type": "minecraft:item",
"weight": 8,
"name": "minecraft:lapis_lazuli"
},
{
"type": "minecraft:item",
"weight": 12,
"name": "minecraft:redstone"
},
{
"type": "minecraft:item",
"weight": 4,
"name": "minecraft:redstone_block"
},
{
"type": "minecraft:item",
"weight": 7,
"name": "minecraft:book"
},
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:book",
"functions": [
{
"function": "minecraft:enchant_with_levels",
"levels": 20
}
]
}
]
},
{
"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"
}
]
}
]
}