The bug
commands.json in generated data reports does not include redirect paths to the root node. This causes external tools depending on generated commands.json not to get proper information for command nodes.
How to reproduce
Download
server.jarRun
java -cp server.jar net.minecraft.data.Main --reportsOpen
./generated/reports/commands.jsonSearch with
"run"→ ❌ The noderunin/execute rundoes not have"redirect"property although it actually redirects to the root node.... "run": { "type": "literal" }, ...... "run": { "type": "literal" }, ...
Affected commands
execute run ...return run ...
Comments 0
No comments.