chunky-dev / chunky

A path tracer to create realistic images of your Minecraft worlds.
https://chunky-dev.github.io/docs
GNU General Public License v3.0
643 stars 76 forks source link

Support mod blocks #88

Open llbit opened 11 years ago

llbit commented 11 years ago

Add support for mod blocks. Mod blocks could be implemented similarly to entities.

Related issue: #20

abonander commented 11 years ago

The link doesn't go anywhere.

How difficult would it be to extract the geometry and textures for mod blocks out of mod ZIPs, considering the fact that they're obfuscated to match each Minecraft version? Do modloaders eliminate the obfuscation requirement?

Or would the mod authors be required to include some sort of descriptor file for each block to enable Chunky support?

Dushess commented 6 years ago

Currently devs of MCEdit performing that task. You can ask them something... If it not abandoned yet.

Zhou-Shilin commented 6 months ago

The link doesn't go anywhere.

How difficult would it be to extract the geometry and textures for mod blocks out of mod ZIPs, considering the fact that they're obfuscated to match each Minecraft version? Do modloaders eliminate the obfuscation requirement?

Or would the mod authors be required to include some sort of descriptor file for each block to enable Chunky support?

As a non-developer, I don't think it's very difficult, at least BlueMap does. A012BE85-D925-4787-A2BA-27DD6067EF89 A6995974-5D19-4DF7-A5A0-54FDA9CAC38B

@leMaik Where are we on this..?