summaryrefslogtreecommitdiff
path: root/mesecons_extrawires/corner.lua
AgeCommit message (Collapse)Author
2017-01-22Make descriptions of insulated wires consistentsfan5
This allows finding all of them by searching "insulated" in the creative menu.
2015-10-04Remove trailing whitespaceJeija
2014-11-22Replace mesecon:<some_function> with mesecon.<some_function> for greaterJeija
flexibility and because it was never inteded to be OOP in the first place. mesecon.receptor_on and mesecon.receptor_off are provided by wrappers (mesecon:receptor_on/off) for compatibility, but will be removed. Mod programmers that use mesecons: Please update! Also, fix microcontroller polluting the global namespace and remove some deprecated stuff.
2013-04-28Fix all crafting recipes to use modern styleRealBadAngel
2013-02-19Fix onstate corner dropJeija
I blame khonkhortisan
2013-02-18Fix the nodename of a dropKyle
2012-12-27Added a couple of needed textures for curved/corner wires and tweak code toVanessa Ezekowitz
use them. Also fixed the "on" state image for wire ends so that it works for curved wires also.
2012-12-27Add experimental 'corner' wire, an insulated bended wire (needs textures and ↵Jeija
maybe rename it)