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 => {