mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-31 04:11:39 +09:00
.
This commit is contained in:
@@ -216,6 +216,7 @@ if settings.startup['PHI-RS'].value then
|
|||||||
end
|
end
|
||||||
|
|
||||||
item.name = items['recipe'][i].name .. '-s' .. j
|
item.name = items['recipe'][i].name .. '-s' .. j
|
||||||
|
item.hide_from_player_crafting = true
|
||||||
|
|
||||||
data:extend({item})
|
data:extend({item})
|
||||||
table.insert(data.raw.technology[items['recipe'][i].tech].effects, {type='unlock-recipe', recipe=item.name})
|
table.insert(data.raw.technology[items['recipe'][i].tech].effects, {type='unlock-recipe', recipe=item.name})
|
||||||
|
|||||||
Reference in New Issue
Block a user