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,48 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 5
},
"entries": [
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:iron_ingot"
},
{
"type": "item",
"weight": 4,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"name": "minecraft:iron_helmet"
},
{
"type": "item",
"name": "minecraft:emerald"
}
]
}
]
}
@@ -0,0 +1,86 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 5
},
"entries": [
{
"type": "item",
"name": "minecraft:emerald"
},
{
"type": "item",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:porkchop"
},
{
"type": "item",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:wheat"
},
{
"type": "item",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:beef"
},
{
"type": "item",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:muttonRaw"
},
{
"type": "item",
"weight": 3,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:coal"
}
]
}
]
}
@@ -0,0 +1,77 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 5
},
"entries": [
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:map"
},
{
"type": "item",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:paper"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:compass"
},
{
"type": "item",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
},
{
"function": "set_data",
"data": 0
}
],
"name": "minecraft:sapling"
}
]
}
]
}
@@ -0,0 +1,99 @@
{
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"name": "minecraft:clay_ball"
},
{
"type": "item",
"functions": [
{
"function": "set_data",
"data": 2
}
],
"name": "minecraft:dye"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:cactus"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 7
}
}
],
"name": "minecraft:wheat"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"name": "minecraft:book"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:deadbush"
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:emerald"
}
]
}
]
}
@@ -0,0 +1,87 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 1.0,
"max": 5.0
},
"entries": [
{
"type": "item",
"name": "minecraft:emerald"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1.0,
"max": 3.0
}
}
],
"name": "minecraft:arrow"
},
{
"type": "item",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 1.0,
"max": 3.0
}
}
],
"name": "minecraft:feather"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1.0,
"max": 3.0
}
}
],
"name": "minecraft:egg"
},
{
"type": "item",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 1.0,
"max": 3.0
}
}
],
"name": "minecraft:flint"
},
{
"type": "item",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 1.0,
"max": 3.0
}
}
],
"name": "minecraft:stick"
}
]
}
]
}
@@ -0,0 +1,72 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 1,
"max": 5
},
"entries": [
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:clay_ball"
},
{
"type": "item",
"name": "minecraft:flower_pot"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:stone"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:stonebrick"
},
{
"type": "item",
"weight": 4,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"functions": [
{
"function": "minecraft:set_data",
"data": 11
}
],
"name": "minecraft:dye"
},
{
"type": "item",
"name": "minecraft:smooth_stone"
},
{
"type": "item",
"name": "minecraft:emerald"
}
]
}
]
}
@@ -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"
}
]
}
]
}
@@ -0,0 +1,129 @@
{
"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": 5,
"functions": [
{
"function": "minecraft:set_data",
"data": 1
}
],
"name": "minecraft:tallgrass"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "minecraft:set_data",
"data": 2
}
],
"name": "minecraft:double_plant"
},
{
"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:wheat_seeds"
},
{
"type": "item",
"weight": 2,
"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": 2
}
},
{
"function": "minecraft:set_data",
"data": 4
}
],
"name": "minecraft:sapling"
},
{
"type": "item",
"name": "minecraft:saddle"
},
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
],
"name": "minecraft:torch"
},
{
"type": "item",
"name": "minecraft:bucket"
}
]
}
]
}
@@ -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"
}
]
}
]
}
@@ -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"
}
]
}
]
}
@@ -0,0 +1,153 @@
{
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:iron_nugget"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_data",
"data": 2
}
],
"name": "minecraft:tallgrass"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_data",
"data": 3
}
],
"name": "minecraft:double_plant"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 7
}
}
],
"name": "minecraft:potato"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:pumpkin_seeds"
},
{
"type": "item",
"name": "minecraft:pumpkin_pie"
},
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:emerald"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
},
{
"function": "set_data",
"data": 1
}
],
"name": "minecraft:sapling"
},
{
"type": "item",
"functions": [
{
"function": "set_data",
"data": 1
}
],
"name": "minecraft:sign"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
},
{
"function": "set_data",
"data": 1
}
],
"name": "minecraft:log"
}
]
}
]
}
@@ -0,0 +1,76 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 5
},
"entries": [
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:leather"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:leather_chestplate"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:leather_boots"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:leather_helmet"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:leather_leggings"
},
{
"type": "item",
"name": "minecraft:saddle"
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:emerald"
}
]
}
]
}
@@ -0,0 +1,97 @@
{
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:redstone"
},
{
"type": "item",
"weight": 7,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 7,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:rotten_flesh"
},
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
},
{
"function": "set_data",
"data": 4
}
],
"name": "minecraft:dye"
},
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:gold_ingot"
},
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:emerald"
}
]
}
]
}
@@ -0,0 +1,103 @@
{
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:diamond"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:iron_ingot"
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:gold_ingot"
},
{
"type": "item",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_pickaxe"
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:coal"
},
{
"type": "item",
"weight": 20,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:stick"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_shovel"
}
]
}
]
}
@@ -0,0 +1,161 @@
{
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"weight": 3,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:diamond"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:iron_ingot"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:gold_ingot"
},
{
"type": "item",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:apple"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_pickaxe"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_sword"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_chestplate"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_helmet"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_leggings"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:iron_boots"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
}
],
"name": "minecraft:obsidian"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
},
{
"function": "set_data",
"data": 0
}
],
"name": "minecraft:sapling"
},
{
"type": "item",
"weight": 3,
"name": "minecraft:saddle"
},
{
"type": "item",
"name": "minecraft:horsearmoriron"
},
{
"type": "item",
"name": "minecraft:horsearmorgold"
},
{
"type": "item",
"name": "minecraft:horsearmordiamond"
}
]
}
]
}