First pass on Pedestal/Plinth
I just want this out of my uncommitted file list...
This commit is contained in:
parent
a12c72092a
commit
cbd4f8c75f
7 changed files with 257 additions and 13 deletions
8
src/main/java/WayofTime/bloodmagic/tile/TilePlinth.java
Normal file
8
src/main/java/WayofTime/bloodmagic/tile/TilePlinth.java
Normal file
|
@ -0,0 +1,8 @@
|
|||
package WayofTime.bloodmagic.tile;
|
||||
|
||||
public class TilePlinth extends TileInventory {
|
||||
|
||||
public TilePlinth() {
|
||||
super(1, "plinth");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue