Add minecraft bedrock server

This commit is contained in:
2024-09-09 13:28:08 -03:00
parent 54e5f3000c
commit 236b4b2960
4640 changed files with 688839 additions and 66 deletions

View File

@ -0,0 +1,270 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 20
},
{
"type": "item",
"name": "minecraft:appleEnchanted",
"weight": 1
},
{
"type": "item",
"name": "minecraft:name_tag",
"weight": 30
},
{
"type": "item",
"name": "minecraft:book",
"weight": 10,
"functions": [
{
"function": "enchant_randomly"
}
]
},
{
"type": "item",
"name": "minecraft:iron_pickaxe",
"weight": 5
},
{
"type": "empty",
"weight": 5
}
]
},
{
"rolls": {
"min": 2,
"max": 4
},
"entries": [
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:redstone",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 9
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:dye",
"functions": [
{
"function": "set_data",
"data": 4
},
{
"function": "set_count",
"count": {
"min": 4,
"max": 9
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:diamond",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
],
"weight": 3
},
{
"type": "item",
"name": "minecraft:coal",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 8
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:bread",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:melon_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:pumpkin_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:beetroot_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 10
}
]
},
{
"rolls": 3,
"entries": [
{
"type": "item",
"name": "minecraft:rail",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 8
}
}
],
"weight": 20
},
{
"type": "item",
"name": "minecraft:golden_rail",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:detector_rail",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:activator_rail",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:torch",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 16
}
}
],
"weight": 15
}
]
}
]
}

View File

@ -0,0 +1,177 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:heart_of_the_sea"
}
]
},
{
"rolls": {
"min": 5,
"max": 12
},
"entries": [
{
"type": "item",
"name": "minecraft:prismarine_crystals",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 5
}
}
],
"weight": 20
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:tnt",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:diamond",
"weight": 15
},
{
"type": "item",
"name": "minecraft:record_wait",
"weight": 5
},
{
"type": "item",
"name": "minecraft:record_mellohi",
"weight": 5
},
{
"type": "item",
"name": "minecraft:name_tag",
"weight": 10
},
{
"type": "item",
"name": "minecraft:chainmail_chestplate",
"weight": 20
},
{
"type": "item",
"name": "minecraft:chainmail_helmet",
"weight": 20
},
{
"type": "item",
"name": "minecraft:chainmail_leggings",
"weight": 20
},
{
"type": "item",
"name": "minecraft:chainmail_boots",
"weight": 20
},
{
"type": "item",
"name": "minecraft:writable_book",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:lead",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:experience_bottle",
"weight": 3
},
{
"type": "item",
"name": "minecraft:potion",
"functions": [
{
"function": "set_data",
"data": 19
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:potion",
"functions": [
{
"function": "set_data",
"data": 28
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:cake",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,229 @@
{
"pools": [
{
"rolls": {
"min": 2,
"max": 4
},
"entries": [
{
"type": "item",
"name": "minecraft:diamond",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:emerald",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:bone",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 6
}
}
],
"weight": 25
},
{
"type": "item",
"name": "minecraft:spider_eye",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 25
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
}
],
"weight": 25
},
{
"type": "item",
"name": "minecraft:saddle",
"weight": 20
},
{
"type": "item",
"name": "minecraft:horsearmoriron",
"weight": 15
},
{
"type": "item",
"name": "minecraft:horsearmorgold",
"weight": 10
},
{
"type": "item",
"name": "minecraft:horsearmordiamond",
"weight": 5
},
{
"type": "item",
"name": "minecraft:book",
"weight": 20,
"functions": [
{
"function": "enchant_randomly"
}
]
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 20
},
{
"type": "item",
"name": "minecraft:appleEnchanted",
"weight": 2
},
{
"type": "empty",
"weight": 15
}
]
},
{
"rolls": 4,
"entries": [
{
"type": "item",
"name": "minecraft:bone",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:gunpowder",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:string",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:sand",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,26 @@
{
"pools": [
{
"rolls": {
"min": 2,
"max": 2
},
"entries": [
{
"type": "item",
"name": "minecraft:arrow",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
],
"weight": 30
}
]
}
]
}

View File

@ -0,0 +1,312 @@
{
"pools": [
{
"rolls": {
"min": 2,
"max": 6
},
"entries": [
{
"type": "item",
"name": "minecraft:diamond",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
]
},
{
"type": "item",
"name": "minecraft:iron_ingot",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
]
},
{
"type": "item",
"name": "minecraft:emerald",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 6
}
}
]
},
{
"type": "item",
"name": "minecraft:beetroot_seeds",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 10
}
}
]
},
{
"type": "item",
"name": "minecraft:saddle",
"weight": 3
},
{
"type": "item",
"name": "minecraft:horsearmoriron",
"weight": 1
},
{
"type": "item",
"name": "minecraft:horsearmorgold",
"weight": 1
},
{
"type": "item",
"name": "minecraft:horsearmordiamond",
"weight": 1
},
{
"type": "item",
"name": "minecraft:diamond_sword",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond_boots",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond_chestplate",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond_leggings",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond_helmet",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond_pickaxe",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond_shovel",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:iron_sword",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:iron_boots",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:iron_chestplate",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:iron_leggings",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:iron_helmet",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:iron_pickaxe",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:iron_shovel",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,93 @@
{
"pools": [
{
"rolls": {
"min": 2,
"max": 8
},
"entries": [
{
"type": "item",
"name": "minecraft:apple",
"weight": 15,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:coal",
"weight": 15,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:gold_nugget",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:stone_axe",
"weight": 2
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 10
},
{
"type": "item",
"name": "minecraft:emerald",
"weight": 1
},
{
"type": "item",
"name": "minecraft:wheat",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 3
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,142 @@
{
"pools": [
{
"rolls": {
"min": 2,
"max": 6
},
"entries": [
{
"type": "item",
"name": "minecraft:diamond",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 50
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
],
"weight": 75
},
{
"type": "item",
"name": "minecraft:emerald",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:bone",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 6
}
}
],
"weight": 100
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
}
],
"weight": 80
},
{
"type": "item",
"name": "minecraft:bamboo",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 75
},
{
"type": "item",
"name": "minecraft:saddle",
"weight": 15
},
{
"type": "item",
"name": "minecraft:horsearmoriron",
"weight": 5
},
{
"type": "item",
"name": "minecraft:horsearmorgold",
"weight": 5
},
{
"type": "item",
"name": "minecraft:horsearmordiamond",
"weight": 5
},
{
"type": "item",
"name": "minecraft:book",
"weight": 6,
"functions": [
{
"function": "enchant_with_levels",
"levels": 30,
"treasure": true
}
]
}
]
}
]
}

View File

@ -0,0 +1,119 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:redstone",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:bread",
"weight": 10
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 10
},
{
"type": "item",
"name": "minecraft:wheat",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:gunpowder",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:string",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:name_tag",
"weight": 10
},
{
"type": "item",
"name": "minecraft:bucket",
"weight": 5
},
{
"type": "item",
"name": "minecraft:horsearmoriron",
"weight": 5
},
{
"type": "item",
"name": "minecraft:horsearmorgold",
"weight": 2
},
{
"type": "item",
"name": "minecraft:book",
"weight": 1,
"functions": [
{
"function": "enchant_randomly"
}
]
}
]
}
]
}

View File

@ -0,0 +1,117 @@
{
"pools": [
{
"rolls": {
"min": 2,
"max": 4
},
"entries": [
{
"type": "item",
"name": "minecraft:diamond",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:golden_sword",
"weight": 5
},
{
"type": "item",
"name": "minecraft:golden_chestplate",
"weight": 5
},
{
"type": "item",
"name": "minecraft:flint_and_steel",
"weight": 5
},
{
"type": "item",
"name": "minecraft:nether_wart",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:saddle",
"weight": 10
},
{
"type": "item",
"name": "minecraft:horsearmorgold",
"weight": 8
},
{
"type": "item",
"name": "minecraft:horsearmoriron",
"weight": 5
},
{
"type": "item",
"name": "minecraft:horsearmordiamond",
"weight": 3
},
{
"type": "item",
"name": "minecraft:obsidian",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 2
}
]
}
]
}

