Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
mesecons_pistons/init.lua
|
|
|
|
remove the craft recipes for up/down pistons, and unify all the pushing/pulling behaviors into mesecon:piston_push(pos) and mesecon:piston_pull(pos).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
mesecons/internal.lua
|
|
http://minetest.net/forum/viewtopic.php?pid=56152#p56152
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
turbine, insulated wire
|
|
|
|
nodedef system
|
|
switch use it for reference.
|
|
|
|
register_conductor; first steps: move everything to legacy
|
|
|
|
Speed update of pressureplates up by using node_timers
|
|
|
|
bug introduced by commit before, 64d109b31b)
|
|
several places it was used on recepters and effectors. This issue, reported by simion314, is fixed in this commit by explicitly checking for the type of mesecon node being updated.
|
|
|
|
|
|
|
|
fall.
|
|
tile_images modified tiles
|
|
|
|
* not obtainable legitimately in Survival mode
* found in Creative inventory or using /giveme mesecons_commandblock:commandblock_off
* glows slightly when turned on
* runs a command in the context of the targeted player
* player can be targeted by name, or using the special forms (@nearest, @farthest, @random)
* when powered, runs its command with its parameters
* right click to bring up the configuration screen
* diggable and modifiable only by its owner, the person who placed it
|