Add minecraft bedrock server

This commit is contained in:
2024-09-09 13:28:08 -03:00
parent 54e5f3000c
commit 236b4b2960
4640 changed files with 688839 additions and 66 deletions

View File

@ -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
}
}
]
}
]
}
]
}
]
}