forked from VoxeLibre/VoxeLibre
init give function
This commit is contained in:
parent
aa0c7bd2cf
commit
e69365f44d
|
@ -3,6 +3,9 @@ local S = minetest.get_translator("mcl_cauldron")
|
|||
mcl_cauldrons = {}
|
||||
-- Cauldron mod, adds cauldrons.
|
||||
|
||||
local function give_item(user, itemstack)
|
||||
end
|
||||
|
||||
-- Convenience function because the cauldron nodeboxes are very similar
|
||||
local create_cauldron_nodebox = function(water_level)
|
||||
local floor_y
|
||||
|
|
Loading…
Reference in New Issue