Fixed 'other dust' registration

This commit is contained in:
aidancbrady 2016-05-17 13:10:51 -04:00
parent 9ec5606ec0
commit 1c90980d68

View file

@ -47,6 +47,11 @@ public class ItemOtherDust extends ItemMekanism
{
for(int counter = 0; counter < subtypes.length; counter++)
{
if(counter == 2)
{
continue;
}
itemList.add(new ItemStack(this, 1, counter));
}
}