Skip to content

Commit

Permalink
test: lldap
Browse files Browse the repository at this point in the history
  • Loading branch information
jz8132543 committed Nov 5, 2024
1 parent 4e6cf31 commit bc1b6fa
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions nixos/hosts/isk/_steam/dst/Caves/worldgenoverride.lua
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 = {},
}
4 changes: 2 additions & 2 deletions nixos/hosts/isk/_steam/dst/Master/worldgenoverride.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
return {
override_enabled = true,
overrides = {},
override_enabled = true,
overrides = {},
}
36 changes: 18 additions & 18 deletions nixos/hosts/isk/_steam/dst/modoverrides.lua
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 },
}

0 comments on commit bc1b6fa

Please sign in to comment.