Adjust the loot tables a little
This commit is contained in:
parent
3ae0f64076
commit
7697043b79
3 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"type": "minecraft:archaeology",
|
||||
"type": "minecraft:barter",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
|
@ -12,5 +12,5 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "otemod:archaeology/compat/alexsmobs/legs"
|
||||
"random_sequence": "otemod:barter/compat/alexsmobs/legs"
|
||||
}
|
|
@ -12,8 +12,7 @@
|
|||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:weather_check",
|
||||
"raining": true,
|
||||
"thundering": true
|
||||
"raining": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Reference in a new issue