mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 07:25:14 +00:00
Add minecraft bedrock server
This commit is contained in:
42
servers/bedrock/behavior_packs/vanilla/loot_tables/equipment/low_tier_items.json
vendored
Normal file
42
servers/bedrock/behavior_packs/vanilla/loot_tables/equipment/low_tier_items.json
vendored
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:leather_chestplate",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:iron_chestplate",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "empty",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:leather_helmet",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:iron_helmet",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "empty",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user