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
@@ -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"
}
]
}
]
}