forked from minetest-mods/mesecons
Add alias for powerplant (version compatibility + simplify give command)
This commit is contained in:
parent
b051609405
commit
81d9f6a68a
|
@ -1,5 +1,6 @@
|
|||
-- This file registers aliases for the /give /giveme commands.
|
||||
|
||||
minetest.register_alias("jeija:power_plant", "mesecons_powerplant:power_plant")
|
||||
minetest.register_alias("jeija:meselamp_off", "mesecons_lamp:lamp_off")
|
||||
minetest.register_alias("jeija:meselamp_on", "mesecons_lamp:lamp_on")
|
||||
minetest.register_alias("jeija:mesecon_off", "mesecons:mesecon_off")
|
||||
|
@ -35,6 +36,8 @@ minetest.register_alias("jeija:mesecon_socket_off", "mesecons_temperest:mesecon_
|
|||
minetest.register_alias("jeija:mesecon_inverter_on", "mesecons_temperest:mesecon_inverter_on")
|
||||
minetest.register_alias("jeija:mesecon_inverter_off", "mesecons_temperest:mesecon_inverter_off")
|
||||
|
||||
minetest.register_alias("mesecons:power_plant", "mesecons_powerplant:power_plant")
|
||||
minetest.register_alias("mesecons:powerplant", "mesecons_powerplant:power_plant")
|
||||
minetest.register_alias("mesecons:meselamp", "mesecons_lamp:lamp_off")
|
||||
minetest.register_alias("mesecons:mesecon", "mesecons:mesecon_off")
|
||||
minetest.register_alias("mesecons:object_detector", "mesecons_detector:object_detector_off")
|
||||
|
|
Loading…
Reference in New Issue
Block a user