[SPIGOT-6389] Cloning tile entity causes errors in console Created: 06/Mar/21 Updated: 07/Mar/21 Resolved: 07/Mar/21 |
|
Status: | Closed |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | novarlynx | Assignee: | Unassigned |
Resolution: | Duplicate | Votes: | 0 |
Labels: | Error, TileEntity, spigot |
Version: | This server is running CraftBukkit version 3013-Spigot-73fb609-0cd8f19 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT) |
Guidelines Read: | Yes |
Description |
If you use the clone command on a tile entity (for example a hopper), you see an output like this in the console: [00:35:26] [Server thread/ERROR]: Block at -8,246, 36, 1,554 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityHopper@3faed881. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover. Steps to reproduce: I found with testing that doing a simple clone command such as Also, you always get the error if you add the args "replace move" to the command: I found this earlier issue which is marked as Resolved but it seems to have returned. I also found this related commit from late 2019: Thank you, have a nice day. |
Comments |
Comment by Black Hole [ 07/Mar/21 ] |
This has the same root cause as SPIGOT-5367 |