move ingot replacements to oredict.zs
This commit is contained in:
parent
265e5e1248
commit
612075eb49
@ -1,10 +1,6 @@
|
|||||||
import crafttweaker.item.IItemStack;
|
import crafttweaker.item.IItemStack;
|
||||||
|
|
||||||
val toRemove = [
|
val toRemove = [
|
||||||
<projectred-core:resource_item:100>, //Copper Ingot
|
|
||||||
<projectred-core:resource_item:101>, //Tin Ingot
|
|
||||||
<projectred-core:resource_item:102>, //Silver Ingot
|
|
||||||
<projectred-core:resource_item:103>, //Red Alloy Ingot
|
|
||||||
<projectred-core:resource_item:104>, //Electrotine Alloy Ingot
|
<projectred-core:resource_item:104>, //Electrotine Alloy Ingot
|
||||||
<projectred-core:resource_item:105>, //Electrotine
|
<projectred-core:resource_item:105>, //Electrotine
|
||||||
<projectred-core:resource_item:200>, //Ruby
|
<projectred-core:resource_item:200>, //Ruby
|
||||||
|
@ -580,6 +580,7 @@ var ingotsDisabled as IItemStack[][IOreDictEntry] = {
|
|||||||
<ore:ingotCopper> : [
|
<ore:ingotCopper> : [
|
||||||
<libvulpes:productingot:4>,
|
<libvulpes:productingot:4>,
|
||||||
<thermalfoundation:material:128>,
|
<thermalfoundation:material:128>,
|
||||||
|
<projectred-core:resource_item:100>
|
||||||
// <forestry:ingot_copper>
|
// <forestry:ingot_copper>
|
||||||
],
|
],
|
||||||
|
|
||||||
@ -695,7 +696,8 @@ var ingotsDisabled as IItemStack[][IOreDictEntry] = {
|
|||||||
|
|
||||||
#ingotRedstoneAlloy
|
#ingotRedstoneAlloy
|
||||||
<ore:ingotRedstoneAlloy> : [
|
<ore:ingotRedstoneAlloy> : [
|
||||||
<enderio:item_alloy_ingot:3>
|
<enderio:item_alloy_ingot:3>,
|
||||||
|
<projectred-core:resource_item:103>
|
||||||
],
|
],
|
||||||
|
|
||||||
#ingotSignalum
|
#ingotSignalum
|
||||||
@ -712,6 +714,7 @@ var ingotsDisabled as IItemStack[][IOreDictEntry] = {
|
|||||||
<ore:ingotTin> : [
|
<ore:ingotTin> : [
|
||||||
<libvulpes:productingot:5>,
|
<libvulpes:productingot:5>,
|
||||||
<thermalfoundation:material:129>,
|
<thermalfoundation:material:129>,
|
||||||
|
<projectred-core:resource_item:101>
|
||||||
// <forestry:ingot_tin>
|
// <forestry:ingot_tin>
|
||||||
],
|
],
|
||||||
|
|
||||||
@ -728,7 +731,8 @@ var ingotsDisabled as IItemStack[][IOreDictEntry] = {
|
|||||||
#ingotSilver
|
#ingotSilver
|
||||||
<ore:ingotSilver> : [
|
<ore:ingotSilver> : [
|
||||||
<thermalfoundation:material:130>,
|
<thermalfoundation:material:130>,
|
||||||
<nuclearcraft:ingot:13>
|
<nuclearcraft:ingot:13>,
|
||||||
|
<projectred-core:resource_item:102>
|
||||||
],
|
],
|
||||||
|
|
||||||
#ingotSilicon
|
#ingotSilicon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user