Adjust the loot tables a little

This commit is contained in:
zontreck 2024-03-26 15:04:05 -07:00
parent 3ae0f64076
commit 7697043b79
3 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,5 @@
{ {
"type": "minecraft:archaeology", "type": "minecraft:barter",
"pools": [ "pools": [
{ {
"rolls": 1, "rolls": 1,
@ -12,5 +12,5 @@
] ]
} }
], ],
"random_sequence": "otemod:archaeology/compat/alexsmobs/legs" "random_sequence": "otemod:barter/compat/alexsmobs/legs"
} }

View file

@ -12,8 +12,7 @@
"conditions": [ "conditions": [
{ {
"condition": "minecraft:weather_check", "condition": "minecraft:weather_check",
"raining": true, "raining": true
"thundering": true
} }
] ]
} }