mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 04:54:05 +09:00
TilePropCodex is now object, torch flicker (WIP as all the torches are in unison)
Former-commit-id: df9c0e3a9ace2ba976da5e81f1f2d2217db541a0 Former-commit-id: 81a25a938023f318937e1f4ded15e6047fdf8864
This commit is contained in:
@@ -10,10 +10,10 @@ object DefaultConfig {
|
||||
val jsonObject = JsonObject()
|
||||
|
||||
jsonObject.addProperty("smoothlighting", true)
|
||||
jsonObject.addProperty("imtooyoungtodie", false)
|
||||
jsonObject.addProperty("imtooyoungtodie", false) // perma-death
|
||||
jsonObject.addProperty("language", Terrarum.sysLang)
|
||||
jsonObject.addProperty("notificationshowuptime", 6500)
|
||||
jsonObject.addProperty("multithread", false) // experimental!
|
||||
jsonObject.addProperty("multithread", true) // experimental!
|
||||
|
||||
return jsonObject
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user