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,123 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:gold_nugget"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:yellow_flower"
},
{
"type": "item",
"functions": [
{
"function": "minecraft:set_data",
"data": 0
}
],
"name": "minecraft:red_flower"
},
{
"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:apple"
},
{
"type": "item",
"name": "minecraft:book"
},
{
"type": "item",
"name": "minecraft:feather"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:emerald"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
},
{
"function": "minecraft:set_data",
"data": 0
}
],
"name": "minecraft:sapling"
}
]
}
]
}