Posted January 24, 201411 yr Someone there who knows how to create a normal block just with the beam of the beacon? No inventory, just beam. Thank you for your help!
January 25, 201411 yr Author So I added these lines of code in my mainclass: @EventHandler @SideOnly(Side.CLIENT) public void loadRenderingRegistry(FMLInitializationEvent event) { ClientRegistry.registerTileEntity(TileEntityObsidian.class, "Obsidian", new TileEntityObsidianRenderer()); } The tileentity (with the beam) should be my obsidian block. What do I have to put into the obsidian class from the beacon class?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.