Merge branch 'bugfix/primitive-creatures-huntmaster' into dev
This commit is contained in:
commit
70503086b4
1 changed files with 27 additions and 1 deletions
|
|
@ -1,3 +1,29 @@
|
||||||
{
|
{
|
||||||
"type": "forge:none"
|
"type": "forge:add_spawns",
|
||||||
|
"biomes": [
|
||||||
|
"tfc:badlands",
|
||||||
|
"tfc:canyons",
|
||||||
|
"tfc:highlands",
|
||||||
|
"tfc:hills",
|
||||||
|
"tfc:inverted_badlands",
|
||||||
|
"tfc:low_canyons",
|
||||||
|
"tfc:lowlands",
|
||||||
|
"tfc:mountains",
|
||||||
|
"tfc:oceanic_mountains",
|
||||||
|
"tfc:old_mountains",
|
||||||
|
"tfc:plains",
|
||||||
|
"tfc:plateau",
|
||||||
|
"tfc:rolling_hills",
|
||||||
|
"tfc:salt_marsh",
|
||||||
|
"tfc:shore",
|
||||||
|
"tfc:tidal_flats",
|
||||||
|
"tfc:volcanic_mountains",
|
||||||
|
"tfc:volcanic_oceanic_mountains"
|
||||||
|
],
|
||||||
|
"spawners": {
|
||||||
|
"type": "primitive_creatures:nahida",
|
||||||
|
"weight": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"maxCount": 1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue