jmc2obj / j-mc-2-obj

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

Missing multiple different blocks for no reason? #239

Open Cartrigger opened 4 months ago

Cartrigger commented 4 months ago

Multiple blocks are missing and are not placed in the OBJ.


ERROR: Couldn't find blockstate minecraft:potted_mangrove_propagule in any resource pack!
ERROR: Couldn't find blockstate minecraft:large_amethyst_bud in any resource pack!
ERROR: Couldn't find blockstate minecraft:mangrove_stairs in any resource pack!
ERROR: Couldn't find blockstate minecraft:cave_vines in any resource pack!
ERROR: Couldn't find blockstate minecraft:cave_vines_plant in any resource pack!
ERROR: Couldn't find blockstate minecraft:decorated_pot in any resource pack!
ERROR: Couldn't find blockstate minecraft:potted_azalea_bush in any resource pack!
ERROR: Couldn't find blockstate minecraft:potted_flowering_azalea_bush in any resource pack!
ERROR: Couldn't find blockstate minecraft:potted_torchflower in any resource pack!
ERROR: Couldn't find blockstate minecraft:water_cauldron in any resource pack!
mmdanggg2 commented 4 months ago

Do you have the latest version of minecraft installed in your .minecraft directory? If you go into your settings, uncheck Use latest minecraft version found and then check it back on, then look in your console it should tell you what version of minecraft it has found: image

Cartrigger commented 2 months ago

I do not use the official minecraft launcher

mmdanggg2 commented 2 months ago

Then you need to add the minecraft .jar file, wherever your launcher saves it, as a resource pack.

Cartrigger commented 2 months ago

It doesn't error, but it doesn't actually have it in the model after getting the jar

mmdanggg2 commented 1 month ago

If you enable the show debug option in the console log, what output is shown when you open and export the map?