2015-06-23 22:29:05 +00:00
|
|
|
package gregtech.common.blocks;
|
|
|
|
|
|
|
|
import net.minecraft.block.Block;
|
|
|
|
|
|
|
|
public class GT_Item_Casings4
|
|
|
|
extends GT_Item_Casings_Abstract
|
|
|
|
{
|
|
|
|
public GT_Item_Casings4(Block par1)
|
|
|
|
{
|
|
|
|
super(par1);
|
|
|
|
}
|
|
|
|
}
|
2015-04-23 16:14:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* Location: F:\Torrent\minecraft\jd-gui-0.3.6.windows\gregtech_1.7.10-5.07.07-dev.jar
|
|
|
|
* Qualified Name: gregtech.common.blocks.GT_Item_Casings4
|
|
|
|
* JD-Core Version: 0.7.0.1
|
|
|
|
*/
|