OSDN Git Service

Merge branch 'master' of https://scm.sourceforge.jp/gitroot/chemicraft/chemicraft
[chemicraft/chemicraft.git] / common / pcc / chemicraft / util / OldItem.java
1 package pcc.chemicraft.util;
2
3 import net.minecraft.item.Item;
4
5 public class OldItem extends Item {
6
7         public OldItem(int par1) {
8                 super(par1);
9         }
10
11 }