graphics and balance changes
This commit is contained in:
parent
20879f7d46
commit
8aa10ffd83
43 changed files with 237 additions and 228 deletions
|
@ -26,7 +26,7 @@ end
|
|||
function gr_white_hole_recipe_generator()
|
||||
local items = data.raw.item
|
||||
for i,v in pairs(items) do
|
||||
if data.raw.item[i].stack_size > 1 then
|
||||
if tonumber(data.raw.item[i].stack_size) > 1 then
|
||||
gr_make_white_hole_recipe(data.raw.item[i].name)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue