Fix build

This commit is contained in:
drcrazy 2018-09-25 02:47:46 +03:00
parent f7ecfd0574
commit f2d8891bd5
2 changed files with 4 additions and 4 deletions

View file

@ -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);