NBTExplorer - Entity being Ticked

h0gtitties

New Member
Jul 29, 2019
42
0
0
Hey All, sorry if this is not the right location to post this question, it seemed like the most appropriate location at the time.

Anyway, one of my players placed a LaserPlus and it immediately crashed the world. The error log reports a Ticking tile entity. Only the chunk appears to be wrong or more likely I don't understand it correctly. Was hoping someone could help steer me in the right direction.

Server: Monster 1.0.1

Here is the error detail: Full error here

-- Tile entity being ticked --
Details:
Name: LaserPlus // org.yogpstop.qp.TileLaser
Block type: ID #1323 (tile.LaserPlus // org.yogpstop.qp.BlockLaser)
Block data value: 2 / 0x2 / 0b0010
Block location: World: (106,76,-401), Chunk: (at 10,4,15 in 6,-26; contains blocks 96,0,-416 to 111,255,-401), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Actual block type: ID #1323 (tile.LaserPlus // org.yogpstop.qp.BlockLaser)
Actual block data value: 2 / 0x2 / 0b0010

So I opened the world in NBTExplorer went to region 0,-1 but there was no chunk 6,-26. There was a 6,26 but it contained 0 TileEntities. So now I am scratching my head and not sure what else I should look for. Any help would be appreciated.

Thanks!
 

JamiePhonic

New Member
Jul 29, 2019
404
0
0
you'll need to use MCEdit to change the block at 106,76,-401 to stone or another vanilla block
if you dont know what MCEdit is or how to use it, i can do it for you (provided your world isn't HUGE!)
 

h0gtitties

New Member
Jul 29, 2019
42
0
0
Thanks for the tip Jamie, That did the trick! It's been forever since I used MCEdit but I managed to get it fixed. Thank you x1000