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,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
}
]
}
]
}