nah move troopers to venus instead

This commit is contained in:
Pyritie 2025-12-25 15:56:04 +00:00
parent bbf4ef41f5
commit ee04d7e4eb
14 changed files with 33 additions and 58 deletions

View file

@ -101,12 +101,6 @@
}
],
"creature": [
{
"type": "species:trooper",
"maxCount": 3,
"minCount": 2,
"weight": 50
},
{
"type": "beneath:red_elk",
"maxCount": 8,

View file

@ -106,12 +106,6 @@
],
"axolotls": [],
"creature": [
{
"type": "species:trooper",
"maxCount": 3,
"minCount": 2,
"weight": 50
},
{
"type": "beneath:red_elk",
"maxCount": 3,

View file

@ -99,12 +99,6 @@
}
],
"creature": [
{
"type": "species:trooper",
"maxCount": 3,
"minCount": 2,
"weight": 50
},
{
"type": "beneath:red_elk",
"maxCount": 8,

View file

@ -99,12 +99,6 @@
}
],
"creature": [
{
"type": "species:trooper",
"maxCount": 3,
"minCount": 2,
"weight": 50
},
{
"type": "beneath:red_elk",
"maxCount": 8,

View file

@ -100,12 +100,6 @@
}
],
"creature": [
{
"type": "species:trooper",
"maxCount": 3,
"minCount": 2,
"weight": 50
},
{
"type": "beneath:red_elk",
"maxCount": 8,

View file

@ -100,12 +100,6 @@
}
],
"creature": [
{
"type": "species:trooper",
"maxCount": 3,
"minCount": 2,
"weight": 50
},
{
"type": "beneath:red_elk",
"maxCount": 8,

View file

@ -106,12 +106,6 @@
}
],
"creature": [
{
"type": "species:trooper",
"maxCount": 3,
"minCount": 2,
"weight": 50
},
{
"type": "beneath:red_elk",
"maxCount": 3,

View file

@ -99,12 +99,6 @@
}
],
"creature": [
{
"type": "species:trooper",
"maxCount": 3,
"minCount": 2,
"weight": 50
},
{
"type": "beneath:red_elk",
"maxCount": 8,

View file

@ -102,12 +102,6 @@
}
],
"creature": [
{
"type": "species:trooper",
"maxCount": 3,
"minCount": 2,
"weight": 50
},
{
"type": "beneath:red_elk",
"maxCount": 3,

View file

@ -83,7 +83,14 @@
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [],
"creature": [
{
"type": "species:trooper",
"maxCount": 3,
"minCount": 2,
"weight": 50
}
],
"misc": [],
"monster": [
{

View file

@ -80,7 +80,14 @@
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [],
"creature": [
{
"type": "species:trooper",
"maxCount": 3,
"minCount": 2,
"weight": 50
}
],
"misc": [],
"monster": [
{

View file

@ -81,7 +81,14 @@
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [],
"creature": [
{
"type": "species:trooper",
"maxCount": 3,
"minCount": 2,
"weight": 50
}
],
"misc": [],
"monster": [
{

View file

@ -88,7 +88,14 @@
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [],
"creature": [
{
"type": "species:trooper",
"maxCount": 3,
"minCount": 2,
"weight": 50
}
],
"misc": [],
"monster": [
{

View file

@ -134,6 +134,7 @@ function registerTFGVenusEntityTypeTags(event) {
"endermanoverhaul:nether_wastes_enderman",
"ad_astra:sulfur_creeper",
'species:cliff_hanger',
'species:trooper'
]
ENTITIES.forEach(entity => {