summaryrefslogtreecommitdiff
path: root/technic/technic/machines/LV/extractor.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/technic/machines/LV/extractor.lua')
-rw-r--r--technic/technic/machines/LV/extractor.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/technic/technic/machines/LV/extractor.lua b/technic/technic/machines/LV/extractor.lua
new file mode 100644
index 0000000..363d2e3
--- /dev/null
+++ b/technic/technic/machines/LV/extractor.lua
@@ -0,0 +1,13 @@
+
+minetest.register_alias("extractor", "technic:lv_extractor")
+
+minetest.register_craft({
+ output = 'technic:lv_extractor',
+ recipe = {
+ {'technic:treetap', 'technic:motor', 'technic:treetap'},
+ {'technic:treetap', 'technic:machine_casing', 'technic:treetap'},
+ {'', 'technic:lv_cable0', ''},
+ }
+})
+
+technic.register_extractor({tier = "LV", demand = {300}, speed = 1})