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
+284
View File
@@ -0,0 +1,284 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": 1
}
],
"name": "minecraft:lodestone"
}
]
},
{
"rolls": {
"min": 1,
"max": 2
},
"entries": [
{
"type": "item",
"functions": [
{
"function": "minecraft:set_damage",
"damage": {
"min": 0.1,
"max": 0.5
}
},
{
"function": "enchant_randomly"
}
],
"name": "minecraft:crossbow",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 10,
"max": 28
}
}
],
"name": "minecraft:arrow",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 8,
"max": 12
}
}
],
"name": "minecraft:gilded_blackstone",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 8
}
}
],
"name": "minecraft:crying_obsidian",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": 1
}
],
"name": "minecraft:gold_block",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 9
}
}
],
"name": "minecraft:gold_ingot",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 9
}
}
],
"name": "minecraft:iron_ingot",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": 1
}
],
"name": "minecraft:golden_sword",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": 1
},
{
"function": "enchant_randomly"
}
],
"name": "minecraft:golden_chestplate",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": 1
},
{
"function": "enchant_randomly"
}
],
"name": "minecraft:golden_helmet",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": 1
},
{
"function": "enchant_randomly"
}
],
"name": "minecraft:golden_leggings",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": 1
},
{
"function": "enchant_randomly"
}
],
"name": "minecraft:golden_boots",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": 1
},
{
"function": "enchant_randomly"
}
],
"name": "minecraft:golden_axe",
"weight": 1
}
]
},
{
"rolls": {
"min": 2,
"max": 4
},
"entries": [
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 6
}
}
],
"name": "minecraft:string",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:leather",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 5,
"max": 17
}
}
],
"name": "minecraft:arrow",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 6
}
}
],
"name": "minecraft:iron_nugget",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 6
}
}
],
"name": "minecraft:gold_nugget",
"weight": 1
}
]
}
]
}