forked from minetest-mods/mesecons
Document inactive block behaviour (#447)
This commit is contained in:
committed by
Vitaliy
parent
6e767a6c76
commit
302a28934d
@ -1 +1,2 @@
|
||||
Movestones are effectors that push the blocks in front of them. They move along on the right side of a mesecon wire track.
|
||||
A movestone trying to move into, or push other nodes into, an unloaded block doesn't move.
|
||||
|
@ -1 +1,3 @@
|
||||
Movestones are effectors that push the blocks in front of them. They move along on the right side of a mesecon wire track. Sticky ones also pull blocks.
|
||||
A sticky movestone trying to move into, or push other nodes into, an unloaded block doesn't move.
|
||||
A sticky movestone trying to pull nodes from an unloaded block moves but leaves them behind.
|
||||
|
Reference in New Issue
Block a user