Examples of LaserNode


Examples of co.ostenvighx.vaguecraft.world.LaserNode

    public static ItemStack glass;
    public static ItemStack iron;
    public static ItemStack redstoneBlock;

    public static void registerBlocks(){
        node = new LaserNode();
        redstoneBlock = new ItemStack(Blocks.redstone_block);
        iron = new ItemStack(Items.iron_ingot);
        glass = new ItemStack(Blocks.glass);

        GameRegistry.registerBlock(node, "laserNode");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.