mirror of
https://github.com/LittleChest/CrashBlockModPack.git
synced 2026-05-06 22:44:48 +08:00
23 lines
957 B
INI
23 lines
957 B
INI
# Configuration file
|
|
|
|
##########################################################################################################
|
|
# general
|
|
#--------------------------------------------------------------------------------------------------------#
|
|
# General configuration
|
|
##########################################################################################################
|
|
|
|
general {
|
|
# Format to display time in. See http://www.unicode.org/reports/tr35/tr35-31/tr35-dates.html#Date_Format_Patterns [default: h:mm a]
|
|
S:timeformat=h:mm a
|
|
|
|
# The title of the Minecraft window. Leave blank to keep the default window title for your version of Minecraft.
|
|
# Some special values that will be inserted at runtime:
|
|
# %mcver% -> The current Minecraft version
|
|
# %modcount% -> Number of loaded mods
|
|
# %time% -> Current system time
|
|
# [default: ]
|
|
S:windowtitle=CrashBlockModPack 2.3 | Forge 14.23.5.2860
|
|
}
|
|
|
|
|