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,240 @@
{
"pools": [
{
"conditions": [
{
"condition": "has_mark_variant",
"value": -1
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:mushroom_stew",
"weight": 1
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 0
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 0
}
]
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 1
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 1
}
]
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 2
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 2
}
]
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 3
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 3
}
]
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 4
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 4
}
]
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 5
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 5
}
]
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 6
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 6
}
]
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 7
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 7
}
]
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 8
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 8
}
]
}
]
},
{
"conditions": [
{
"condition": "has_mark_variant",
"value": 9
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 9
}
]
}
]
}
]
}

View File

@ -0,0 +1,27 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "loot_tables/gameplay/fishing/junk.json",
"weight": 10,
"quality": -2
},
{
"type": "loot_table",
"name": "loot_tables/gameplay/fishing/treasure.json",
"weight": 5,
"quality": 2
},
{
"type": "loot_table",
"name": "loot_tables/gameplay/fishing/fish.json",
"weight": 85,
"quality": -1
}
]
}
]
}

View File

@ -0,0 +1,29 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:fish",
"weight": 60
},
{
"type": "item",
"name": "minecraft:salmon",
"weight": 25
},
{
"type": "item",
"name": "minecraft:clownfish",
"weight": 2
},
{
"type": "item",
"name": "minecraft:pufferfish",
"weight": 13
}
]
}
]
}

View File

@ -0,0 +1,19 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:fish",
"weight": 60
},
{
"type": "item",
"name": "minecraft:salmon",
"weight": 40
}
]
}
]
}

View File

@ -0,0 +1,112 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:leather_boots",
"weight": 10,
"functions": [
{
"function": "set_damage",
"damage": {
"min": 0,
"max": 0.90
}
}
]
},
{
"type": "item",
"name": "minecraft:leather",
"weight": 10
},
{
"type": "item",
"name": "minecraft:bone",
"weight": 10
},
{
"type": "item",
"name": "minecraft:potion",
"weight": 10
},
{
"type": "item",
"name": "minecraft:string",
"weight": 5
},
{
"type": "item",
"name": "minecraft:fishing_rod",
"weight": 2,
"functions": [
{
"function": "set_damage",
"damage": {
"min": 0,
"max": 0.90
}
}
]
},
{
"type": "item",
"name": "minecraft:bowl",
"weight": 10
},
{
"type": "item",
"name": "minecraft:stick",
"weight": 5
},
{
"type": "item",
"name": "minecraft:dye",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 0
},
{
"function": "set_count",
"count": 10
}
]
},
{
"type": "item",
"name": "minecraft:dye",
"weight": 10,
"functions": [
{
"function": "set_data",
"data":3
},
{
"function": "set_count",
"count": 1
}
]
},
{
"type": "item",
"name": "minecraft:tripwire_hook",
"weight": 10
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 10
},
{
"type": "item",
"name": "minecraft:bamboo",
"weight": 10
}
]
}
]
}

View File

@ -0,0 +1,92 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:leather_boots",
"weight": 10,
"functions": [
{
"function": "set_damage",
"damage": {
"min": 0,
"max": 0.90
}
}
]
},
{
"type": "item",
"name": "minecraft:leather",
"weight": 10
},
{
"type": "item",
"name": "minecraft:bone",
"weight": 10
},
{
"type": "item",
"name": "minecraft:potion",
"weight": 10
},
{
"type": "item",
"name": "minecraft:string",
"weight": 5
},
{
"type": "item",
"name": "minecraft:fishing_rod",
"weight": 2,
"functions": [
{
"function": "set_damage",
"damage": {
"min": 0,
"max": 0.90
}
}
]
},
{
"type": "item",
"name": "minecraft:bowl",
"weight": 10
},
{
"type": "item",
"name": "minecraft:stick",
"weight": 5
},
{
"type": "item",
"name": "minecraft:dye",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 0
},
{
"function": "set_count",
"count": 10
}
]
},
{
"type": "item",
"name": "minecraft:tripwire_hook",
"weight": 10
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 10
}
]
}
]
}

View File

@ -0,0 +1,79 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:nautilus_shell",
"weight": 5
},
{
"type": "item",
"name": "minecraft:waterlily",
"weight": 5
},
{
"type": "item",
"name": "minecraft:name_tag",
"weight": 5
},
{
"type": "item",
"name": "minecraft:saddle",
"weight": 5
},
{
"type": "item",
"name": "minecraft:bow",
"weight": 5,
"functions": [
{
"function": "set_damage",
"damage": {
"min": 0,
"max": 0.25
}
},
{
"function": "enchant_with_levels",
"levels": 30,
"treasure": true
}
]
},
{
"type": "item",
"name": "minecraft:fishing_rod",
"weight": 5,
"functions": [
{
"function": "set_damage",
"damage": {
"min": 0,
"max": 0.25
}
},
{
"function": "enchant_with_levels",
"levels": 30,
"treasure": true
}
]
},
{
"type": "item",
"name": "minecraft:book",
"weight": 6,
"functions": [
{
"function": "enchant_with_levels",
"levels": 30,
"treasure": true
}
]
}
]
}
]
}

View File

@ -0,0 +1,27 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "loot_tables/gameplay/fishing/jungle_junk.json",
"weight": 10,
"quality": -2
},
{
"type": "loot_table",
"name": "loot_tables/gameplay/fishing/treasure.json",
"weight": 5,
"quality": 2
},
{
"type": "loot_table",
"name": "loot_tables/gameplay/fishing/jungle_fish.json",
"weight": 85,
"quality": -1
}
]
}
]
}