possible fix for #1447

This commit is contained in:
Pyritie 2025-07-28 13:14:38 +01:00
parent 5b7349afae
commit 589f1fc985
4 changed files with 19 additions and 1 deletions

View file

@ -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.

View file

@ -0,0 +1,6 @@
#Adaptive Performance Tweaks: Spawn
["Astikor Carts Spawn Config"]
Enabled = false
Id = "astikorcarts"

View file

@ -0,0 +1,6 @@
#Adaptive Performance Tweaks: Spawn
["Immersive Aircraft Spawn Config"]
Enabled = false
Id = "immersive_aircraft"

View file

@ -0,0 +1,6 @@
#Adaptive Performance Tweaks: Spawn
["Man of Many Planes Spawn Config"]
Enabled = false
Id = "man_of_many_planes"