WanionCane / UniDict

a mod about unifying all the things.
https://www.curseforge.com/minecraft/mc-mods/unidict
Mozilla Public License 2.0
39 stars 16 forks source link

Blocks of Charcoal #169

Closed xJon closed 4 years ago

xJon commented 4 years ago

Is there any chance this mod could also unify blocks of charcoal? It'd prove useful as many mods add their own version, and automating the removal of excess versions is great for modpacks.

WanionCane commented 4 years ago

it is possible, check UniDict.cfg

xJon commented 4 years ago

@WanionCane Would it be added here?

    # Here you can put a list to custom unify them.
    # must be in this format "ResourceName:kind1|kind2|...". [default: [Obsidian:dustTiny|dust], [Stone:dust], [Obsidian:dust|dustSmall], [Coal:dust|dustSmall], [Sulfur:dust|dustSmall], [Salt:dust]]
    S:customUnifiedResources <
        Obsidian:dustTiny|dust
        Stone:dust
        Obsidian:dust|dustSmall
        Coal:dust|dustSmall
        Sulfur:dust|dustSmall
     >

I'm sorry but I can't tell for sure where to add it.

WanionCane commented 4 years ago

it should look like this:

Coal:dust|dustSmall|block

xJon commented 4 years ago

Thank you :)