possible fix for #1447
This commit is contained in:
parent
5b7349afae
commit
589f1fc985
4 changed files with 19 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
#Adaptive Performance Tweaks: Spawn
|
||||
["Astikor Carts Spawn Config"]
|
||||
Enabled = false
|
||||
Id = "astikorcarts"
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
#Adaptive Performance Tweaks: Spawn
|
||||
["Immersive Aircraft Spawn Config"]
|
||||
Enabled = false
|
||||
Id = "immersive_aircraft"
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
#Adaptive Performance Tweaks: Spawn
|
||||
["Man of Many Planes Spawn Config"]
|
||||
Enabled = false
|
||||
Id = "man_of_many_planes"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue