Small fix's to multiple things
This commit is contained in:
parent
f326bb8352
commit
266c547520
12 changed files with 21 additions and 26 deletions
|
@ -72,7 +72,7 @@ public class TileDragonEggSiphoner extends TileMachineBase implements IWrenchabl
|
|||
@Override
|
||||
public ItemStack getWrenchDrop(EntityPlayer entityPlayer)
|
||||
{
|
||||
return new ItemStack(ModBlocks.AlloySmelter, 1);
|
||||
return new ItemStack(ModBlocks.Dragoneggenergysiphoner, 1);
|
||||
}
|
||||
|
||||
public boolean isComplete()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue