BlueMap-Minecraft / BlueMap

A Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer.
https://bluecolo.red/bluemap
MIT License
1.87k stars 129 forks source link

Modern Industrialization does not render #190

Closed Shalar closed 3 years ago

Shalar commented 3 years ago

BlueMap Version: Full version including the target, e.g. 1.0.0-fabric-1.16.1 BlueMap-1.4.2-fabric-1.16.4

I am using:

Description: Describe the bug in full detail, including a way to reproduce it. Sometimes a full log of your server-startup or a crash-report can be of much help! Dropping Modern Industrialization into the resource packs folder does not let it render the ores generated by it (and possibly other blocks.)

Does Bluemap need individual blockstate json, and model json for blocks? Looking through the jar I do not see these, like in the other mods. If this is the case is there a way to have Bluemap dump them from the client, ala DynmapBlockScan?

(I am loving this mapping mod by the way. I never realized I wanted a 3D map until I saw this; now I don't want any other map.)

TBlueF commented 3 years ago

Hey,

so i don't know how Modern Industrialization handles it's blocks, but BlueMap needs (as you said) the blockstate and model json's .. MI is not providing them, so bluemap can't render the blocks.

I don't know if dumping the models from the client would be possible in this case, anyways i sadly don't have the time to make a tool that does that ^^' Generally speaking: I won't focus on supporting specific mods/plugins with bluemap, but rather try to create the tools and possibilities for others to create such integrations :)

Theoretically anyone can already develop a tool that generates the missing models, or even easier: just create a resource-pack with the missing blockstate.json's and model.json's for that mod manually :) So this is the way to go here!

Glad you like the map! <3