Changed NBTBlockUtils and other files countains removed method.
On 1.13.2 update, method getTileEntityAt in CraftWorld is removed and replaced with getTileEntity in WorldServer(which is handle of CraftWorld). So I created constructor and changed getTileEntity method on NBTBlockUtils for backward compatibility.
Changed NBTBlockUtils and other files countains removed method.
On 1.13.2 update, method getTileEntityAt in CraftWorld is removed and replaced with getTileEntity in WorldServer(which is handle of CraftWorld). So I created constructor and changed getTileEntity method on NBTBlockUtils for backward compatibility.