mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
Update main.lua
This commit is contained in:
@@ -254,6 +254,7 @@ for i=1, #recipe_list, 1 do
|
||||
else
|
||||
item.normal.energy_required = recipe_multiplier[j] / 2
|
||||
end
|
||||
|
||||
elseif (item.expensive) ~= nil and (item.expensive ~= false) then
|
||||
for k, v in pairs(item.expensive.ingredients) do
|
||||
if (v[1] ~= nil) and (v[2] ~= nil) then
|
||||
|
||||
Reference in New Issue
Block a user