mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-12 21:08:43 +09:00
.
This commit is contained in:
@@ -436,7 +436,6 @@ local items = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
['tips_and_tricks_item'] = {
|
['tips_and_tricks_item'] = {
|
||||||
-- SPACE_AGE 0
|
|
||||||
'quality',
|
'quality',
|
||||||
'space-age',
|
'space-age',
|
||||||
'space-platform',
|
'space-platform',
|
||||||
|
|||||||
@@ -307,7 +307,8 @@ if items['recipe_reform'] then
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- GM-VP C 2 SPACE_AGE TIP_AND_TRICK
|
-- GM-VP H 4 QUALITY TIP_AND_TRICK
|
||||||
|
-- GM-VP H 16 SPACE_AGE TIP_AND_TRICK
|
||||||
if items['tips_and_tricks_item'] then
|
if items['tips_and_tricks_item'] then
|
||||||
for _, v in pairs(data.raw['tips-and-tricks-item']) do
|
for _, v in pairs(data.raw['tips-and-tricks-item']) do
|
||||||
if v.category and items['tips_and_tricks_item'][v.category] then
|
if v.category and items['tips_and_tricks_item'][v.category] then
|
||||||
|
|||||||
Reference in New Issue
Block a user