diff options
-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}, } } }, |