mesecons.net/items/objectdetector.php

13 lines
612 B
PHP
Executable File

<?php include "../header.html";?>
<div id = "article">
<div class = "article-heading">Player/Object Detector</div><br/>
<div class = "paragraph-heading">Craft recipe</div>
<img src = "../crafts/objectdetector.png">
<br/><br/>
<div class = "paragraph-heading">Description</div>
<div class = "text">
The object detector is a receptor. It changes its state when an object approaches, it detects players as well as items. Also powers the two blocks below it. If a sign is above the detector, it will only turn on if the player's name is the text on the sign.
</div>
</div>
<?php include "../footer.html";?>