From 66b4cc861f077c0ef54cee62ee3db7880486021a Mon Sep 17 00:00:00 2001 From: illuc Date: Fri, 23 Jan 2026 14:52:20 +0200 Subject: [PATCH] Removed vanilla mob spawn and beneath entrance --- defaultconfigs/tfc-server.toml | 2 +- kubejs/data/simplystacked/config/overworld_to_nether.json | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 kubejs/data/simplystacked/config/overworld_to_nether.json diff --git a/defaultconfigs/tfc-server.toml b/defaultconfigs/tfc-server.toml index 23e0a04d4..4ff36f2d0 100644 --- a/defaultconfigs/tfc-server.toml +++ b/defaultconfigs/tfc-server.toml @@ -833,7 +833,7 @@ familiarityDecayLimit = 0.3 enableVanillaGolems = false # # If true, vanilla monsters are able to spawn. If false, the 'enableVanillaMonstersOnSurface' config option is not used, and all spawns are denied. - enableVanillaMonsters = true + enableVanillaMonsters = false # # If true, vanilla monsters will spawn on the surface instead of just underground. If false, vanilla monsters will not spawn on the surface. enableVanillaMonstersOnSurface = false diff --git a/kubejs/data/simplystacked/config/overworld_to_nether.json b/kubejs/data/simplystacked/config/overworld_to_nether.json deleted file mode 100644 index 85ef83d16..000000000 --- a/kubejs/data/simplystacked/config/overworld_to_nether.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "from": "minecraft:overworld", - "to": "minecraft:the_nether", - "from_y_min": -70, - "from_y_max": -59, - "to_y": 118, - "cloud_platform": true -} \ No newline at end of file