9 lines
173 B
Java
9 lines
173 B
Java
|
package resonantinduction.old.transport.crafting;
|
||
|
|
||
|
import resonantinduction.core.prefab.tile.TileEntityInv;
|
||
|
|
||
|
public class TileEntityCraftingTable extends TileEntityInv
|
||
|
{
|
||
|
|
||
|
}
|