Files
2025-07-23 08:37:00 +03:00

20 lines
714 B
Plaintext

#priority 2600
/*
SevTech: Ages OreDict Metals Script.
Note: These scripts are created and for the usage in SevTech: Ages and other
modpacks curated by DarkPacks. You can use these scripts for reference and for
learning but not for copying and pasting and claiming as your own.
*/
<ore:ingotTamahagane>.remove(<primal:tamahagane_ingot:0>);
<ore:nuggetSoulium>.remove(<mysticalagriculture:crafting:45>);
<ore:nuggetInsanium>.remove(<mysticalagradditions:insanium:3>);
// Add to oredict so it can be removed
<ore:gearCompressedIron>.add(<pneumaticcraft:compressed_iron_gear:0>);
// Remove Primal Metals (We don't need them and they'll cause confusion)
<ore:nuggetPlatinum>.remove(<primal:platinum_nugget>);