summaryrefslogtreecommitdiff
path: root/mesecons_extrawires/corner.lua
AgeCommit message (Collapse)Author
2021-02-27Remove undeclared global variable corner_nodebox (#554)sys4-fr
To avoid warning message at load time. Co-authored-by: sys4 <admin@sys4.fr>
2020-08-24Insulated double corner (#524)Vitaliy
* Add insulated double corner * Make single corner curved to match double corner * Remove obsolete regular corner textures
2020-06-28Unpad insulated wire recipes (#477)mbartlett21
2018-09-07Remove tiny (+0.001) selection box oversizenumber Zero
2018-09-07Make insulated wires’ selection box fit in the nodenumber Zero
2018-07-18Merge pull request #401 from Wuzzy2/sfxVitaliy
Add missing sound effects and fix wrong pressure plate sounds
2018-01-30Use rotate_simple for insulated wires (#382)DS
2018-01-28Add sounds for wires and piston headsWuzzy
2017-11-01Set is_ground_content to false (#386)DS
2017-10-07Handle blasts (#356)DS
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)