Add in two loot tables for mod compat
This commit is contained in:
parent
90b309e1e6
commit
3ae0f64076
4 changed files with 48 additions and 0 deletions
|
@ -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.
|
|
@ -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"
|
||||||
|
}
|
|
@ -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.
|
|
@ -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"
|
||||||
|
}
|
Reference in a new issue