Skip to content
Relentless edited this page Mar 3, 2024 · 11 revisions

This page covers the most frequently asked questions about the mod.

Do you add custom resources or recipes?

No. We do not add any custom resources. The mod only modifies existing recipes.

Is the ore generation unified?

No, but you can easily modify the drops of all ores. Read more about this here.

Are liquids unified?

Not yet™️. The mod is currently in beta and we try to improve mod support before working on liquids. More about that here.

Is mod XY compatible?

Usually, all mods using JSON recipes are compatible if they are not using very special property names for their JSONs. In that case, we need to add support for them.

If a mod is not using JSON recipes, there is nothing we can do. But those mods usually have configs to alter the recipes. However, if you feel like we are missing support for a mod that should have it, reach out to us on our Discord or use the issue tracker.

For a list of known mods that are incompatible or mods that require special treatment to work correctly, check out this page.

Is the unification reloadable?

Yes. The unification process happens when recipes are loaded which means when entering the world or when you run the reload command.

The configs are also reloadable because they are read before each unification process.

How do I know if something was unified?

Every recipe Almost Unified changes has a little icon attached to it when you look it up in JEI or REI.

Additionally, you can enable dumps to see all changes that happened in the unification process. Read this page for more information.

Where do I find mod IDs for the config?

When you are in the game, you can activate advanced tooltips by pressing F3 + H. If you then hover over the item in your inventory, the tooltip will show you the item ID.

The part before the : is the mod ID.

How to unify resources with different tags?

Resources are unified by the list of tags inside the unify.json config. Different materials need to have the configured tag in common to get unified. Since the unification process runs after tags are resolved, you can easily edit tags with a mod like KubeJS to allow unification of other resources.

How to choose the dominant mod?

The dominant mod is chosen by the modPriorities list in the unify.json config. The priority goes from top to bottom which means the highest mod in the list gets the highest priority.

When a dominant item can't be retrieved from the mod with the highest priority, the next mod in the list will be chosen. This continues all the way to the bottom.

Unlisted mods automatically have the lowest priority.

Will unified items become useless?

No. The mod was built with the idea in mind to also support existing worlds.

Recipe inputs will be unified to always use tags when possible so you are still able to use the non-dominant items for crafting but there should be no way to obtain them anymore.

Can you disable the indicator icon in recipe viewers?

Short answer: no
Long answer