mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-06 02:00:39 +02:00
Added API functions to register LV and MV machines
This commit is contained in:
@ -137,12 +137,13 @@ minetest.register_abm({
|
||||
(percent)..":default_furnace_fire_fg.png]"..
|
||||
"list[current_player;main;0,5;8,4;]"
|
||||
)
|
||||
|
||||
|
||||
if burn_time==0 then
|
||||
hacky_swap_node (pos,"technic:generator")
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
})
|
||||
|
||||
register_LV_machine ("technic:generator","PR")
|
||||
register_LV_machine ("technic:generator_active","PR")
|
||||
|
Reference in New Issue
Block a user