Handle tile entity lookup in 1.20.5
This commit is contained in:
parent
e086930133
commit
1d6346b580
18 changed files with 39 additions and 38 deletions
|
|
@ -354,7 +354,7 @@ public class BukkitVersionHelperSpigot118_2 extends BukkitVersionHelper {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Object readTileEntityNBT(Object te) {
|
||||
public Object readTileEntityNBT(Object te, org.bukkit.World w) {
|
||||
TileEntity tileent = (TileEntity) te;
|
||||
NBTTagCompound nbt = tileent.n();
|
||||
return nbt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue