Skip to content

Commit

Permalink
Craft System: ability to know recipe while `minetest.get_craft_result…
Browse files Browse the repository at this point in the history
…()`. Relates to #1852
  • Loading branch information
alek13 committed Dec 17, 2024
1 parent 0acbebe commit dd72d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/lord/Core/builtin/src/craft/method.lua
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ function minetest.get_craft_result(input)
output.time = recipe.time
end

return output, new_input
return output, new_input, recipe
end
end
end
Expand Down

0 comments on commit dd72d56

Please sign in to comment.