First pass on Pedestal/Plinth

I just want this out of my uncommitted file list...
This commit is contained in:
Nick 2015-11-22 14:03:51 -08:00
parent a12c72092a
commit cbd4f8c75f
7 changed files with 257 additions and 13 deletions

View file

@ -0,0 +1,8 @@
package WayofTime.bloodmagic.tile;
public class TilePlinth extends TileInventory {
public TilePlinth() {
super(1, "plinth");
}
}