is inspired by the idea of UniDict. Old versions of Minecraft used a system called the Ore Dictionary. Its purpose was to make the life of modders easier when adding new resources that might exist in other mods already. When used correctly, you could use resources from various mods in their recipes interchangeably. However, if you ever played a big modpack back in the days, you probably know that there were like 10 different ingots for each material because of many mods adding them. This often resulted in a lack of storage space because all these resources from the different mods didn’t stack. Additionally, some mods didn’t use the dictionary correctly for their recipes so a lot of the resources were useless. UniDict solved this issue by unifying the same resources from different mods so only one item for each resource was left and could be used for all recipes. So instead of having 10 different copper ingots, you will only have one which acts as the dominant universal copper ingot. A lot of time has passed since 1.12.2 and the Ore Dictionary is long gone. In today’s modded Minecraft, there is the tag system which acts quite similar to the Ore Dictionary. Still, they also don’t solve the problem of many similar resources from different mods. Almost Unified Mod (1.20.1, 1.19.4) tries to solve this by working in a similar fashion as UniDict did. Its goal is to have one dominant resource for each configured tag and make all recipes use this dominant entry.

Example:

  • Think about having two mods (modA and modB) that both add Silver Ore. Additionally, they both add Silver Ingots and respective recipes to obtain the ingot such as blasting or smelting the ore.
  • If one of those recipes doesn’t accept a tag as input, Almost Unify will change that. Furthermore, it will pick one of the Silver Ingots as the dominant item depending on the mod priority list inside the unify.json config. The dominant Silver Ingot will then be used as output for all recipes no matter the mod.
  • After the unification process, you will end up with some equal recipes. Almost Unified will merge them and change their namespace so it’s visible that the recipe was changed. In the end, you will have recipes that accept tags as inputs and only the dominant item as output. Duplicate recipes are gone.

Features:

  • The mod transforms existing recipes to have a unified resource list that players and packmakers can work with. It doesn’t add its own recipes, resources, ore generation or similar content.
  • Because there is a chance to have duplicate recipes when unifying, Almost Unified will take care of duplications and remove them.
  • Additionally, it hides all non-dominant entries from JEI/REI automatically.
  • The mod is fully reloadable. Configs are loaded every time the unification process starts which means they can be edited on the fly. To restart the process, just rejoin the world or use the /reload command.

Requires:

Minecraft Forge or Fabric API

How to install:

How To Download & Install Mods with Minecraft Forge

How To Download & Install Fabric Mods

Don’t miss out today’s latest Minecraft Mods

Almost Unified Mod (1.20.1, 1.19.4) Download Links

For Minecraft 1.18.2

Forge version: Download from Server 1Download from Server 2

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.19.2

Forge version: Download from Server 1Download from Server 2

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.19.3

Forge version: Download from Server 1

Fabric version: Download from Server 1

For Minecraft 1.19.4

Forge version: Download from Server 1Download from Server 2

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.20.1, 1.20

Forge version: Download from Server 1Download from Server 2

Fabric version: Download from Server 1Download from Server 2

Click to rate this post!
[Total: 1 Average: 3]