Page 1 of 1

[0.16.18] Problems with displaying "made in" items

Posted: Tue Jan 30, 2018 7:41 pm
by _npo6ka_
I installed several mods and when I hover over the recipe I saw the following:
IMG
full screen

Re: [0.16.18] Problems with displaying "made in" items

Posted: Tue Jan 30, 2018 7:44 pm
by posila
Please attach your mods folder.

Re: [0.16.18] Problems with displaying "made in" items

Posted: Tue Jan 30, 2018 8:01 pm
by Bilka
This is reproducible by pasting the following code into data-updates in a mod (I used the base game), opening a sandbox game, researching all techs and hovering over the kovarex enrichment process in the inventory.

Code: Select all

require ("util")

for i=1,20 do
  local item = util.table.deepcopy(data.raw["item"].centrifuge)
  item.name = "centrifuge" .. i
  item.place_result = "centrifuge" .. i
  local machine = util.table.deepcopy(data.raw["assembling-machine"].centrifuge)
  machine.name = "centrifuge" .. i
  data:extend({machine, item})
end
Image

Re: [0.16.18] Problems with displaying "made in" items

Posted: Tue Jan 30, 2018 8:32 pm
by Rseding91
Thanks for the report. It's now fixed for the next version of 0.16.