-
Bug
-
Resolution: Fixed
-
Minecraft 17w13a, Minecraft 17w14a
-
Confirmed
The bug
Pressing F3 + T does not reload advancements but does reload loot tables despite them being both in the data folder of a world.
Note: This might affect recipes as well.
How to reproduce
- Open a world
- Create the following folder structure in the data folder of the world
- loot_tables
- custom
- test.json (attached file)
- custom
- loot_tables
- Create a chest with the loot table custom:test
/setblock ~ ~ ~ chest default replace {LootTable:"custom:test"}
- Open the chest
→ It contains a stone item - Change the test.json file (with a text editor) to give minecraft:dirt as loot
- Repeat steps 3 and 4
→ The chest contains still a stone item - Press F3 + T
- Repeat steps 3 and 4
→ The chest contains a dirt item - Create the following folder structure in the data folder of the world
- advancements
- custom
- root.json (attached file)
- custom
- advancements
- Press F3 + T
- Walk around
- Open the advancement view
→ You will not see the custom advancement (beacon icon) - Reopen the world
- Open the advancement view
→ Now you will see the custom advancement
- relates to
-
MC-116962 F3 + T still reloads loot tables and advancements despite the addition of the /reload command
- Resolved