Add initial random elixir ingredients.

This commit is contained in:
Duane 2016-07-11 11:54:31 -05:00
parent a5906f635b
commit eb6b544926
5 changed files with 163 additions and 1 deletions

View file

@ -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"