View File

@ -0,0 +1,171 @@
{
"pools": [
{
"rolls": {
"min": 0,
"max": 1
},
"entries": [
{
"type": "item",
"name": "minecraft:crossbow"
}
]
},
{
"rolls": {
"min": 2,
"max": 3
},
"entries": [
{
"type": "item",
"weight": 7,
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 5
}
}
],
"name": "minecraft:wheat"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 5
}
}
],
"name": "minecraft:potato"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 5
}
}
],
"name": "minecraft:carrot"
}
]
},
{
"rolls": {
"min": 1,
"max": 3
},
"entries": [
{
"type": "item",
"name": "minecraft:log2",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 1
},
{
"function": "set_count",
"count": {
"min": 2,
"max": 3
}
}
]
}
]
},
{
"rolls": {
"min": 2,
"max": 3
},
"entries": [
{
"type": "item",
"weight": 7,
"name": "minecraft:experience_bottle"
},
{
"type": "item",
"weight": 4,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 6
}
}
],
"name": "minecraft:string"
},
{
"type": "item",
"weight": 4,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
],
"name": "minecraft:arrow"
},
{
"type": "item",
"weight": 3,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:tripwire_hook"
},
{
"type": "item",
"weight": 3,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:iron_ingot"
},
{
"type": "item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:book"
}
]
}
]
}

View File

@ -0,0 +1,81 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:map",
"functions": [
{
"function": "exploration_map",
"destination": "buriedtreasure"
}
]
}
]
},
{
"rolls": 3,
"entries": [
{
"type": "item",
"name": "minecraft:compass",
"weight": 1
},
{
"type": "item",
"name": "minecraft:map",
"weight": 1
},
{
"type": "item",
"name": "minecraft:clock",
"weight": 1
},
{
"type": "item",
"name": "minecraft:paper",
"weight": 20,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 10
}
}
]
},
{
"type": "item",
"name": "minecraft:feather",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
]
},
{
"type": "item",
"name": "minecraft:book",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,220 @@
{
"pools": [
{
"rolls": {
"min": 3,
"max": 10
},
"entries": [
{
"type": "item",
"name": "minecraft:paper",
"weight": 8,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 12
}
}
]
},
{
"type": "item",
"name": "minecraft:potato",
"weight": 7,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 6
}
}
]
},
{
"type": "item",
"name": "minecraft:poisonous_potato",
"weight": 7,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 6
}
}
]
},
{
"type": "item",
"name": "minecraft:carrot",
"weight": 7,
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:wheat",
"weight": 7,
"functions": [
{
"function": "set_count",
"count": {
"min": 8,
"max": 21
}
}
]
},
{
"type": "item",
"name": "minecraft:coal",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 5,
"max": 24
}
}
]
},
{
"type": "item",
"name": "minecraft:bamboo",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:pumpkin",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:gunpowder",
"weight": 3,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
]
},
{
"type": "item",
"name": "minecraft:tnt",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "item",
"name": "minecraft:leather_helmet",
"weight": 3,
"functions": [
{
"function": "enchant_randomly"
}
]
},
{
"type": "item",
"name": "minecraft:leather_chestplate",
"weight": 3,
"functions": [
{
"function": "enchant_randomly"
}
]
},
{
"type": "item",
"name": "minecraft:leather_leggings",
"weight": 3,
"functions": [
{
"function": "enchant_randomly"
}
]
},
{
"type": "item",
"name": "minecraft:leather_boots",
"weight": 3,
"functions": [
{
"function": "enchant_randomly"
}
]
},
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 10,
"functions": [
{
"function": "random_aux_value",
"values": {
"min": 0,
"max": 6
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,118 @@
{
"pools": [
{
"rolls": {
"min": 3,
"max": 6
},
"entries": [
{
"type": "item",
"name": "minecraft:iron_ingot",
"weight": 90,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
]
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
]
},
{
"type": "item",
"name": "minecraft:emerald",
"weight": 40,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond",
"weight": 5
},
{
"type": "item",
"name": "minecraft:experience_bottle",
"weight": 5
}
]
},
{
"rolls": {
"min": 2,
"max": 5
},
"entries": [
{
"type": "item",
"name": "minecraft:iron_nugget",
"weight": 50,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 10
}
}
]
},
{
"type": "item",
"name": "minecraft:gold_nugget",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 10
}
}
]
},
{
"type": "item",
"name": "minecraft:dye",
"weight": 20,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 10
}
},
{
"function": "set_data",
"data": 4
}
]
}
]
}
]
}

