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
+119
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"
}
]
}
]
}
]
}