Add files via upload

This commit is contained in:
loosewheel
2022-08-09 19:50:22 +10:00
committed by GitHub
parent 156b47f8b9
commit fcf6b7b6ff
7 changed files with 1625 additions and 2 deletions

View File

@@ -439,4 +439,13 @@ end
local crafting_mods = dofile (minetest.get_modpath ("lwcomponents").."/crafting_mods.lua")
function utils.get_crafting_mods (item)
return crafting_mods[item]
end
--