Add in two loot tables for mod compat

This commit is contained in:
zontreck 2024-03-26 14:57:18 -07:00
parent 90b309e1e6
commit 3ae0f64076
4 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,4 @@
Why
=
____
Because I, the creator of Thresholds, like to play with AlexsMobs, and i have a severe fear of bugs. I usually blacklist the creepy crawlies from spawning.

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:archaeology",
"pools": [
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "alexsmobs:centipede_leg"
}
]
}
],
"random_sequence": "otemod:archaeology/compat/alexsmobs/legs"
}

View file

@ -0,0 +1,6 @@
Why
=
____
Because I, the creator of Thresholds, like to play with AlexsMobs, and i have a severe fear of bugs. I usually blacklist the creepy crawlies from spawning.
In this case, the buzzing annoys me.

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:fishing",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "alexsmobs:maggot"
}
],
"conditions": [
{
"condition": "minecraft:weather_check",
"raining": true,
"thundering": true
}
]
}
],
"random_sequence": "otemod:loot_table/fishing/compat/alexsmobs/maggot"
}