Add Vanilla Behavior Pack 1.18.1
This commit is contained in:
@@ -0,0 +1,311 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 3,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 15,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
"name": "minecraft:netherite_ingot"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
"name": "minecraft:enchanted_golden_apple"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 8,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
"name": "minecraft:netherite_scrap"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"name": "minecraft:ancient_debris",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 6,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.8,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:diamond_sword"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 6,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.8,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:diamond_chestplate"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 6,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.8,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:diamond_helmet"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 6,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.8,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:diamond_leggings"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 6,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_damage",
|
||||
"damage": {
|
||||
"min": 0.8,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:diamond_boots"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 6,
|
||||
"name": "minecraft:diamond_sword"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 5,
|
||||
"name": "minecraft:diamond_chestplate"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 5,
|
||||
"name": "minecraft:diamond_helmet"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 5,
|
||||
"name": "minecraft:diamond_boots"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 5,
|
||||
"name": "minecraft:diamond_leggings"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 2,
|
||||
"max": 6
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "minecraft:diamond"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"min": 3,
|
||||
"max": 4
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 12,
|
||||
"max": 25
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "minecraft:arrow",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 2,
|
||||
"max": 5
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "minecraft:gold_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 3,
|
||||
"max": 9
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "minecraft:gold_ingot",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 3,
|
||||
"max": 9
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "minecraft:iron_ingot",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 3,
|
||||
"max": 5
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "minecraft:crying_obsidian",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 8,
|
||||
"max": 23
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "minecraft:quartz",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 5,
|
||||
"max": 15
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "minecraft:gilded_blackstone",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 3,
|
||||
"max": 8
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "minecraft:magma_cream",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 2,
|
||||
"max": 5
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "minecraft:iron_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user