add them to biomes
This commit is contained in:
parent
40ddd4f30e
commit
b2fe5d351a
12 changed files with 217 additions and 7 deletions
|
|
@ -132,7 +132,25 @@
|
|||
"type": "wan_ancient_beasts:eater",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:charger",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:raider",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:snatcher",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "species:goober",
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@
|
|||
"type": "wan_ancient_beasts:walker",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 20
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:crusher",
|
||||
|
|
@ -142,6 +142,24 @@
|
|||
"minCount": 1,
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:charger",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:raider",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:snatcher",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "species:springling",
|
||||
"maxCount": 4,
|
||||
|
|
|
|||
|
|
@ -147,7 +147,25 @@
|
|||
"type": "wan_ancient_beasts:eater",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 15
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:charger",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:raider",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:snatcher",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
|
|
|
|||
|
|
@ -116,6 +116,18 @@
|
|||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:charger",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:snatcher",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
|
|
|
|||
|
|
@ -148,6 +148,24 @@
|
|||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:charger",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:raider",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:snatcher",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 20
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@
|
|||
"type": "wan_ancient_beasts:walker",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 20
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "tfg:glacian_ram",
|
||||
|
|
@ -145,6 +145,24 @@
|
|||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:charger",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:raider",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:snatcher",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
|
|
|
|||
|
|
@ -132,13 +132,31 @@
|
|||
"type": "wan_ancient_beasts:eater",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "species:goober",
|
||||
"maxCount": 2,
|
||||
"minCount": 2,
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:charger",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:raider",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:snatcher",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
|
|
|
|||
|
|
@ -153,6 +153,24 @@
|
|||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:charger",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:raider",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:snatcher",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
|
|
|
|||
|
|
@ -148,6 +148,24 @@
|
|||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:charger",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:raider",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:snatcher",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
|
|
|
|||
|
|
@ -132,13 +132,31 @@
|
|||
"type": "wan_ancient_beasts:eater",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "species:goober",
|
||||
"maxCount": 2,
|
||||
"minCount": 2,
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:charger",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:raider",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:snatcher",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
|
|
|
|||
|
|
@ -153,6 +153,24 @@
|
|||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:charger",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:raider",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:snatcher",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
|
|
|
|||
|
|
@ -147,7 +147,25 @@
|
|||
"type": "wan_ancient_beasts:eater",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 15
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:charger",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:raider",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:snatcher",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue