I created an Advancement, and a Dialog command, but I did’nt saw they had a blank list or object in the JSON (example for the advancement : there was wrote “requirement: []
“)
but the command block doesn’t displayed the command in red like If the command was not wrong (but the command/advancement doesn’t worked)
when I removed the blank object/list, the advancement and the command were finally worked
Look in the Datapack file from comment by downloading it, and look at the 2 advancements that I created to see the only difference.
Steps to reproduce :
Download the Datapack fom comments
Put the Datapack file in the “datapack” folder in your world folder
Join your world or execute /
realod
command if you was already in your worldJust write in the chat “/advancement grant only test_blank_json:”
Look at the result
Observed result :
You see only the “test2” advancement showed by the interpolation but the “test” advancement isn’t showed after “/advancement grant only test_blank_json:”
Expected result :
You see the “test2” and “test” advancements showed by the interpolation after “/advancement grant only test_blank_json:”
Attachments
Comments 6
The Datapack to try the bug
Write in the chat (don’t send) :
/advancement grant @s only test_blank_json:
and you see “test2” is displayed, but not “test”
test.json just have “requirement: []”
flow_santohyj123 done, but I can't reproduce the bug with the dialog command anymore, I can't remember which command it was, but it was a specific object with only “{}”
We do not have enough information to reproduce this issue.
Please include the following information to help us understand your problem:
Steps to Reproduce:
(Explain what needs to be done for the issue to happen)
Observed Results:
(Briefly describe what happens)
Expected Results:
(Briefly describe what should happen)
Please also attach any needed commands, add-ons/behavior packs, data packs, resource packs, screenshots, videos, or worlds needed to help reproduce this issue.
Refer to the Bug Tracker Guidelines for more information about how to write helpful bug reports. Bug reports with insufficient information may be closed as Incomplete.
This issue is being temporarily resolved as Awaiting Response. Once the requested information has been delivered, the report will be reopened automatically.
Quick Links:
📓 Bug Tracker Guidelines -- 💬 Community Support -- 📧 Mojang Support (Technical Issues) -- 📧 Microsoft Support (Account Issues) -- 📓 Project Summary -- ✍️ Feedback and Suggestions -- 📖 Game Wiki
Can you attach your data pack/json file?