View File

@ -0,0 +1,258 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 3
},
"entries": [
{
"type": "item",
"name": "minecraft:saddle",
"weight": 20
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 15
},
{
"type": "item",
"name": "minecraft:appleEnchanted",
"weight": 2
},
{
"type": "item",
"name": "minecraft:record_13",
"weight": 15
},
{
"type": "item",
"name": "minecraft:record_cat",
"weight": 15
},
{
"type": "item",
"name": "minecraft:name_tag",
"weight": 20
},
{
"type": "item",
"name": "minecraft:horsearmorgold",
"weight": 10
},
{
"type": "item",
"name": "minecraft:horsearmoriron",
"weight": 15
},
{
"type": "item",
"name": "minecraft:horsearmordiamond",
"weight": 5
},
{
"type": "item",
"name": "minecraft:book",
"weight": 10,
"functions": [
{
"function": "enchant_randomly"
}
]
}
]
},
{
"rolls": {
"min": 1,
"max": 4
},
"entries": [
{
"type": "item",
"name": "minecraft:iron_ingot",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:bread",
"weight": 20
},
{
"type": "item",
"name": "minecraft:wheat",
"weight": 20,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:bucket",
"weight": 10
},
{
"type": "item",
"name": "minecraft:redstone",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:coal",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:melon_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:pumpkin_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:beetroot_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 10
}
]
},
{
"rolls": 3,
"entries": [
{
"type": "item",
"name": "minecraft:bone",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:gunpowder",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:string",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,484 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:stone_axe",
"weight": 1
},
{
"type": "item",
"name": "minecraft:wooden_axe",
"weight": 3
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:stone_pickaxe",
"weight": 1
},
{
"type": "item",
"name": "minecraft:wooden_pickaxe",
"weight": 3
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:apple",
"weight": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:bread",
"weight": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:salmon",
"weight": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:stick",
"weight": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 12
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:planks",
"weight": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 12
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:log2",
"weight": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:log2",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 1
},
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:log",
"weight": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:log",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 1
},
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:log",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 2
},
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:log",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 3
},
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:potato",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "item",
"name": "minecraft:carrot",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:sapling",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 4,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:sapling",
"weight": 2,
"functions": [
{
"function": "minecraft:set_data",
"data": 1
},
{
"function": "minecraft:set_count",
"count": {
"min": 4,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:sapling",
"weight": 2,
"functions": [
{
"function": "minecraft:set_data",
"data": 2
},
{
"function": "minecraft:set_count",
"count": {
"min": 4,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:sapling",
"weight": 4,
"functions": [
{
"function": "minecraft:set_data",
"data": 3
},
{
"function": "minecraft:set_count",
"count": {
"min": 4,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:sapling",
"weight": 2,
"functions": [
{
"function": "minecraft:set_data",
"data": 4
},
{
"function": "minecraft:set_count",
"count": {
"min": 4,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:sapling",
"weight": 2,
"functions": [
{
"function": "minecraft:set_data",
"data": 5
},
{
"function": "minecraft:set_count",
"count": {
"min": 4,
"max": 4
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:melon_seeds",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "item",
"name": "minecraft:pumpkin_seeds",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "item",
"name": "minecraft:beetroot_seeds",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:cactus",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "item",
"name": "minecraft:dye",
"weight": 2,
"functions": [
{
"function": "set_data",
"data": 3
},
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:brown_mushroom",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,182 @@
{
"pools": [
{
"rolls": {
"min": 2,
"max": 3
},
"entries": [
{
"type": "item",
"name": "minecraft:ender_pearl",
"weight": 50
},
{
"type": "item",
"name": "minecraft:emerald",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:diamond",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 50
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 25
},
{
"type": "item",
"name": "minecraft:redstone",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 9
}
}
],
"weight": 25
},
{
"type": "item",
"name": "minecraft:bread",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 75
},
{
"type": "item",
"name": "minecraft:apple",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 75
},
{
"type": "item",
"name": "minecraft:iron_pickaxe",
"weight": 25
},
{
"type": "item",
"name": "minecraft:iron_sword",
"weight": 25
},
{
"type": "item",
"name": "minecraft:iron_chestplate",
"weight": 25
},
{
"type": "item",
"name": "minecraft:iron_helmet",
"weight": 25
},
{
"type": "item",
"name": "minecraft:iron_leggings",
"weight": 25
},
{
"type": "item",
"name": "minecraft:iron_boots",
"weight": 25
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 5
},
{
"type": "item",
"name": "minecraft:saddle",
"weight": 5
},
{
"type": "item",
"name": "minecraft:horsearmoriron",
"weight": 5
},
{
"type": "item",
"name": "minecraft:horsearmorgold",
"weight": 5
},
{
"type": "item",
"name": "minecraft:horsearmordiamond",
"weight": 5
},
{
"type": "item",
"name": "minecraft:book",
"weight": 6,
"functions": [
{
"function": "enchant_with_levels",
"levels": 30,
"treasure": true
}
]
}
]
}
]
}

View File

@ -0,0 +1,131 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 4
},
"entries": [
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 50
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 25
},
{
"type": "item",
"name": "minecraft:redstone",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 9
}
}
],
"weight": 25
},
{
"type": "item",
"name": "minecraft:coal",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 8
}
}
],
"weight": 50
},
{
"type": "item",
"name": "minecraft:bread",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 75
},
{
"type": "item",
"name": "minecraft:apple",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 75
},
{
"type": "item",
"name": "minecraft:iron_pickaxe",
"weight": 5
},
{
"type": "item",
"name": "minecraft:book",
"weight": 6,
"functions": [
{
"function": "enchant_with_levels",
"levels": 30,
"treasure": true
}
]
},
{
"type": "item",
"name": "minecraft:dye",
"weight": 75,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
},
{
"function": "set_data",
"data": 0
}
]
}
]
}
]
}

