summaryrefslogtreecommitdiff
path: root/technic/technic/machines/LV/battery_box.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/technic/machines/LV/battery_box.lua')
-rw-r--r--technic/technic/machines/LV/battery_box.lua19
1 files changed, 0 insertions, 19 deletions
diff --git a/technic/technic/machines/LV/battery_box.lua b/technic/technic/machines/LV/battery_box.lua
deleted file mode 100644
index 429bcd6..0000000
--- a/technic/technic/machines/LV/battery_box.lua
+++ /dev/null
@@ -1,19 +0,0 @@
-
-minetest.register_craft({
- output = 'technic:lv_battery_box0',
- recipe = {
- {'group:wood', 'group:wood', 'group:wood'},
- {'technic:battery', 'technic:machine_casing', 'technic:battery'},
- {'technic:battery', 'technic:lv_cable0', 'technic:battery'},
- }
-})
-
-technic.register_battery_box({
- tier = "LV",
- max_charge = 40000,
- charge_rate = 1000,
- discharge_rate = 4000,
- charge_step = 500,
- discharge_step = 800,
-})
-