diff --git a/kubejs/data/tfg/worldgen/biome/nether/ash_forest.json b/kubejs/data/tfg/worldgen/biome/nether/ash_forest.json index 9102d14d7..3dfa2a653 100644 --- a/kubejs/data/tfg/worldgen/biome/nether/ash_forest.json +++ b/kubejs/data/tfg/worldgen/biome/nether/ash_forest.json @@ -101,12 +101,6 @@ } ], "creature": [ - { - "type": "species:trooper", - "maxCount": 3, - "minCount": 2, - "weight": 50 - }, { "type": "beneath:red_elk", "maxCount": 8, diff --git a/kubejs/data/tfg/worldgen/biome/nether/decaying_caverns.json b/kubejs/data/tfg/worldgen/biome/nether/decaying_caverns.json index 239e984c5..75bf12f9c 100644 --- a/kubejs/data/tfg/worldgen/biome/nether/decaying_caverns.json +++ b/kubejs/data/tfg/worldgen/biome/nether/decaying_caverns.json @@ -106,12 +106,6 @@ ], "axolotls": [], "creature": [ - { - "type": "species:trooper", - "maxCount": 3, - "minCount": 2, - "weight": 50 - }, { "type": "beneath:red_elk", "maxCount": 3, diff --git a/kubejs/data/tfg/worldgen/biome/nether/diorite_caves.json b/kubejs/data/tfg/worldgen/biome/nether/diorite_caves.json index a2c16252c..c9bbd3305 100644 --- a/kubejs/data/tfg/worldgen/biome/nether/diorite_caves.json +++ b/kubejs/data/tfg/worldgen/biome/nether/diorite_caves.json @@ -99,12 +99,6 @@ } ], "creature": [ - { - "type": "species:trooper", - "maxCount": 3, - "minCount": 2, - "weight": 50 - }, { "type": "beneath:red_elk", "maxCount": 8, diff --git a/kubejs/data/tfg/worldgen/biome/nether/gabbro_caves.json b/kubejs/data/tfg/worldgen/biome/nether/gabbro_caves.json index 0f4244b9f..82e8b535d 100644 --- a/kubejs/data/tfg/worldgen/biome/nether/gabbro_caves.json +++ b/kubejs/data/tfg/worldgen/biome/nether/gabbro_caves.json @@ -99,12 +99,6 @@ } ], "creature": [ - { - "type": "species:trooper", - "maxCount": 3, - "minCount": 2, - "weight": 50 - }, { "type": "beneath:red_elk", "maxCount": 8, diff --git a/kubejs/data/tfg/worldgen/biome/nether/gneiss_caves.json b/kubejs/data/tfg/worldgen/biome/nether/gneiss_caves.json index e5c647f8d..74159dd98 100644 --- a/kubejs/data/tfg/worldgen/biome/nether/gneiss_caves.json +++ b/kubejs/data/tfg/worldgen/biome/nether/gneiss_caves.json @@ -100,12 +100,6 @@ } ], "creature": [ - { - "type": "species:trooper", - "maxCount": 3, - "minCount": 2, - "weight": 50 - }, { "type": "beneath:red_elk", "maxCount": 8, diff --git a/kubejs/data/tfg/worldgen/biome/nether/granite_caves.json b/kubejs/data/tfg/worldgen/biome/nether/granite_caves.json index 86695fd2d..56aa7a5e7 100644 --- a/kubejs/data/tfg/worldgen/biome/nether/granite_caves.json +++ b/kubejs/data/tfg/worldgen/biome/nether/granite_caves.json @@ -100,12 +100,6 @@ } ], "creature": [ - { - "type": "species:trooper", - "maxCount": 3, - "minCount": 2, - "weight": 50 - }, { "type": "beneath:red_elk", "maxCount": 8, diff --git a/kubejs/data/tfg/worldgen/biome/nether/lush_hollow.json b/kubejs/data/tfg/worldgen/biome/nether/lush_hollow.json index 98221703a..be5325af1 100644 --- a/kubejs/data/tfg/worldgen/biome/nether/lush_hollow.json +++ b/kubejs/data/tfg/worldgen/biome/nether/lush_hollow.json @@ -106,12 +106,6 @@ } ], "creature": [ - { - "type": "species:trooper", - "maxCount": 3, - "minCount": 2, - "weight": 50 - }, { "type": "beneath:red_elk", "maxCount": 3, diff --git a/kubejs/data/tfg/worldgen/biome/nether/schist_caves.json b/kubejs/data/tfg/worldgen/biome/nether/schist_caves.json index 9e8e676a6..e0e450472 100644 --- a/kubejs/data/tfg/worldgen/biome/nether/schist_caves.json +++ b/kubejs/data/tfg/worldgen/biome/nether/schist_caves.json @@ -99,12 +99,6 @@ } ], "creature": [ - { - "type": "species:trooper", - "maxCount": 3, - "minCount": 2, - "weight": 50 - }, { "type": "beneath:red_elk", "maxCount": 8, diff --git a/kubejs/data/tfg/worldgen/biome/nether/webbed_lair.json b/kubejs/data/tfg/worldgen/biome/nether/webbed_lair.json index f72ec776c..d91609c13 100644 --- a/kubejs/data/tfg/worldgen/biome/nether/webbed_lair.json +++ b/kubejs/data/tfg/worldgen/biome/nether/webbed_lair.json @@ -102,12 +102,6 @@ } ], "creature": [ - { - "type": "species:trooper", - "maxCount": 3, - "minCount": 2, - "weight": 50 - }, { "type": "beneath:red_elk", "maxCount": 3, diff --git a/kubejs/data/tfg/worldgen/biome/venus/fumaroles.json b/kubejs/data/tfg/worldgen/biome/venus/fumaroles.json index d2cffa3c0..ce7bdd95b 100644 --- a/kubejs/data/tfg/worldgen/biome/venus/fumaroles.json +++ b/kubejs/data/tfg/worldgen/biome/venus/fumaroles.json @@ -83,7 +83,14 @@ "spawners": { "ambient": [], "axolotls": [], - "creature": [], + "creature": [ + { + "type": "species:trooper", + "maxCount": 3, + "minCount": 2, + "weight": 50 + } + ], "misc": [], "monster": [ { diff --git a/kubejs/data/tfg/worldgen/biome/venus/stromatolite_beach.json b/kubejs/data/tfg/worldgen/biome/venus/stromatolite_beach.json index af4ede1e4..b6dd78d4a 100644 --- a/kubejs/data/tfg/worldgen/biome/venus/stromatolite_beach.json +++ b/kubejs/data/tfg/worldgen/biome/venus/stromatolite_beach.json @@ -80,7 +80,14 @@ "spawners": { "ambient": [], "axolotls": [], - "creature": [], + "creature": [ + { + "type": "species:trooper", + "maxCount": 3, + "minCount": 2, + "weight": 50 + } + ], "misc": [], "monster": [ { diff --git a/kubejs/data/tfg/worldgen/biome/venus/sulfuric_ravine.json b/kubejs/data/tfg/worldgen/biome/venus/sulfuric_ravine.json index 093908181..fde1b9812 100644 --- a/kubejs/data/tfg/worldgen/biome/venus/sulfuric_ravine.json +++ b/kubejs/data/tfg/worldgen/biome/venus/sulfuric_ravine.json @@ -81,7 +81,14 @@ "spawners": { "ambient": [], "axolotls": [], - "creature": [], + "creature": [ + { + "type": "species:trooper", + "maxCount": 3, + "minCount": 2, + "weight": 50 + } + ], "misc": [], "monster": [ { diff --git a/kubejs/data/tfg/worldgen/biome/venus/volcanic_mountains.json b/kubejs/data/tfg/worldgen/biome/venus/volcanic_mountains.json index e07f4cc15..8b51cb9ed 100644 --- a/kubejs/data/tfg/worldgen/biome/venus/volcanic_mountains.json +++ b/kubejs/data/tfg/worldgen/biome/venus/volcanic_mountains.json @@ -88,7 +88,14 @@ "spawners": { "ambient": [], "axolotls": [], - "creature": [], + "creature": [ + { + "type": "species:trooper", + "maxCount": 3, + "minCount": 2, + "weight": 50 + } + ], "misc": [], "monster": [ { diff --git a/kubejs/server_scripts/tfg/venus/tags.venus.js b/kubejs/server_scripts/tfg/venus/tags.venus.js index 877080d57..f2b77e41a 100644 --- a/kubejs/server_scripts/tfg/venus/tags.venus.js +++ b/kubejs/server_scripts/tfg/venus/tags.venus.js @@ -134,6 +134,7 @@ function registerTFGVenusEntityTypeTags(event) { "endermanoverhaul:nether_wastes_enderman", "ad_astra:sulfur_creeper", 'species:cliff_hanger', + 'species:trooper' ] ENTITIES.forEach(entity => {