Skip to content

Commit

Permalink
technic/spec/fixtures/technic.conf updated to reflect the defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
imre84 committed Mar 27, 2024
1 parent ea14f60 commit c036a62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ Recommended mods that build on the `technic mod`:
| enable_mining_laser | |
| enable_flashlight | |
| enable_wind_mill | |
| enable_frames | |
| enable_corium_griefing | |
| enable_radiation_protection | |
| enable_radiation_throttling | enable lag- and per-second-throttling of radiation damage |
Expand Down
13 changes: 6 additions & 7 deletions technic/spec/fixtures/technic.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
enable_cans = true
enable_chainsaw = true
enable_flashlight = true
enable_flashlight = false
enable_mining_drill = true
enable_mining_laser = true
enable_mining_laser = false
enable_multimeter = true
enable_prospector = true
enable_sonic_screwdriver = true
Expand All @@ -11,19 +11,18 @@ enable_vacuum = true

multimeter_remote_start_ttl = 300

enable_wind_mill = true
enable_frames = true
enable_nuclear_reactor_digiline_selfdestruct = true
enable_wind_mill = false
enable_nuclear_reactor_digiline_selfdestruct = false
quarry_dig_above_nodes = 3
quarry_max_depth = 100
quarry_time_limit = 5000
quarry_time_limit = 3000

switch_off_delay_seconds = 1800
network_overload_reset_time = 20
admin_priv = basic_privs
enable_corium_griefing = true
enable_radiation_protection = true
enable_radiation_throttling = true
enable_radiation_throttling = false
enable_entity_radiation_damage = true
enable_longterm_radiation_damage = true
max_lag_reduction_multiplier = 0.99

0 comments on commit c036a62

Please sign in to comment.