View File

@ -0,0 +1,62 @@
{
"pools": [
{
"rolls": {
"min": 2,
"max": 10
},
"entries": [
{
"type": "item",
"name": "minecraft:book",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 100
},
{
"type": "item",
"name": "minecraft:paper",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
],
"weight": 100
},
{
"type": "item",
"name": "minecraft:map",
"weight": 5
},
{
"type": "item",
"name": "minecraft:compass",
"weight": 5
},
{
"type": "item",
"name": "minecraft:book",
"weight": 60,
"functions": [
{
"function": "enchant_with_levels",
"levels": 30,
"treasure": true
}
]
}
]
}
]
}

View File

@ -0,0 +1,110 @@
{
"pools": [
{
"rolls": {
"min": 2,
"max": 8
},
"entries": [
{
"type": "item",
"name": "minecraft:coal",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:gold_nugget",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:emerald",
"weight": 1
},
{
"type": "item",
"name": "minecraft:wheat",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 3
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 1
},
{
"type": "item",
"name": "minecraft:book",
"weight": 5,
"functions": [
{
"function": "enchant_randomly"
}
]
},
{
"type": "item",
"name": "minecraft:leather_chestplate",
"weight": 1
},
{
"type": "item",
"name": "minecraft:golden_helmet",
"weight": 1
},
{
"type": "item",
"name": "minecraft:fishing_rod",
"weight": 5,
"functions": [
{
"function": "enchant_randomly"
}
]
},
{
"type": "item",
"name": "minecraft:map",
"weight": 10,
"functions": [
{
"function": "exploration_map",
"destination": "buriedtreasure"
}
]
}
]
}
]
}

View File

@ -0,0 +1,91 @@
{
"pools": [
{
"rolls": {
"min": 2,
"max": 8
},
"entries": [
{
"type": "item",
"name": "minecraft:coal",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:stone_axe",
"weight": 2
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 5
},
{
"type": "item",
"name": "minecraft:emerald",
"weight": 1
},
{
"type": "item",
"name": "minecraft:wheat",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 3
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:leather_chestplate",
"weight": 1
},
{
"type": "item",
"name": "minecraft:golden_helmet",
"weight": 1
},
{
"type": "item",
"name": "minecraft:fishing_rod",
"weight": 5,
"functions": [
{
"function": "enchant_randomly"
}
]
},
{
"type": "item",
"name": "minecraft:map",
"weight": 5,
"functions": [
{
"function": "exploration_map",
"destination": "buriedtreasure"
}
]
}
]
}
]
}

View File

@ -0,0 +1,48 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 5
},
"entries": [
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:iron_ingot"
},
{
"type": "item",
"weight": 4,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"name": "minecraft:iron_helmet"
},
{
"type": "item",
"name": "minecraft:emerald"
}
]
}
]
}

View File

@ -0,0 +1,86 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 5
},
"entries": [
{
"type": "item",
"name": "minecraft:emerald"
},
{
"type": "item",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:porkchop"
},
{
"type": "item",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:wheat"
},
{
"type": "item",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:beef"
},
{
"type": "item",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:muttonRaw"
},
{
"type": "item",
"weight": 3,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:coal"
}
]
}
]
}

View File

@ -0,0 +1,77 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 5
},
"entries": [
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:map"
},
{
"type": "item",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:paper"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:compass"
},
{
"type": "item",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
},
{
"function": "set_data",
"data": 0
}
],
"name": "minecraft:sapling"
}
]
}
]
}

View File

@ -0,0 +1,99 @@
{
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"name": "minecraft:clay_ball"
},
{
"type": "item",
"functions": [
{
"function": "set_data",
"data": 2
}
],
"name": "minecraft:dye"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:cactus"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 7
}
}
],
"name": "minecraft:wheat"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"name": "minecraft:book"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:deadbush"
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:emerald"
}
]
}
]
}

View File

@ -0,0 +1,87 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 1.0,
"max": 5.0
},
"entries": [
{
"type": "item",
"name": "minecraft:emerald"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1.0,
"max": 3.0
}
}
],
"name": "minecraft:arrow"
},
{
"type": "item",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 1.0,
"max": 3.0
}
}
],
"name": "minecraft:feather"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1.0,
"max": 3.0
}
}
],
"name": "minecraft:egg"
},
{
"type": "item",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 1.0,
"max": 3.0
}
}
],
"name": "minecraft:flint"
},
{
"type": "item",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 1.0,
"max": 3.0
}
}
],
"name": "minecraft:stick"
}
]
}
]
}

View File

@ -0,0 +1,72 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 1,
"max": 5
},
"entries": [
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:clay_ball"
},
{
"type": "item",
"name": "minecraft:flower_pot"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:stone"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:stonebrick"
},
{
"type": "item",
"weight": 4,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"functions": [
{
"function": "minecraft:set_data",
"data": 11
}
],
"name": "minecraft:dye"
},
{
"type": "item",
"name": "minecraft:smooth_stone"
},
{
"type": "item",
"name": "minecraft:emerald"
}
]
}
]
}

