From c068edec65ff243d124837293fc1ad03e2f55373 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Sun, 25 Nov 2018 08:24:45 -0500 Subject: [PATCH] fix excessive "element straight" quantity --- technic_cnc/cnc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic_cnc/cnc.lua b/technic_cnc/cnc.lua index aa9cd21..b5f062f 100644 --- a/technic_cnc/cnc.lua +++ b/technic_cnc/cnc.lua @@ -93,7 +93,7 @@ local onesize_products = { twocurvededge = 1, } local twosize_products = { - element_straight = 4, + element_straight = 2, element_end = 2, element_cross = 1, element_t = 1,