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
+92
View File
@@ -0,0 +1,92 @@
{
"tiers": [
{
"trades": [
{
"wants": [
{
"item": "minecraft:porkchop",
"quantity": {
"min": 14,
"max": 18
}
}
],
"gives": [
{
"item": "minecraft:emerald"
}
]
},
{
"wants": [
{
"item": "minecraft:chicken",
"quantity": {
"min": 14,
"max": 18
}
}
],
"gives": [
{
"item": "minecraft:emerald"
}
]
}
]
},
{
"trades": [
{
"wants": [
{
"item": "minecraft:coal:0",
"quantity": {
"min": 16,
"max": 24
}
}
],
"gives": [
{
"item": "minecraft:emerald"
}
]
},
{
"wants": [
{
"item": "minecraft:emerald"
}
],
"gives": [
{
"item": "minecraft:cooked_porkchop",
"quantity": {
"min": 5,
"max": 7
}
}
]
},
{
"wants": [
{
"item": "minecraft:emerald"
}
],
"gives": [
{
"item": "minecraft:cooked_chicken",
"quantity": {
"min": 6,
"max": 8
}
}
]
}
]
}
]
}