Skip to content

Instantly share code, notes, and snippets.

package securecraftprotect.common.tileentity;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.tileentity.TileEntity;
public class TileEntityChair extends TileEntity
{
public int dir;
public TileEntityChair() {}
package securecraftprotect.common.tile;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
import net.minecraft.block.material.Material;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.entity.Entity;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.player.EntityPlayer;
package securecraftprotect.client.renderer.tile;
import cpw.mods.fml.client.registry.ISimpleBlockRenderingHandler;
import net.minecraft.block.Block;
import net.minecraft.client.renderer.RenderBlocks;
import net.minecraft.client.renderer.Tessellator;
import net.minecraft.util.IIcon;
import net.minecraft.world.IBlockAccess;
import securecraftprotect.common.tile.TileChair;
import securecraftprotect.common.tile.TileDesk;
public class RendererAntenna implements ISimpleBlockRenderingHandler {
protected ModelBase model = new ModelAntenna();
/*
Not too sure what to do here
*/
@Override
public void renderInventoryBlock(Block block, int metadata, int modelID, RenderBlocks renderer) {
//if it renders fancy in inventory do that rendering here.
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<assemblyIdentity name="Techne.application" version="1.3.0.15" publicKeyToken="2026d7a8e49816a0" language="neutral" processorArchitecture="x86" xmlns="urn:schemas-microsoft-com:asm.v1" />
<description asmv2:publisher="ZeuX and r4wk" asmv2:product="Techne" xmlns="urn:schemas-microsoft-com:asm.v1" />
<deployment install="true" mapFileExtensions="true">
<subscription>
<update>
<beforeApplicationStartup />
@hanetzer
hanetzer / PKGBUILD
Created August 6, 2014 17:34
meique-git
# Maintainer: Anselmo L. S. Melo <[email protected]>
pkgname=meique-git
pkgver=r358.13bbdf4
pkgrel=1
pkgdesc="Meique is a simple build system for C and C++ which uses Lua as scripting language."
arch=('i686' 'x86_64')
url="https://github.com/Meique/Meique"
license=('GPL')
depends=()
@hanetzer
hanetzer / PKGBUILD
Created August 7, 2014 02:53
qscintilla-qt5
# $Id$
# Maintainer: Ilya87 <[email protected]>
pkgbase=qscintilla-qt5
pkgname=('qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
'python-qscintilla-qt5-common')
pkgver=2.8.3
pkgrel=1
license=('GPL')
arch=('i686' 'x86_64')
@hanetzer
hanetzer / anon
Created August 19, 2014 12:51
Anonymous Items
ForgeModLoader-client-0.log.1:2014-08-18 21:42:29 [SEVERE] [ForgeModLoader] Found anonymous item of class com.mrcrayfish.furniture.items.ItemBath with ID 23312 owned by mod cfm, this item will NOT survive a 1.7 upgrade!
ForgeModLoader-client-0.log.1:2014-08-18 21:42:29 [SEVERE] [ForgeModLoader] Found anonymous item of class com.mrcrayfish.furniture.items.ItemBlockCustom with ID 23257 owned by mod cfm, this item will NOT survive a 1.7 upgrade!
ForgeModLoader-client-0.log.1:2014-08-18 21:42:29 [SEVERE] [ForgeModLoader] Found anonymous item of class com.mrcrayfish.furniture.items.ItemBlockCustom with ID 23260 owned by mod cfm, this item will NOT survive a 1.7 upgrade!
ForgeModLoader-client-0.log.1:2014-08-18 21:42:29 [SEVERE] [ForgeModLoader] Found anonymous item of class com.mrcrayfish.furniture.items.ItemBlockCustom with ID 23274 owned by mod cfm, this item will NOT survive a 1.7 upgrade!
ForgeModLoader-client-0.log.1:2014-08-18 21:42:29 [SEVERE] [ForgeModLoader] Found anonymous item of class com.mrcrayfish.fu
@hanetzer
hanetzer / PKGBUILD
Last active August 29, 2015 14:06
mingw-w64-glew
# Maintainer: naelstrof <[email protected]>
pkgname=mingw-w64-glew
pkgver=1.11.0
pkgrel=1
pkgdesc="GLEW, The OpenGL Extension Wrangler Library (mingw-w64)"
arch=('any')
url="http://glew.sourceforge.net/"
license=('Modified BSD/MIT/GPL')
depends=('mingw-w64-crt')
makedepends=('mingw-w64-gcc')
pkgname=ckm-tether
pkgver=1.0.1.5
pkgrel=1
pkgdesc="clockworkmod tethering app for linux"
arch=('i686' 'x86_64')
url="http://www.clockworkmod.com"
license=("gpl")
depends=("python2" "gksu" "xterm")
source=("http://download.clockworkmod.com/tether/tether-linux.tgz"
"makefile.patch" "waflight.patch" "configure.patch"