Files
Astroblock/overrides/config/simplevoidworld.cfg
Jacob Vinding 1c991e905d Initial
2025-12-27 00:06:47 +01:00

24 lines
542 B
INI

# Configuration file
ids {
# This is the id of the dimension in the mod, this should be unique to Simple Void World
I:"Dim id"=43
}
tweaks {
# When true this allows creatures to spawn in this dimension
B:CreatureSpawn=false
# When set to true the sky and fog color are black this creates a seamless skybox
B:"Dark mode"=false
# When true this locks the at noon and creates an eternal day
B:"Its High Noon"=false
# When true this allows the player to respawn in this dimension
B:Respawn=false
}