Add Vanilla Behavior Pack 1.18.1
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"tiers": [
|
||||
{
|
||||
"trades": [
|
||||
{
|
||||
"wants": [
|
||||
{
|
||||
"item": "minecraft:fish",
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"item": "minecraft:emerald",
|
||||
"quantity": 1
|
||||
}
|
||||
],
|
||||
"gives": [
|
||||
{
|
||||
"item": "minecraft:cooked_fish",
|
||||
"quantity": 6
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"wants": [
|
||||
{
|
||||
"item": "minecraft:string",
|
||||
"quantity": {
|
||||
"min": 15,
|
||||
"max": 20
|
||||
}
|
||||
}
|
||||
],
|
||||
"gives": [
|
||||
{
|
||||
"item": "minecraft:emerald",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"wants": [
|
||||
{
|
||||
"item": "minecraft:coal:0",
|
||||
"quantity": {
|
||||
"min": 16,
|
||||
"max": 24
|
||||
}
|
||||
}
|
||||
],
|
||||
"gives": [
|
||||
{
|
||||
"item": "minecraft:emerald",
|
||||
"quantity": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"trades": [
|
||||
{
|
||||
"wants": [
|
||||
{
|
||||
"item": "minecraft:emerald",
|
||||
"quantity": {
|
||||
"min": 7,
|
||||
"max": 8
|
||||
}
|
||||
}
|
||||
],
|
||||
"gives": [
|
||||
{
|
||||
"item": "minecraft:fishing_rod",
|
||||
"quantity": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "enchant_with_levels",
|
||||
"treasure": false,
|
||||
"levels": {
|
||||
"min": 5,
|
||||
"max": 19
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user