From 589f1fc985b980f6f0ae2558034d6f543b6eed79 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 28 Jul 2025 13:14:38 +0100 Subject: [PATCH] possible fix for #1447 --- config/adaptive_performance_tweaks/spawn.toml | 2 +- .../spawn/AstikorCartsSpawn.toml | 6 ++++++ .../spawn/ImmersiveAircraftSpawn.toml | 6 ++++++ .../spawn/ManyOfManyPlanesSpawn.toml | 6 ++++++ 4 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 config/adaptive_performance_tweaks/spawn/AstikorCartsSpawn.toml create mode 100644 config/adaptive_performance_tweaks/spawn/ImmersiveAircraftSpawn.toml create mode 100644 config/adaptive_performance_tweaks/spawn/ManyOfManyPlanesSpawn.toml diff --git a/config/adaptive_performance_tweaks/spawn.toml b/config/adaptive_performance_tweaks/spawn.toml index f6afde47b..fc894f18c 100644 --- a/config/adaptive_performance_tweaks/spawn.toml +++ b/config/adaptive_performance_tweaks/spawn.toml @@ -2,7 +2,7 @@ #Adaptive Performance Tweaks: Spawn [General] #General allow list for spawn entities (e.g. minecraft:squid) which should be ignored for optimization. - allowList = [""] + allowList = ["immersive_aircraft:quadrocopter", "immersive_aircraft:airship", "immersive_aircraft:cargo_airship", "immersive_aircraft:warship", "immersive_aircraft:gyrodyne", "man_of_many_planes:economy_plane", "immersive_aircraft:biplane", "man_of_many_planes:scarlet_biplane", "immersive_aircraft:bamboo_hopper"] #General deny list for spawn entities (e.g. minecraft:bat) to no longer spawn in all worlds. denyList = [""] #General list of ignored dimensions. diff --git a/config/adaptive_performance_tweaks/spawn/AstikorCartsSpawn.toml b/config/adaptive_performance_tweaks/spawn/AstikorCartsSpawn.toml new file mode 100644 index 000000000..77bee8c19 --- /dev/null +++ b/config/adaptive_performance_tweaks/spawn/AstikorCartsSpawn.toml @@ -0,0 +1,6 @@ + +#Adaptive Performance Tweaks: Spawn +["Astikor Carts Spawn Config"] + Enabled = false + Id = "astikorcarts" + diff --git a/config/adaptive_performance_tweaks/spawn/ImmersiveAircraftSpawn.toml b/config/adaptive_performance_tweaks/spawn/ImmersiveAircraftSpawn.toml new file mode 100644 index 000000000..e53237931 --- /dev/null +++ b/config/adaptive_performance_tweaks/spawn/ImmersiveAircraftSpawn.toml @@ -0,0 +1,6 @@ + +#Adaptive Performance Tweaks: Spawn +["Immersive Aircraft Spawn Config"] + Enabled = false + Id = "immersive_aircraft" + diff --git a/config/adaptive_performance_tweaks/spawn/ManyOfManyPlanesSpawn.toml b/config/adaptive_performance_tweaks/spawn/ManyOfManyPlanesSpawn.toml new file mode 100644 index 000000000..eef7b4f73 --- /dev/null +++ b/config/adaptive_performance_tweaks/spawn/ManyOfManyPlanesSpawn.toml @@ -0,0 +1,6 @@ + +#Adaptive Performance Tweaks: Spawn +["Man of Many Planes Spawn Config"] + Enabled = false + Id = "man_of_many_planes" +