Clarify comment

This commit is contained in:
Jean-Patrick Guerrero 2020-07-16 02:36:04 +02:00
parent fa1e330856
commit 4a85acec9a
1 changed files with 3 additions and 3 deletions

View File

@ -1434,9 +1434,9 @@ craftguide.add_search_filter("groups", function(item, groups)
end)
--[[ As `core.get_craft_recipe` and `core.get_all_craft_recipes` do not
return the replacements and toolrepair, we have to override
`core.register_craft` and do some reverse engineering.
See engine's issues #4901 and #8920. ]]
return the fuel, replacements and toolrepair recipes, we have to
override `core.register_craft` and do some reverse engineering.
See engine's issues #4901, #5745 and #8920. ]]
local old_register_craft = core.register_craft