mrkite / minutor

Mapping for Minecraft
http://seancode.com/minutor
BSD 2-Clause "Simplified" License
278 stars 52 forks source link

Search for blocks added by mods #363

Closed thewho333 closed 1 year ago

thewho333 commented 1 year ago

Versions

Problem

Sulution

EtlamGit commented 1 year ago

I will look into the button behavior.

To be able to search for modded Blocks (or do anything else with them), you have to add a definition file for that mod. Only Blocks in a definition file are known to Minutor, all others are just "unkown".

thewho333 commented 1 year ago

Can I add a definition file? Or would the source need to be edited?

No real problem for my use case though as I can configure the mod I'm configuring to use a vanilla block for testing instead.

EtlamGit commented 1 year ago

You have to create a definition file matching your mod. It is just a JSON file with all of your Blocks and has to be added in Minutor.

Explanation is here

EtlamGit commented 1 year ago

You should take vanilla_blocks.json as example and create a yourmod_blocks.json from that.