Mod note
The debug world is only for observing how all the blocks in all their possible states render, generally for testing resource packs. You're only supposed to be in spectator mode in the debug world.
So:
Take note of the 2000 entities, this is caused by me walking into and through (continuously) some golden pressure plates. I'm assuming this is relevant to a block update or something which is getting triggered, its thinking it should break the plate but it's being put back by the protection?
Not sure exactly, i'm sure you know what it is - but it's making a hell lot of entities drop as well as a horrific sound generally meaning crash and world has to be deleted.
Comments 21
Also happens when toggling some of the comparators (the ones that point at another comparator).
This happens because the block gets updated, notices that it shouldn't float in air, drops its item and gets immediately reset by the debug world. Then the new block gets updated on placement, causing an (almost) infinite loop. Sometimes you can break out of the loop, sometimes you can't.
A solution would be to automatically disable block drops in a debug world or not letting the player interact with any blocks (although accessing chests etc. would be useful when this is used for testing resource packs).
Also, Mojang already knows about that "bug":
"Added new world generator for debugging, useful for resourcepack makers (hold shift and cycle through “World Type” to select it. Spectator mode recommended, it may crash otherwise.)" (https://mojang.com/2014/06/minecraft-snapshot-14w26a/)
They updated that after I made this report. More precisely when they updated to 26b. I wrote this at 26a.
I'm bewildered by the fact this has been set to "Wont Fix" why wont they fix it?
It's a bug which caused several thousand entities, the fact its been echoed by multiple people and effects several people makes me think its worth fixing?
Invalid.
The debug world is only for observing how all the blocks in all their possible states render, generally for testing resource packs. You're only supposed to be in spectator mode in the debug world.
That the gamemode is not locked on spectator mode is noted here MC-60033.
16869 Entities in 5 seconds, New Record ! (MC-82492)
Seriously, this is NOT fixed.
You're only supposed to be in spectator mode in the debug world.
That the gamemode is not locked on spectator mode is noted here MC-60033.
Won't Fix
Bugs like this in the Debug World are not being tracked.
That's your own fault then.
Confirmed