[1.16.5Forge] Async Locator works wrong with explorer map
GoldenTotem opened this issue ยท 1 comments
Minecraft 1.16.5 Forge 36.2.35 Modernfix 5.9.2
- Get a explorer map
1.1 Use loot table function "minecraft:exploration_map" to a map. I have made a very simple datapack which contain a mansion
explorer map Test.zip
1.2 Install the datapack and /reload
1.3 Use command /loot give @s loot aaa:b - The map will be broken and always "working"
- If you use /setblock ~ ~ ~ chest{LootTable:"aaa:b"} , map will be generated correctly in the chest, but if you break the chest before generating the loot table, map will still get broken.
I have seen #241 and 10, maybe these two are the same problem. But it still occurs in the latest version, I just want to know whether the problem is truly fixed and which version fix the problem. If the problem is not fixed, what can I do now. :)
It sounds like the same bug as upstream Async Locator: thebrightspark/AsyncLocator#10, which has not been fixed.
As a workaround, you can disable this patch by adding mixin.perf.async_locator=false
to config/modernfix-mixins.properties
.