blob: 66498a04817b0c729c795f1ccb4f98f6a6edee09 (
plain)
1
2
3
4
5
6
7
8
9
10
|
package gregtech.common.blocks;
import net.minecraft.block.Block;
public class GT_Item_Casings8
extends GT_Item_Casings_Abstract {
public GT_Item_Casings8(Block par1) {
super(par1);
}
}
|