Advertisement
Guest User

Untitled

a guest
Sep 30th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. package landcast.common;
  2.  
  3. import net.minecraft.tileentity.TileEntity;
  4. import net.minecraft.util.AxisAlignedBB;
  5. import cpw.mods.fml.relauncher.Side;
  6. import cpw.mods.fml.relauncher.SideOnly;
  7.  
  8. public class TileEntityBlockTest extends TileEntity
  9. {
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement