mesecons.net/items/torch.php

13 lines
514 B
PHP
Executable File

<?php include "../header.html";?>
<div id = "article">
<div class = "article-heading">Torch</div><br/>
<div class = "paragraph-heading">Craft recipe</div>
<img src = "../crafts/torch.png">
<br/><br/>
<div class = "paragraph-heading">Description</div>
<div class = "text">
The torch is an inverter, it may take up to 1 second until the signal has passed through. The input is 2 blocks away in the direction of the stick, outputs are around the mesecon glow.
</div>
</div>
<?php include "../footer.html";?>