Add starting equipment.
This commit is contained in:
parent
52d4311071
commit
5dba3b99ec
3 changed files with 19 additions and 3 deletions
|
@ -12,14 +12,13 @@ minetest.register_node("fun_caves:bark", newnode)
|
|||
newnode = fun_caves.clone_node("default:tree")
|
||||
newnode.description = "Giant Wood"
|
||||
newnode.tiles = {"fun_caves_tree.png"}
|
||||
newnode.groups.flammable = 1
|
||||
newnode.is_ground_content = false
|
||||
minetest.register_node("fun_caves:tree", newnode)
|
||||
|
||||
newnode = fun_caves.clone_node("fun_caves:tree")
|
||||
newnode.description = "Giant Wood With Mineral"
|
||||
newnode.tiles = {"fun_caves_tree.png^fun_caves_mineral_aquamarine.png"}
|
||||
-- This drop list is more complicated than it ought to be.
|
||||
-- The lua documentation is inaccurate.
|
||||
newnode.drop = {
|
||||
max_items = 1,
|
||||
items = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue