From bc0714870ae67368e7835a50bcd1bd64e4d1cae5 Mon Sep 17 00:00:00 2001 From: imre84 Date: Sat, 30 Mar 2024 03:08:25 +0100 Subject: [PATCH] Remove leftovers from frames, add README.md for Mineunit spec dirs (#355) Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com> --- README.md | 1 - technic/spec/README.md | 2 ++ technic/spec/fixtures/technic.conf | 1 - technic_chests/spec/README.md | 2 ++ technic_cnc/spec/README.md | 2 ++ 5 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 technic/spec/README.md create mode 100644 technic_chests/spec/README.md create mode 100644 technic_cnc/spec/README.md diff --git a/README.md b/README.md index 27a46f4..a7a24b2 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/technic/spec/README.md b/technic/spec/README.md new file mode 100644 index 0000000..ee4de0d --- /dev/null +++ b/technic/spec/README.md @@ -0,0 +1,2 @@ +All files within this directory serve unittesting purposes. +For more info see https://github.com/S-S-X/mineunit diff --git a/technic/spec/fixtures/technic.conf b/technic/spec/fixtures/technic.conf index 3f7e5c9..3777932 100644 --- a/technic/spec/fixtures/technic.conf +++ b/technic/spec/fixtures/technic.conf @@ -12,7 +12,6 @@ enable_vacuum = true multimeter_remote_start_ttl = 300 enable_wind_mill = true -enable_frames = true enable_nuclear_reactor_digiline_selfdestruct = true quarry_dig_above_nodes = 3 quarry_max_depth = 100 diff --git a/technic_chests/spec/README.md b/technic_chests/spec/README.md new file mode 100644 index 0000000..ee4de0d --- /dev/null +++ b/technic_chests/spec/README.md @@ -0,0 +1,2 @@ +All files within this directory serve unittesting purposes. +For more info see https://github.com/S-S-X/mineunit diff --git a/technic_cnc/spec/README.md b/technic_cnc/spec/README.md new file mode 100644 index 0000000..ee4de0d --- /dev/null +++ b/technic_cnc/spec/README.md @@ -0,0 +1,2 @@ +All files within this directory serve unittesting purposes. +For more info see https://github.com/S-S-X/mineunit