Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.io.IOException: Unable to parse material acacia_button #3

Open
othello777 opened this issue Mar 9, 2022 · 0 comments
Open

java.io.IOException: Unable to parse material acacia_button #3

othello777 opened this issue Mar 9, 2022 · 0 comments

Comments

@othello777
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant