diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-10-25 12:24:16 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-10-25 12:24:16 +0300 |
commit | 5ab3fa092c1c2b5460e9853e5577c0237958e2c2 (patch) | |
tree | 05c0ce4618a1ff7b13e2ed4b45db5a2b30570a4a | |
parent | 321bb966b5cbc55640f8f835ba93dd6802ae952f (diff) |
add plastic to cnc
-rw-r--r-- | technic/machines/LV/cnc_nodes.lua | 8 |
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 |