mesecons.net/items/piston_sticky.php

13 lines
507 B
PHP
Executable File

<?php include "../header.html";?>
<div id = "article">
<div class = "article-heading">Sticky Piston</div><br/>
<div class = "paragraph-heading">Craft recipe</div>
<img src = "../crafts/piston_sticky.png">
<br/><br/>
<div class = "paragraph-heading">Description</div>
<div class = "text">
Sticky pistons are effectors push up to 20 blocks in front of them. Direction can be set by placing them from different positions. Sticky ones also pull 1 block.
</div>
</div>
<?php include "../footer.html";?>