
Malek's Infinity Gauntlet - Controlling Minecraft Reality
This modification gives you unlimited power over game content. Like Thanos' snap, you can completely remove from the game any items, blocks, ores, biomes, enchantments, recipes, and potions you don't need.
The mod works at a fundamental level - it prevents the registration of specified elements in the game registry from the very beginning, rather than simply removing them after addition. To start working, you need to run the game with the installed mod once to create the configuration file malekremoveregistries.txt.
In this file, you can add elements in the format modname:thingname. For example:
iceandfire:fire_dragon
iceandfire:ice_dragon
thermalfoundation:material
Such configuration will completely exclude from the game dragons from Ice and Fire, as well as all metals from Thermal Foundation. Thanks to the ore dictionary system, removing elements in most cases does not break recipe compatibility - even when removing Thermal Foundation metals, other mods like Immersive Engineering will continue to work correctly with the remaining metals through ore dictionary.
Main benefits of use:
- Reduced game loading time
- Decreased RAM consumption
- Reduced CPU load
- Increased FPS and overall performance
Especially useful for large modpacks where duplicate ores, ingots, items, and blocks are common. If elements use ore dictionary, their removal in 99% of cases does not cause compatibility issues, while significantly improving game performance.
Important warnings:
To implement functionality, the mod uses mixins technology, which may cause unpredictable behavior in some cases. Improper use (removing elements without prior testing) may lead to errors and even save file corruption.
Known incompatibilities are tracked in a publicly available document that can be edited by the community.