From f4aa5f06143d1cb0ab9b88f39626b8840895a09f Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 7 Jan 2026 22:52:42 +0000 Subject: [PATCH] does this stop the earth bug spawns? --- .../forge/biome_modifier/ap_mob_spawns.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 kubejs/data/arthropocolypse/forge/biome_modifier/ap_mob_spawns.json diff --git a/kubejs/data/arthropocolypse/forge/biome_modifier/ap_mob_spawns.json b/kubejs/data/arthropocolypse/forge/biome_modifier/ap_mob_spawns.json new file mode 100644 index 000000000..306abb6ed --- /dev/null +++ b/kubejs/data/arthropocolypse/forge/biome_modifier/ap_mob_spawns.json @@ -0,0 +1,25 @@ +{ + "type": "forge:remove_spawns", + "biomes": { + "type": "forge:any" + }, + "entity_types": [ + "arthropocolypse:scarab", + "arthropocolypse:prairie_grasshopper", + "arthropocolypse:field_cricket", + "arthropocolypse:ice_crawler", + "arthropocolypse:behemoth_desert_spider", + "arthropocolypse:behemoth_desert_scorpion", + "arthropocolypse:worker_ant", + "arthropocolypse:soldier_ant", + "arthropocolypse:stag_beetle", + "arthropocolypse:stag_beetle_larva", + "arthropocolypse:wharf_roach", + "arthropocolypse:platerodrilus", + "arthropocolypse:mealworm_beetle", + "arthropocolypse:mealworm", + "arthropocolypse:millipede_head", + "arthropocolypse:millipede_body", + "arthropocolypse:millipede_tail" + ] +} \ No newline at end of file