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