Guest User

BasicTileEntity.java

a guest
Apr 8th, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. package fossils.basic;
  2.  
  3. import net.minecraft.tileentity.TileEntity;
  4.  
  5. public class BasicTileEntity extends TileEntity
  6. {
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment