mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 05:46:22 +09:00
.
This commit is contained in:
@@ -38,9 +38,9 @@ if data.raw.technology['rocket-silo'] then
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- GM-VP C 1 BASE TOOL
|
-- GM-VP C 1 BASE TOOL
|
||||||
if data.raw.tool['space-science-pack'] then
|
if data.raw.item['space-science-pack'] then
|
||||||
data.raw.tool['space-science-pack'].rocket_launch_products = {{type = 'item', name = 'raw-fish', amount = 1}}
|
data.raw.item['space-science-pack'].rocket_launch_products = {{type = 'item', name = 'raw-fish', amount = 1}}
|
||||||
data.raw.tool['space-science-pack'].send_to_orbit_mode = 'automated'
|
data.raw.item['space-science-pack'].send_to_orbit_mode = 'automated'
|
||||||
end
|
end
|
||||||
|
|
||||||
-- GM-VP C 1 BASE ENTITY
|
-- GM-VP C 1 BASE ENTITY
|
||||||
|
|||||||
Reference in New Issue
Block a user