-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
34 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
return { | ||
override_enabled = true, | ||
worldgen_preset = "DST_CAVE", | ||
settings_preset = "DST_CAVE", | ||
overrides = {}, | ||
override_enabled = true, | ||
worldgen_preset = "DST_CAVE", | ||
settings_preset = "DST_CAVE", | ||
overrides = {}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
return { | ||
override_enabled = true, | ||
overrides = {}, | ||
override_enabled = true, | ||
overrides = {}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
return { | ||
--# Health Info | ||
["workshop-375859599"] = { enabled = true }, | ||
--# Show Me | ||
["workshop-2287303119"] = { enabled = true }, | ||
--# No Thermal Stone Durability | ||
["workshop-466732225"] = { enabled = true }, | ||
--# Extra Equip Slots | ||
["workshop-375850593"] = { enabled = true }, | ||
--# Display Attack Range | ||
["workshop-2078243581"] = { enabled = true }, | ||
--# Increased Stack size | ||
["workshop-374550642"] = { enabled = true }, | ||
--# Combined Status | ||
["workshop-376333686"] = { enabled = true }, | ||
--# Global Positions | ||
["workshop-378160973"] = { enabled = true }, | ||
--# Demon sword Muramasa | ||
["workshop-1842087172"] = { enabled = true }, | ||
--# Health Info | ||
["workshop-375859599"] = { enabled = true }, | ||
--# Show Me | ||
["workshop-2287303119"] = { enabled = true }, | ||
--# No Thermal Stone Durability | ||
["workshop-466732225"] = { enabled = true }, | ||
--# Extra Equip Slots | ||
["workshop-375850593"] = { enabled = true }, | ||
--# Display Attack Range | ||
["workshop-2078243581"] = { enabled = true }, | ||
--# Increased Stack size | ||
["workshop-374550642"] = { enabled = true }, | ||
--# Combined Status | ||
["workshop-376333686"] = { enabled = true }, | ||
--# Global Positions | ||
["workshop-378160973"] = { enabled = true }, | ||
--# Demon sword Muramasa | ||
["workshop-1842087172"] = { enabled = true }, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters