Add Vanilla Behavior Pack 1.18.1

This commit is contained in:
Hell13Cat
2022-01-23 21:24:12 +03:00
parent 533e515c67
commit baa4379c85
1587 changed files with 125827 additions and 0 deletions
+254
View File
@@ -0,0 +1,254 @@
{
"pools": [
{
"rolls": {
"min": 4,
"max": 8
},
"entries": [
{
"type": "item",
"name": "minecraft:obsidian",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
],
"weight": 40
},
{
"type": "item",
"name": "minecraft:flint",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"weight": 40
},
{
"type": "item",
"name": "minecraft:iron_nugget",
"functions": [
{
"function": "set_count",
"count": {
"min": 9,
"max": 18
}
}
],
"weight": 40
},
{
"type": "item",
"name": "minecraft:flint_and_steel",
"weight": 40
},
{
"type": "item",
"name": "minecraft:fireball",
"weight": 40
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 15
},
{
"type": "item",
"name": "minecraft:gold_nugget",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 24
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:golden_sword",
"functions": [
{
"function": "enchant_randomly"
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:golden_axe",
"functions": [
{
"function": "enchant_randomly"
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:golden_hoe",
"functions": [
{
"function": "enchant_randomly"
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:golden_shovel",
"functions": [
{
"function": "enchant_randomly"
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:golden_pickaxe",
"functions": [
{
"function": "enchant_randomly"
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:golden_boots",
"functions": [
{
"function": "enchant_randomly"
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:golden_chestplate",
"functions": [
{
"function": "enchant_randomly"
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:golden_helmet",
"functions": [
{
"function": "enchant_randomly"
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:golden_leggings",
"functions": [
{
"function": "enchant_randomly"
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:speckled_melon",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 12
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:horsearmorgold",
"weight": 5
},
{
"type": "item",
"name": "minecraft:light_weighted_pressure_plate",
"weight": 5
},
{
"type": "item",
"name": "minecraft:golden_carrot",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 12
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:clock",
"weight": 5
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 8
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:bell",
"weight": 1
},
{
"type": "item",
"name": "minecraft:appleEnchanted",
"weight": 1
},
{
"type": "item",
"name": "minecraft:gold_block",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
],
"weight": 1
}
]
}
]
}