Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: Minecraft 17w18a, Minecraft 18w03b
-
Fix Version/s: 1.15.2
-
Labels:
-
Confirmation Status:Confirmed
-
Category:Resource Packs
-
Mojang Priority:Low
Description
Relates to MC-115148
The bug
The key combination F3 + T still reloads loot tables and advancements despite the fact that the /reload command was added in 17w18a.
It even runs the functions tagged in minecraft:load.
How to reproduce
Loot tables
- Open a world
- Create the following folder structure in the data folder of the world
- loot_tables
- custom
- test.json
(attached file)
- test.json
- 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
Advancements
- Open a world
- Create the following folder structure in the data folder of the world
- advancements
- custom
- root.json
(attached file)
- root.json
- custom
- advancements
- Walk around
- Open the advancement view
→ You will not see the custom advancement (beacon icon) - Press F3 + T
- Repeat steps 3 and 4
→ You will see the custom advancement