Refactor plugs and sockets to be smaller and faster, make inverters default to the On state.

This commit is contained in:
Anthony Zhang
2012-02-09 23:01:23 -05:00
parent e94941931d
commit 1ac2bc910f
2 changed files with 56 additions and 81 deletions

View File

@@ -17,5 +17,5 @@ minetest.register_alias("jeija:pressure_plate_wood", "jeija:pressure_plate_wood_
if ENABLE_TEMPEREST==1 then
minetest.register_alias("jeija:mesecon_socket", "jeija:mesecon_socket_off")
minetest.register_alias("jeija:mesecon_inverter", "jeija:mesecon_inverter_off")
minetest.register_alias("jeija:mesecon_inverter", "jeija:mesecon_inverter_on")
end