mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-22 19:03:43 +01:00
Clarify comment
This commit is contained in:
parent
fa1e330856
commit
4a85acec9a
6
init.lua
6
init.lua
@ -1434,9 +1434,9 @@ craftguide.add_search_filter("groups", function(item, groups)
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
--[[ As `core.get_craft_recipe` and `core.get_all_craft_recipes` do not
|
--[[ As `core.get_craft_recipe` and `core.get_all_craft_recipes` do not
|
||||||
return the replacements and toolrepair, we have to override
|
return the fuel, replacements and toolrepair recipes, we have to
|
||||||
`core.register_craft` and do some reverse engineering.
|
override `core.register_craft` and do some reverse engineering.
|
||||||
See engine's issues #4901 and #8920. ]]
|
See engine's issues #4901, #5745 and #8920. ]]
|
||||||
|
|
||||||
local old_register_craft = core.register_craft
|
local old_register_craft = core.register_craft
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user