View File

@ -0,0 +1,123 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:gold_nugget"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:yellow_flower"
},
{
"type": "item",
"functions": [
{
"function": "minecraft:set_data",
"data": 0
}
],
"name": "minecraft:red_flower"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 7
}
}
],
"name": "minecraft:potato"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:apple"
},
{
"type": "item",
"name": "minecraft:book"
},
{
"type": "item",
"name": "minecraft:feather"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:emerald"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
},
{
"function": "minecraft:set_data",
"data": 0
}
],
"name": "minecraft:sapling"
}
]
}
]
}

View File

@ -0,0 +1,129 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:gold_nugget"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "minecraft:set_data",
"data": 1
}
],
"name": "minecraft:tallgrass"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "minecraft:set_data",
"data": 2
}
],
"name": "minecraft:double_plant"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:wheat_seeds"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:emerald"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
},
{
"function": "minecraft:set_data",
"data": 4
}
],
"name": "minecraft:sapling"
},
{
"type": "item",
"name": "minecraft:saddle"
},
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
],
"name": "minecraft:torch"
},
{
"type": "item",
"name": "minecraft:bucket"
}
]
}
]
}

View File

@ -0,0 +1,125 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 1,
"max": 5
},
"entries": [
{
"type": "item",
"weight": 6,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 8
}
},
{
"function": "set_data",
"data": 0
}
],
"name": "minecraft:wool"
},
{
"type": "item",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
},
{
"function": "set_data",
"data": 15
}
],
"name": "minecraft:wool"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
},
{
"function": "set_data",
"data": 7
}
],
"name": "minecraft:wool"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
},
{
"function": "set_data",
"data": 12
}
],
"name": "minecraft:wool"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
},
{
"function": "set_data",
"data": 8
}
],
"name": "minecraft:wool"
},
{
"type": "item",
"name": "minecraft:emerald"
},
{
"type": "item",
"name": "minecraft:shears"
},
{
"type": "item",
"weight": 6,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 6
}
}
],
"name": "minecraft:wheat"
}
]
}
]
}

View File

@ -0,0 +1,113 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"name": "minecraft:blue_ice"
},
{
"type": "item",
"weight": 4,
"name": "minecraft:snow"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 7
}
}
],
"name": "minecraft:potato"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:beetroot_seeds"
},
{
"type": "item",
"name": "minecraft:beetroot_soup"
},
{
"type": "item",
"name": "minecraft:furnace"
},
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:emerald"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 7
}
}
],
"name": "minecraft:snowball"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:coal"
}
]
}
]
}

View File

@ -0,0 +1,153 @@
{
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:iron_nugget"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_data",
"data": 2
}
],
"name": "minecraft:tallgrass"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_data",
"data": 3
}
],
"name": "minecraft:double_plant"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 7
}
}
],
"name": "minecraft:potato"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:pumpkin_seeds"
},
{
"type": "item",
"name": "minecraft:pumpkin_pie"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:emerald"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
},
{
"function": "set_data",
"data": 1
}
],
"name": "minecraft:sapling"
},
{
"type": "item",
"functions": [
{
"function": "set_data",
"data": 1
}
],
"name": "minecraft:sign"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
},
{
"function": "set_data",
"data": 1
}
],
"name": "minecraft:log"
}
]
}
]
}

View File

@ -0,0 +1,76 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 5
},
"entries": [
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:leather"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:leather_chestplate"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:leather_boots"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:leather_helmet"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:leather_leggings"
},
{
"type": "item",
"name": "minecraft:saddle"
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:emerald"
}
]
}
]
}

View File

@ -0,0 +1,97 @@
{
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:redstone"
},
{
"type": "item",
"weight": 7,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 7,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:rotten_flesh"
},
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
},
{
"function": "set_data",
"data": 4
}
],
"name": "minecraft:dye"
},
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:gold_ingot"
},
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:emerald"
}
]
}
]
}

View File

@ -0,0 +1,103 @@
{
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:diamond"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:iron_ingot"
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:gold_ingot"
},
{
"type": "item",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_pickaxe"
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:coal"
},
{
"type": "item",
"weight": 20,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:stick"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_shovel"
}
]
}
]
}

View File

@ -0,0 +1,161 @@
{
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"weight": 3,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:diamond"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:iron_ingot"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:gold_ingot"
},
{
"type": "item",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:apple"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_pickaxe"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_sword"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_chestplate"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_helmet"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_leggings"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_boots"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
}
],
"name": "minecraft:obsidian"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
},
{
"function": "set_data",
"data": 0
}
],
"name": "minecraft:sapling"
},
{
"type": "item",
"weight": 3,
"name": "minecraft:saddle"
},
{
"type": "item",
"name": "minecraft:horsearmoriron"
},
{
"type": "item",
"name": "minecraft:horsearmorgold"
},
{
"type": "item",
"name": "minecraft:horsearmordiamond"
}
]
}
]
}

View File

@ -0,0 +1,160 @@
{
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"name": "minecraft:diamond",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 3
},
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:bread",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:apple",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:iron_pickaxe",
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_sword",
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_chestplate",
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_helmet",
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_leggings",
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_boots",
"weight": 5
},
{
"type": "item",
"name": "minecraft:obsidian",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:sapling",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:saddle",
"weight": 3
},
{
"type": "item",
"name": "minecraft:horsearmoriron",
"weight": 1
},
{
"type": "item",
"name": "minecraft:horsearmorgold",
"weight": 1
},
{
"type": "item",
"name": "minecraft:horsearmordiamond",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,93 @@
{
"pools": [
{
"rolls": {
"min": 6,
"max": 8
},
"entries": [
{
"type": "item",
"name": "minecraft:potato",
"functions": [
{
"function": "set_count",
"count": {
"min": 5,
"max": 8
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:carrot",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 8
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:wheat",
"functions": [
{
"function": "set_count",
"count": {
"min": 8,
"max": 12
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:wheat_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:beetroot",
"functions": [
{
"function": "set_count",
"count": {
"min": 5,
"max": 8
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:wooden_hoe",
"functions": [
{
"function": "set_count",
"count": 1
}
],
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,259 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 3
},
"entries": [
{
"type": "item",
"name": "minecraft:lead",
"weight": 100
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 75
},
{
"type": "item",
"name": "minecraft:appleEnchanted",
"weight": 10
},
{
"type": "item",
"name": "minecraft:record_13",
"weight": 75
},
{
"type": "item",
"name": "minecraft:record_cat",
"weight": 75
},
{
"type": "item",
"name": "minecraft:name_tag",
"weight": 100
},
{
"type": "item",
"name": "minecraft:chainmail_chestplate",
"weight": 50
},
{
"type": "item",
"name": "minecraft:diamond_hoe",
"weight": 75
},
{
"type": "item",
"name": "minecraft:diamond_chestplate",
"weight": 25
},
{
"type": "item",
"name": "minecraft:book",
"weight": 60,
"functions": [
{
"function": "enchant_randomly",
"treasure": true
}
]
}
]
},
{
"rolls": {
"min": 1,
"max": 4
},
"entries": [
{
"type": "item",
"name": "minecraft:iron_ingot",
"weight": 50,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"weight": 25,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:bread",
"weight": 100
},
{
"type": "item",
"name": "minecraft:wheat",
"weight": 100,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:bucket",
"weight": 50
},
{
"type": "item",
"name": "minecraft:redstone",
"weight": 75,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:coal",
"weight": 75,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:melon_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 50
},
{
"type": "item",
"name": "minecraft:pumpkin_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 50
},
{
"type": "item",
"name": "minecraft:beetroot_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 50
}
]
},
{
"rolls": 3,
"entries": [
{
"type": "item",
"name": "minecraft:bone",
"weight": 50,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:gunpowder",
"weight": 50,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 50,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:string",
"weight": 50,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
}
]
}
]
}