Clean slate

This commit is contained in:
bytegrip
2025-11-08 15:21:14 +02:00
commit 73bfc2019d
890 changed files with 112578 additions and 0 deletions

32
config/MrTJPCore.cfg Normal file
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
}