Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-02 | Don't allow non-inventory items as ingredients | Zefram | |
Some mesecon wires (the turned-on nodes) that were not_in_creative_inventory and should never appear in an actual inventory were also mesecon_conductor_craftable. This is liable to make a craft guide show them as potential ingredients, due to the use of the group in recipes. | |||
2013-12-18 | Vertical wire update. | Uberi | |
2013-11-30 | Fix vertical wire drops. | Uberi | |
2013-08-28 | Give crossing proper textures | Vanessa Ezekowitz | |
2013-08-27 | Merge pull request #112 from khonkhortisan/multi_rules | khonkhortisan | |
Multi rules Merged for near-future textures to be merged cleanly. | |||
2013-06-22 | Audit code for possible nil value indexing with unregistered nodes. | Anthony Zhang | |
2013-06-20 | Crossover | khonkhortisan | |
2013-04-28 | Fix all crafting recipes to use modern style | RealBadAngel | |
2013-04-21 | Minor tweak to allow vertical wires with caps to use the "vertical" | Vanessa Ezekowitz | |
texture for the sides (still uses the "full" for the top/bottom of the caps). | |||
2013-03-04 | Fix bug texture in mesewire for 0.4 stable | Jat | |
2013-02-22 | Add (shaped) craft recipe for vertical mesecons | Jeija | |
* Craft them from three wires in a vertical row * Craft them back into mesecons by just putting one of them in the grid | |||
2013-02-19 | Fix onstate corner drop | Jeija | |
I blame khonkhortisan | |||
2013-02-18 | Fix the nodename of a drop | Kyle | |
2013-02-11 | Make Mese conductive | Jeija | |
2013-02-06 | Fix piston drops and craft recipe | Jeija | |
2012-12-27 | added and tweaked textures to improve appearance and tiling of insulated | Vanessa Ezekowitz | |
T-junctions. | |||
2012-12-27 | Added a couple of needed textures for curved/corner wires and tweak code to | Vanessa Ezekowitz | |
use them. Also fixed the "on" state image for wire ends so that it works for curved wires also. | |||
2012-12-27 | Add experimental 'corner' wire, an insulated bended wire (needs textures and ↵ | Jeija | |
maybe rename it) | |||
2012-12-21 | now the insulated wires change their color when they are turn on | Andres Eduardo Montoya Cruz | |
2012-12-21 | Merge branch 'master' into nextgen | Jeija | |
Conflicts: mesecons/internal.lua mesecons/wires.lua mesecons_pistons/init.lua | |||
2012-12-16 | Fix #62 (Hopefully this time) | Jeija | |
2012-12-16 | Fix addPosRule without mesecon: in vertical wires (issue #62) | Jeija | |
2012-12-16 | Merge branch 'master' into nextgen | Jeija | |
Conflicts: mesecons_pistons/init.lua | |||
2012-12-15 | Attempt to update the wire crossing. | Anthony Zhang | |
2012-12-15 | Upload cleaned up mesecons to nextgen branch | Jeija | |
2012-12-13 | Include experimental vertical wires (needs textures) | Jeija | |
2012-12-08 | Port more blocks to nodedef system: object detector, extrawires, water ↵ | Jeija | |
turbine, insulated wire | |||
2012-09-10 | fix t-junction selectionbox when on | Kyle | |
2012-09-09 | Add T-junction extrawire (no good textures yet) | Jeija | |
2012-09-07 | crossing wire moved into mesecons | Kyle | |