Fix build
This commit is contained in:
parent
f7ecfd0574
commit
f2d8891bd5
2 changed files with 4 additions and 4 deletions
|
@ -68,7 +68,7 @@ public class TileQuantumTank extends TileMachineBase
|
|||
|
||||
public ItemStack getDropWithNBT() {
|
||||
final NBTTagCompound tileEntity = new NBTTagCompound();
|
||||
final ItemStack dropStack = new ItemStack(TRContent.QUANTUM_TANK, 1);
|
||||
final ItemStack dropStack = TRContent.Machine.QUANTUM_TANK.getStack();
|
||||
this.writeToNBTWithoutCoords(tileEntity);
|
||||
dropStack.setTagCompound(new NBTTagCompound());
|
||||
dropStack.getTagCompound().setTag("tileEntity", tileEntity);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue