mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-05 17:50:34 +02:00
bugfix
This commit is contained in:
@ -1,10 +1,4 @@
|
|||||||
-- register MV machines here
|
--- HV battery box
|
||||||
technic.HV_machines = {}
|
|
||||||
local HV_machines = technic.HV_machines
|
|
||||||
function register_HV_machine(string1,string2)
|
|
||||||
technic.HV_machines[string1] = string2
|
|
||||||
end
|
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:hv_battery_box 1',
|
output = 'technic:hv_battery_box 1',
|
||||||
recipe = {
|
recipe = {
|
||||||
|
Reference in New Issue
Block a user