You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to render a world in 1.18.1 throws this exception. When I tried rendering the 1.18 world with the 1.13.2 textures it threw other errors.
Loading biome colors...
Loading textures...
~/.minecraft/versions/1.18.1/1.18.1.jar
Exception in thread "main" java.io.IOException: Unable to parse material acacia_button
at me.ferrybig.java.minecraft.overview.mapper.textures.TextureParser.readAll(TextureParser.java:422)
at me.ferrybig.java.minecraft.overview.mapper.textures.TextureParser.readAllPaths(TextureParser.java:297)
at me.ferrybig.java.minecraft.overview.mapper.Main.parse(Main.java:262)
at me.ferrybig.java.minecraft.overview.mapper.Main.main(Main.java:287)
Caused by: java.io.FileNotFoundException: assets/minecraft/models/minecraft:block/acacia_button.json
at me.ferrybig.java.minecraft.overview.mapper.textures.io.FileLoader.loadPath(FileLoader.java:70)
at me.ferrybig.java.minecraft.overview.mapper.textures.TextureParser.readTextFromZipList(TextureParser.java:79)
at me.ferrybig.java.minecraft.overview.mapper.textures.TextureParser.readModel(TextureParser.java:137)
at me.ferrybig.java.minecraft.overview.mapper.textures.TextureParser.readModelPart(TextureParser.java:261)
at me.ferrybig.java.minecraft.overview.mapper.textures.TextureParser.readModelParts(TextureParser.java:248)
at me.ferrybig.java.minecraft.overview.mapper.textures.TextureParser.readAll(TextureParser.java:388)
... 3 more
The text was updated successfully, but these errors were encountered:
Trying to render a world in 1.18.1 throws this exception. When I tried rendering the 1.18 world with the 1.13.2 textures it threw other errors.
The text was updated successfully, but these errors were encountered: