Fixed derp

This commit is contained in:
Gig 2015-05-08 00:23:15 +01:00
parent aaee829f3b
commit 3ab786b3aa
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ public class TileAssemblingMachine extends TileMachineBase implements IWrenchabl
@Override
public ItemStack getWrenchDrop(EntityPlayer entityPlayer)
{
return new ItemStack(ModBlocks.AlloySmelter, 1);
return new ItemStack(ModBlocks.AssemblyMachine, 1);
}
public boolean isComplete()

View file

@ -68,7 +68,7 @@ public class TileLathe extends TileMachineBase implements IWrenchable {
@Override
public ItemStack getWrenchDrop(EntityPlayer entityPlayer)
{
return new ItemStack(ModBlocks.AlloySmelter, 1);
return new ItemStack(ModBlocks.lathe, 1);
}
public boolean isComplete()