clientstuff

This commit is contained in:
2025-11-03 15:47:16 +01:00
parent 503b04656d
commit a90cfde309
1655 changed files with 940682 additions and 604 deletions

View File

@@ -0,0 +1,32 @@
# Configuration file
##########################################################################################################
# General
#--------------------------------------------------------------------------------------------------------#
# General settings for MrTJPCore
##########################################################################################################
General {
# Flag to set if the update checker should consider unstable builds as a new version.
B:"Include Unstable"=false
# Flag to enable or disable the update checker.
B:"Version Checking"=true
}
##########################################################################################################
# World Gen
#--------------------------------------------------------------------------------------------------------#
# Settings related to world generation
##########################################################################################################
"World Gen" {
# The database ID that is used to store which chunks have been generated already. Changing this will cause generation to run again on the same chunk.
S:"RetroGen ID"=mrtjp_gen
# Toggle to enable retrogeneration, a feature that would allow ores to be generated after the world has been created.
B:"Retroactive World Generation"=false
}