- Dec 21, 2018
-
-
Christopher Head authored
-
- Jan 14, 2018
-
-
CloudyProton authored
Register both luacontroller and microcontroller variations of detector craft recipes.
-
- Oct 31, 2017
-
-
DS authored
-
- Oct 07, 2017
-
-
DS authored
-
- Mar 31, 2017
-
-
Josh Mars authored
* Support detection of multiple players in object detector * Add distance parameter to node detector * Fix area protection
-
- Jan 03, 2016
-
-
HybridDog authored
-
- Nov 20, 2015
-
-
Jeija authored
Major change: Documentation is now included with mesecons, the website just 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.
-
- Oct 04, 2015
-
-
Jeija authored
-
- Mar 26, 2015
-
-
Jeija authored
-
- Nov 22, 2014
-
-
Jeija authored
Settings can now be retrieved by mesecon.setting(<name>, <default>) and can be modified without editing the source code by adding the setting to minetest.conf For instance, you can add mesecon.blinky_plant_interval = 0.5 to minetest.conf in order to increase the blinking speed. Rewrite the blinky plant with nodetimers. Fixes #161
-
Jeija authored
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.
-
Jeija authored
wires 2 nodes below them, allows to hide circuitry powered by them. Fixes #179 Rewrite pressure plates + vertical wires using mesecon.register_node.
-
- Jun 08, 2014
- Apr 30, 2014
-
-
Jeija authored
-
- Jan 19, 2014
-
-
Jeija authored
-
- Jan 10, 2014
-
-
ShadowNinja authored
-
- Dec 18, 2013
-
-
Uberi authored
-
- Dec 01, 2013
-
-
Uberi authored
-
Vanessa Ezekowitz authored
here and there to facilitate this.
-
- Mar 07, 2013
-
-
Anthony Zhang authored
Digging and footstep sounds for everything that needs them! Plus, pushing buttons, punching switches, and flipping levers all make sounds.
-
- Feb 22, 2013
- Dec 09, 2012
-
-
Jeija authored
Port a lot more (basically everything apart from gates, pistons and extrawire crossing) to the new nodedef system. There are some problems with wall button and wall lever (in the way they visually connect to wires)
-
- Dec 08, 2012
-
-
Jeija authored
-
- Aug 20, 2012
-
-
Jeija authored
-
- Aug 13, 2012
-
-
Jeija authored
-
- Aug 12, 2012
-
-
Vanessa Ezekowitz authored
fixed deprecated/invalid recipes in lightstones. fixed copy&paste error in one of the delayer textures fixed recipe for player detector to rely on microcontroller instead of old IC
-
- Aug 11, 2012
-
-
Jeija authored
-
- Aug 10, 2012
-
-
Vanessa Ezekowitz authored
visibly connect to neighboring wires.
-
- Aug 01, 2012
-
-
Kotolegokot authored
-
- Jun 23, 2012
-
-
Jeija authored
-
- Jun 05, 2012
-
-
Anthony Zhang authored
-
- Mar 29, 2012
-
-
Jeija authored
-
- Mar 22, 2012
-
-
Anthony Zhang authored
-
- Mar 05, 2012
-
-
Jeija authored
Upload after major code reorganization - Version 0.6 DEV - Split mesecons mod into several modules - [BUGGY?]
-