[2.0.76] Factoriopedia does not show Yield if item has a recipe
Posted: Thu May 07, 2026 1:17 pm
Make a transport belt yield a different item:
Yield is not show in factoriopedia.
Also remove the transport belt recipe:
Yield is shown in factoriopedia.
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.
Code: Select all
data.raw["transport-belt"]["transport-belt"].minable = {mining_time = 0.1, result = "copper-plate", count = 1}Code: Select all
data.raw["recipe"]["transport-belt"] = nilThis might be related to viewtopic.php?t=128676 and already fixed in 2.1, but it is different, so i don't know.