mesecons.net/items/movestone_sticky.php

13 lines
503 B
PHP
Executable File

<?php include "../header.html";?>
<div id = "article">
<div class = "article-heading">Sticky Movestone</div><br/>
<div class = "paragraph-heading">Craft recipe</div>
<img src = "../crafts/movestone_sticky.png">
<br/><br/>
<div class = "paragraph-heading">Description</div>
<div class = "text">
Movestones are effectors that push the blocks in front of them. The move along on the right side of a mesecon wire track. Sticky ones also pull blocks.
</div>
</div>
<?php include "../footer.html";?>