mojira.dev

cblondeboy

Assigned

No issues.

Reported

MC-22826 Player names being replaced by their team name in chat Cannot Reproduce MC-19013 "[Usage] /scoreboard teams clear <name> " when clear not a command Duplicate

Comments

Got it. So this is an issue with the spawning of an item feature itself. It does allow for the item to be spawned in in that manner.

And that makes sense for the sethbling structure spawner v2 because if you go deep into the nbt tags, it does spawn an item entity (sandstone i believe, however i dont think that matters).

If someone could go through an isolate each variable, we would be able to tell what is actually making the issue, not that it is just the spawners.

For some reason, the issue fixed itself earlier today. If it happens again, I will do that.

I believe that this has something to do with the unintended properties that we are using with the spawners, in my case, the manipulation of the t variable may be the issue (using seth blings structure spawner v2). However, I do not understand the issue while using the item entity spawner.

Another update. I found this in the development console of the Snapshot Launcher while working on the same map in singleplayer.

Client> 2013-06-20 16:10:40 [SERVER] [INFO] Saving and pausing game...
Client> 2013-06-20 16:10:40 [SERVER] [INFO] Saving chunks for level 'horse'/Overworld
Client> 2013-06-20 16:10:40 [SERVER] [INFO] Saving chunks for level 'horse'/Nether
Client> 2013-06-20 16:10:40 [SERVER] [INFO] Saving chunks for level 'horse'/The End
Client> 2013-06-20 16:28:28 [SERVER] [SEVERE] Item entity 414787 has no item?!
Client> 2013-06-20 16:28:28 [SERVER] [SEVERE] Item entity 414787 has no item?!
Client> 2013-06-20 16:29:09 [SERVER] [SEVERE] Item entity 431425 has no item?!
Client> 2013-06-20 16:29:09 [SERVER] [SEVERE] Item entity 431425 has no item?!
Client> 2013-06-20 16:30:26 [SERVER] [INFO] Saving and pausing game...
Client> 2013-06-20 16:30:26 [SERVER] [INFO] Saving chunks for level 'horse'/Overworld
Client> 2013-06-20 16:30:26 [SERVER] [INFO] Saving chunks for level 'horse'/Nether
Client> 2013-06-20 16:30:26 [SERVER] [INFO] Saving chunks for level 'horse'/The End
Client> 2013-06-20 16:30:46 [SERVER] [SEVERE] Item entity 469124 has no item?!
Client> 2013-06-20 16:30:46 [SERVER] [SEVERE] Item entity 469124 has no item?!
Client> 2013-06-20 16:30:50 [SERVER] [SEVERE] Item entity 470705 has no item?!
Client> 2013-06-20 16:30:50 [SERVER] [SEVERE] Item entity 470705 has no item?!
Client> 2013-06-20 16:30:58 [SERVER] [SEVERE] Item entity 474005 has no item?!
Client> 2013-06-20 16:30:58 [SERVER] [SEVERE] Item entity 474005 has no item?!
Client> 2013-06-20 16:31:01 [SERVER] [SEVERE] Item entity 475254 has no item?!
Client> 2013-06-20 16:31:01 [SERVER] [SEVERE] Item entity 475254 has no item?!

It did not, however, noticeably lag the game like it did in multiplayer.

I looked a bit further into the issue. For each of the custom spawners in my world, it outputs the error message twice. The message also appears to be coming from both the spawner blocks and spawner minecarts.

The server.log file for 13w25b

Confirmed for Snapshot 13w25b

Bug Confirmed for Snapshot 13w24b

Snapshot 13w23b Server.log File

I can confirm this bug with the Snapshot 13w23b Server. My world has a couple custom spawners, which from all accounts seem to be causing the issue, and severely lags the server. However, there are no such issues playing the same world in SinglePlayer. The server.log is posted above.