All machines are now in enum.
This commit is contained in:
parent
20a385f6ca
commit
f600432f05
9 changed files with 25 additions and 97 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue