minecraft server init
This commit is contained in:
19
scripts/crafttweaker/oredict/metals.zs
Normal file
19
scripts/crafttweaker/oredict/metals.zs
Normal file
@ -0,0 +1,19 @@
|
||||
#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>);
|
Reference in New Issue
Block a user