mesecons.net/items/piston_normal.php

13 lines
462 B
PHP
Executable File

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