mirror of
https://github.com/Ezhh/abriglass.git
synced 2024-11-27 17:23:47 +01:00
Call crafting recipes
This commit is contained in:
parent
cb9a286bfd
commit
a2097b588a
5
init.lua
5
init.lua
@ -188,3 +188,8 @@ minetest.register_node("abriglass:hidden_light", {
|
|||||||
light_source = 7,
|
light_source = 7,
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
local modpath = minetest.get_modpath(minetest.get_current_modname())
|
||||||
|
dofile(modpath.."/crafting.lua")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user