Add Vanilla Behavior Pack 1.18.1
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:golden_sword",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "looting_enchant",
|
||||
"count": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "enchant_random_gear",
|
||||
"chance": 0.10
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "random_difficulty_chance",
|
||||
"default_chance": 1.0,
|
||||
"peaceful": 0,
|
||||
"easy": 0
|
||||
},
|
||||
{
|
||||
"condition": "random_regional_difficulty_chance",
|
||||
"max_chance": 0.15
|
||||
}
|
||||
],
|
||||
"tiers": {
|
||||
"initial_range": 1
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"type": "loot_table",
|
||||
"name": "loot_tables/entities/armor_set_gold.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user