summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--technic/machines/LV/cnc_nodes.lua8
1 files changed, 8 insertions, 0 deletions
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