Age | Commit message (Collapse) | Author |
|
The handles were never used anyway
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
up/down pistons from certain directions
|
|
|
|
functions
|
|
|
|
|
|
|
|
Thanks to HybridDog for spotting that
|
|
Fix bugs in the Luacontroller (when placing, false input pin values were given) and fix variables
leaking into the global environment in pistons.
|
|
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
|
|
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.
|
|
Just some minor issues like dead code.
|
|
|
|
|
|
|
|
jordan4ibanez.
|
|
|
|
|
|
(rotated versions of normal pistons).
|
|
|
|
pushed), support pushing chests (not locked ones though), and add two missing rules for pistons (z- top and bottom, but not z- itself). This still avoids the piston pushing power source issue.
|
|
buttons, punching switches, and flipping levers all make sounds.
|
|
equivalents
|
|
|
|
technical blocks such as active wires and various piston orientations.
|
|
|
|
|
|
|
|
|
|
|
|
cause too many new ones.
|
|
|
|
|
|
Conflicts:
mesecons/internal.lua
mesecons/wires.lua
mesecons_pistons/init.lua
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
mesecons_pistons/init.lua
|
|
|