add mesecons mods
This commit is contained in:
parent
71a53fbef8
commit
9861939223
721 changed files with 19937 additions and 1 deletions
|
@ -0,0 +1,3 @@
|
|||
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.
|
||||
A piston pointing into an unloaded block won't extend.
|
||||
A piston retracting from an unloaded block works, but gravity-sensitive nodes above the empty space may not fall.
|
BIN
mods/mesecons/mesecons_pistons/doc/piston/preview.png
Normal file
BIN
mods/mesecons/mesecons_pistons/doc/piston/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
BIN
mods/mesecons/mesecons_pistons/doc/piston/recipe.png
Normal file
BIN
mods/mesecons/mesecons_pistons/doc/piston/recipe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
|
@ -0,0 +1,4 @@
|
|||
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.
|
BIN
mods/mesecons/mesecons_pistons/doc/piston_sticky/preview.png
Normal file
BIN
mods/mesecons/mesecons_pistons/doc/piston_sticky/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 96 KiB |
BIN
mods/mesecons/mesecons_pistons/doc/piston_sticky/recipe.png
Normal file
BIN
mods/mesecons/mesecons_pistons/doc/piston_sticky/recipe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
Add table
Add a link
Reference in a new issue