2014-07-15 23:23:57 +00:00
|
|
|
package WayofTime.alchemicalWizardry.common.demonVillage;
|
|
|
|
|
|
|
|
import net.minecraft.nbt.NBTTagCompound;
|
|
|
|
|
|
|
|
public class TileBlockSet extends BlockSet
|
|
|
|
{
|
2014-10-13 20:33:20 +00:00
|
|
|
public NBTTagCompound tag;
|
2014-07-15 23:23:57 +00:00
|
|
|
}
|