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,113 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"name": "minecraft:blue_ice"
},
{
"type": "item",
"weight": 4,
"name": "minecraft:snow"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 7
}
}
],
"name": "minecraft:potato"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:beetroot_seeds"
},
{
"type": "item",
"name": "minecraft:beetroot_soup"
},
{
"type": "item",
"name": "minecraft:furnace"
},
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:emerald"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 7
}
}
],
"name": "minecraft:snowball"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:coal"
}
]
}
]
}