From 5ab3fa092c1c2b5460e9853e5577c0237958e2c2 Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Thu, 25 Oct 2018 12:24:16 +0300 Subject: add plastic to cnc --- technic/machines/LV/cnc_nodes.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/technic/machines/LV/cnc_nodes.lua b/technic/machines/LV/cnc_nodes.lua index 42117a1..622629d 100644 --- a/technic/machines/LV/cnc_nodes.lua +++ b/technic/machines/LV/cnc_nodes.lua @@ -433,6 +433,14 @@ if minetest.get_modpath("maple") then S("Maple")) end +if minetest.get_modpath("extranodes") then + technic.cnc.register_all("technic:plastic_clean", + {dig_immediate = 2, not_in_creative_inventory=1}, + {"technic_plastic_clean.png"}, + S("Plastic Clean")) +end + + if minetest.get_modpath("bakedclay") then -- cgit v1.2.3