Closed 2.5.0: Immersive Engineering Aluminum Nuggets not properly ore dictionary'd to Aluminum Nuggets.

lezchap

New Member
Jul 29, 2019
32
0
0
Version:
2.5.0

What is the bug:
Immersive Engineering's Aluminum Nuggets are not properly registered in the ore dictionary to Aluminum Nuggets. This makes it so they cannot be used in the Extra Utilities Pipes recipes added by MineTweaker, despite being obtainable through one of the major ore-processing methods in the pack.

On another note referencing Aluminum, the Aluminum Ingot from Ex Nihilo does not have a way to be turned into nuggets.

Mod & Version:


Paste.feed-the-beast.com log:


Can it be repeated:


Known Fix:
For the ore dictionary fix:
Add the following line to the "OreDict.zs" Minetweaker script in the scripts directory:

<ore:nuggetAluminium>.add(<ImmersiveEngineering:metal:23>);

For the Ex Nihilo Aluminum Ingot -> Nugget fix:
Add the following line to the "ShapelessRecipes.zs" Minetweaker script:

recipes.addShapeless(<ImmersiveEngineering:metal:23> * 9, [<exnihilo:exnihilo.aluminum_ingot>]);

THEN:
After saving the above changes in the correct scripts folder, run the "/mt reload" on your server/client or restart the game.