A new command in Canopy v1.4.0, particularly useful for the addon-makers out there! This command displays entity data using @minecraft/debug-utilities features. It works on any entity, including custom entities.
#/debugentity in Canopy
1 messages · Page 1 of 1 (latest)
this is honestly really interesting, wish it was a bit more accessible
I tried using debug text a while ago, but my game kept crashing, was i doing something wrong or does it not happen anymore?
How so?
I haven't experienced any crashes with it, but lmk if you do
probably referring to server-debug not being available on realms n such?
It used cause a lot of crashing
On release
Had to do with certain methods being used with the debug lines and text
@minecraft/debug-utilities Is really buggy and i've spotted out things like:
- debugText crashes the game
- the timeLeft property doesn't work, In my case, I tried debugLine
Ah yes timeleft just straight up makes the element not even spawn
yeah