Add initial random elixir ingredients.
This commit is contained in:
parent
a5906f635b
commit
eb6b544926
5 changed files with 163 additions and 1 deletions
|
@ -14,6 +14,7 @@ function minetest.is_protected(pos, name)
|
|||
return old_is_protected(pos, name)
|
||||
end
|
||||
|
||||
|
||||
-- dirt, cave
|
||||
local newnode = fun_caves.clone_node("default:dirt")
|
||||
newnode.drop = "default:dirt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue