Update globals.lua
IR tech names are different in IR2.
This commit is contained in:
+6
-6
@@ -20,30 +20,30 @@ return {
|
|||||||
},
|
},
|
||||||
["iron-display-small"] = {
|
["iron-display-small"] = {
|
||||||
ingredients = {{"iron-plate",1}},
|
ingredients = {{"iron-plate",1}},
|
||||||
IR_unlock = "deadlock-iron-age",
|
IR_unlock = "ir2-iron-milestone",
|
||||||
},
|
},
|
||||||
["iron-display-medium"] = {
|
["iron-display-medium"] = {
|
||||||
ingredients = {{"iron-plate",4}},
|
ingredients = {{"iron-plate",4}},
|
||||||
IR_unlock = "deadlock-iron-age",
|
IR_unlock = "ir2-iron-milestone",
|
||||||
},
|
},
|
||||||
["iron-display"] = {
|
["iron-display"] = {
|
||||||
ingredients = {{"iron-plate",9}},
|
ingredients = {{"iron-plate",9}},
|
||||||
IR_unlock = "deadlock-iron-age",
|
IR_unlock = "ir2-iron-milestone",
|
||||||
},
|
},
|
||||||
["steel-display-small"] = {
|
["steel-display-small"] = {
|
||||||
ingredients = {{"steel-plate",1}},
|
ingredients = {{"steel-plate",1}},
|
||||||
unlock = "steel-processing",
|
unlock = "steel-processing",
|
||||||
IR_unlock = "deadlock-steel-age",
|
IR_unlock = "ir2-steel-milestone",
|
||||||
},
|
},
|
||||||
["steel-display-medium"] = {
|
["steel-display-medium"] = {
|
||||||
ingredients = {{"steel-plate",4}},
|
ingredients = {{"steel-plate",4}},
|
||||||
unlock = "steel-processing",
|
unlock = "steel-processing",
|
||||||
IR_unlock = "deadlock-steel-age",
|
IR_unlock = "ir2-steel-milestone",
|
||||||
},
|
},
|
||||||
["steel-display"] = {
|
["steel-display"] = {
|
||||||
ingredients = {{"steel-plate",9}},
|
ingredients = {{"steel-plate",9}},
|
||||||
unlock = "steel-processing",
|
unlock = "steel-processing",
|
||||||
IR_unlock = "deadlock-steel-age",
|
IR_unlock = "ir2-steel-milestonee",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
sizes = {
|
sizes = {
|
||||||
|
|||||||
Reference in New Issue
Block a user