All machines are now in enum.

This commit is contained in:
drcrazy 2018-09-25 13:39:41 +03:00
parent 20a385f6ca
commit f600432f05
9 changed files with 25 additions and 97 deletions

View file

@ -106,6 +106,6 @@ public class TileAlarm extends TileEntity
// IToolDrop
@Override
public ItemStack getToolDrop(final EntityPlayer entityPlayer) {
return new ItemStack(TRContent.ALARM, 1);
return TRContent.Machine.ALARM.getStack();
}
}