summaryrefslogtreecommitdiff
path: root/mesecons_insulated
AgeCommit message (Collapse)Author
2021-04-01Compatibility with mtg_craft_guide (#555)Louis Royer
Use group instead of wire when possible Fixes https://github.com/minetest/minetest_game/issues/2843.
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-27Use mod.conf for dependencies (#492)David Leal
2019-06-27Optimize images (#464)Hugo Locurcio
Recompress losslessly using `optipng` and `advpng`
2018-12-21Document inactive block behaviour (#447)Christopher Head
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-03-07Spell-check and clarify item namesWuzzy
* Fix inconsistent insulated mesecon names * Clarify lightstone names * Rename meselamp to "Mesecon Lamp" * Use capitalization "Luacontroller" consistently * Cleanup / improvements for logic gate naming
2017-01-15Fix most of the namespace pollutions reported in #311sfan5
2017-01-02Make insulated cossover to meshDS-Minetest
This removes the weird "holes" in the isolation of the crossing
2015-11-20Major change: Documentation is now included with mesecons, the website just ↵Jeija
extracts the documentation in a more readable format This makes development of new features easier, as documentation can automatically be updated on the website without modifying the website's code! Every mod that has nodes in the mesecons modpack has a "doc" folder that contains subfolders with recipe, description and preview of the block. The website will discover which documentation is available by reading the documentation.json file.
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.
2014-11-22Rewrite mesecon wires. This should increase the efficiency and speed ofJeija
large machines. It also makes the wires.lua code easier to understand and more maintainable. In case any other mod depends on mesecon:update_autoconnect, please update it to use mesecon.update_autoconnect. This should also fix some other minor bugs. Please report bugs if this commit creates new ones. This commit changes wire looks and removes some unneccesary textures.
2014-01-10Move textures into their modsShadowNinja
2013-04-28Fix all crafting recipes to use modern styleRealBadAngel
2012-12-27Add experimental 'corner' wire, an insulated bended wire (needs textures and ↵Jeija
maybe rename it)
2012-12-21now the insulated wires change their color when they are turn onAndres Eduardo Montoya Cruz
2012-12-10Fix insulated meseconJeija
2012-12-08Port more blocks to nodedef system: object detector, extrawires, water ↵Jeija
turbine, insulated wire
2012-09-07Use sunlight_propagates = true for some more nodesJeija
2012-08-17Add fiber and craft recipe for insulated meseconJeija
2012-08-17Make isolated wires depend on facedir, rename them to 'insulated'Jeija