[2.0.76] Factoriopedia does not show Yield if item has a recipe

User avatar
Osmo
Filter Inserter
Filter Inserter
Posts: 294
Joined: Wed Oct 23, 2024 12:08 pm
Contact:

[2.0.76] Factoriopedia does not show Yield if item has a recipe

Post by Osmo »

Make a transport belt yield a different item:

Code: Select all

data.raw["transport-belt"]["transport-belt"].minable = {mining_time = 0.1, result = "copper-plate", count = 1}
Yield is not show in factoriopedia.
изображение.png
изображение.png (389.54 KiB) Viewed 365 times
Also remove the transport belt recipe:

Code: Select all

data.raw["recipe"]["transport-belt"] = nil
Yield is shown in factoriopedia.
изображение.png
изображение.png (361.84 KiB) Viewed 365 times
Marking the recipe as hidden also works.

This might be related to viewtopic.php?t=128676 and already fixed in 2.1, but it is different, so i don't know.
Attachments
factorio-current.log
(14 KiB) Downloaded 20 times
Bilka
Factorio Staff
Factorio Staff
Posts: 3760
Joined: Sat Aug 13, 2016 9:20 am
Contact:

Re: [2.0.76] Factoriopedia does not show Yield if item has a recipe

Post by Bilka »

Thanks for the report, fixed for 2.1.
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.
Post Reply

Return to “Fixed for 2.1”