Fixed #145 - Different pipes stacking

This commit is contained in:
Calclavia 2014-01-23 21:29:45 +08:00
parent 0eff1370d3
commit 9d42e9e99d

View file

@ -18,6 +18,8 @@ public class ItemPipe extends ItemMultipartBase
public ItemPipe()
{
super("pipe", Settings.getNextItemID());
this.setHasSubtypes(true);
this.setMaxDamage(0);
}
@Override