Minecraft's legacy world converter doesn't convert cooked fish, because the string ID in the conversion code is incorrect. It should be `minecraft:cooked_fish` but is actually `minecraft:cooked_fished`
Minecraft's legacy world converter doesn't convert cooked fish, because the string ID in the conversion code is incorrect. It should be `minecraft:cooked_fish` but is actually `minecraft:cooked_fished`
Caused by the fix of MC-45087.