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

Post your bugs and problems so we can fix them.
User avatar
Osmo
Filter Inserter
Filter Inserter
Posts: 291
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 169 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 169 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 15 times
Post Reply

Return to “Bug Reports”