jmc2obj / j-mc-2-obj

Java-based Minecraft-to-OBJ exporter.
http://www.jmc2obj.net
352 stars 59 forks source link

No Steve entity texture? #210

Closed Macintosh-Fan closed 1 year ago

Macintosh-Fan commented 1 year ago
ERROR: Couldn't export texture minecraft:entity/steve
java.io.FileNotFoundException: Couldn't find assets/minecraft/textures/entity/steve.png in current resource packs
    at org.jmc.util.ResourcePackIO.loadResource(ResourcePackIO.java:71)
    at org.jmc.util.ResourcePackIO.loadResourceAsStream(ResourcePackIO.java:43)
    at org.jmc.util.ResourcePackIO.loadImage(ResourcePackIO.java:26)
    at org.jmc.registry.TextureEntry.getImage(TextureEntry.java:109)
    at org.jmc.TextureExporter.exportTextures(TextureExporter.java:159)
    at org.jmc.ObjExporter.export(ObjExporter.java:382)
    at org.jmc.gui.ExportWindow$8$1$1.run(ExportWindow.java:748)
    at java.base/java.lang.Thread.run(Thread.java:1589)
mmdanggg2 commented 1 year ago

Not sure why that's happening, steve.png should be there in a 1.19 minecraft image

Macintosh-Fan commented 1 year ago

Maybe for more context, but the world was originally a 1.12.2 world, just like in #209, but I opened it in 1.19.3 and used the Chunk-Pregenerator, but it might not be working properly. Anyways, I'll close the issue as it's likely just a bit of a corrupted world.