mesecons.net/items/glue.php

14 lines
441 B
PHP
Executable File

<?php include "../header.html";?>
<div id = "article">
<div class = "article-heading">Glue</div><br/>
<div class = "paragraph-heading">Craft recipe</div>
<img src = "../crafts/glue.png">
<br/><br/>
<div class = "paragraph-heading">Description</div>
<div class = "text">
CrafItem: Cannot be placed! Made by cooking saplings in furnace.
Used for sticky pistons and sticky movestones.
</div>
</div>
<?php include "../footer.html";?>