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