diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-03-18 04:43:35 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-03-18 04:43:35 +0300 |
commit | bcd1da44554ef9c6066c7f8b9c6ec02680234d2b (patch) | |
tree | e29228f934a4761b121297d4a494bc596abf0acc | |
parent | 36a0cb1316e6aa09f7c56e23b146e07148fc8322 (diff) |
adjusted nodebox for 2/16 T
-rw-r--r-- | technic/machines/LV/cnc_api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/machines/LV/cnc_api.lua b/technic/machines/LV/cnc_api.lua index 8b3c86e..6fdd35b 100644 --- a/technic/machines/LV/cnc_api.lua +++ b/technic/machines/LV/cnc_api.lua @@ -239,7 +239,7 @@ technic.cnc.programs = { cbox = { type = "fixed", fixed = { - {0.5, 0.5, 0.5, -0.5, 0, -0.5}, + {-0.5, 0.5, -0.5, 0.5, 0, 0.0625}, } } }, |