<?php
    /*  HOW TO USE THIS TEMPLATE
        If you are unsure how to use this, please see any of the other pages for a reference. 

        Descriptions can include any HTML tags. Please link to other pages when you reference a block or item the first time. 

        <a href="Cables.php">data pipes</a>

        Please follow these naming conventions when submitting images for blocks:
            
            PAGE IMAGE = nameOfBlock_demo.png
            SIDE BAR IMAGE = nameOfBlock_block.png
            ICON IMAGE FOR LIST PAGE = nameOfBlock_icon.png
        
        Place images in the img folder. Be sure to update blocks/index.html with a link to your block page.
    
    */    
    
    //NAME OF BLOCK
    $title = 'Linker';

    $imageDemoName = '';
    
    //USE <p></p> to make a new paragraph 
    $description1 = '<p>The linker is a tool that is used to link various things together.</p>
    <p>The most common use of the linker is to link <a href="/AdvancedRocketry/1.12.2/blocks/Hatches.php">hatches</a> to Rockets, <a href="/AdvancedRocketry/1.12.2/blocks/LandingPad.php">Landing Pads</a>, and <a href="/AdvancedRocketry/1.12.2/blocks/RocketAssemblingMachine.php">Rocket Assembling Machines</a>.</p>
    <p>To program the linker, shift right click on the block you wish to link from.  To link with a programmed linker, shift right click on the destination block.  To clear the Linker, shift right click while not looking at anything.</p>';
    
    //FILL IN THIS PART IF THE BLOCK HAS A GUI
    $imageGUI = '';
    $descriptionGUI =''; 
    
    $sidebarImage = 'items/linker.png';

    $hardness = '';
    $blastResistance = '';
    $requiresTool = '';
    $fullBlock = '';
    $sealable = '';
    $tileEntity = '';
    $multiBlock = '';
    $hasNBT = 'YES';
    $other ='';

    include($_SERVER["DOCUMENT_ROOT"].'/AdvancedRocketry/template1.12.php');
?>
