1936
This commit is contained in:
parent
92ca6548c6
commit
b88fe49ee2
36 changed files with 407 additions and 417 deletions
|
@ -141,7 +141,7 @@ public class TileIDSU extends TilePowerAcceptor {
|
|||
ItemStack dropStack = new ItemStack(ModBlocks.Idsu, 1);
|
||||
writeToNBT(tileEntity);
|
||||
dropStack.setTagCompound(new NBTTagCompound());
|
||||
dropStack.stackTagCompound.setTag("tileEntity", tileEntity);
|
||||
dropStack.getTagCompound().setTag("tileEntity", tileEntity);
|
||||
return dropStack;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue