mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-26 10:30:19 +02:00
.github
mesecons
mesecons_alias
mesecons_blinkyplant
mesecons_button
mesecons_commandblock
mesecons_delayer
mesecons_detector
mesecons_doors
mesecons_extrawires
mesecons_fpga
mesecons_gamecompat
mesecons_gates
mesecons_hydroturbine
mesecons_insulated
mesecons_lamp
mesecons_lightstone
mesecons_luacontroller
mesecons_materials
mesecons_microcontroller
mesecons_movestones
mesecons_mvps
mesecons_noteblock
mesecons_pistons
doc
piston
piston_sticky
description.html
preview.png
recipe.png
sounds
textures
init.lua
legacy.lua
mod.conf
mesecons_powerplant
mesecons_pressureplates
mesecons_random
mesecons_receiver
mesecons_solarpanel
mesecons_stickyblocks
mesecons_switch
mesecons_torch
mesecons_walllever
mesecons_wires
.gitignore
.luacheckrc
COPYING.txt
LICENSE.txt
README.md
bower.json
documentation.json
modpack.conf
screenshot.png
settingtypes.txt
5 lines
540 B
HTML
5 lines
540 B
HTML
Sticky pistons are effectors, they push up to 20 blocks in front of them. The push direction can be set by placing them from different angles. Sticky ones also pull 1 block.
|
|
A sticky piston pointing into an unloaded block won't extend.
|
|
A sticky piston retracting from within an unloaded block works and pulls a node, but if it doesn't pull anything, then gravity-sensitive nodes above the empty space may not fall.
|
|
An extended sticky piston that touches the surface of an unloaded block and loses signal retracts but doesn't pull anything.
|