Improve block names
This commit is contained in:
parent
40835a2773
commit
2fdce5405b
46 changed files with 419 additions and 419 deletions
|
@ -157,7 +157,7 @@ public class TileIDSU extends TilePowerAcceptor implements IWrenchable {
|
|||
|
||||
public ItemStack getWrenchDrop(EntityPlayer entityPlayer) {
|
||||
NBTTagCompound tileEntity = new NBTTagCompound();
|
||||
ItemStack dropStack = new ItemStack(ModBlocks.Idsu, 1);
|
||||
ItemStack dropStack = new ItemStack(ModBlocks.IDSU, 1);
|
||||
writeToNBT(tileEntity);
|
||||
dropStack.setTagCompound(new NBTTagCompound());
|
||||
dropStack.getTagCompound().setTag("tileEntity", tileEntity);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue