Streamline abms.
This commit is contained in:
parent
942d6c6a9c
commit
65a6df1e44
17 changed files with 374 additions and 344 deletions
|
@ -1,3 +1,9 @@
|
|||
-- dirt, cave
|
||||
local newnode = fun_caves.clone_node("default:dirt")
|
||||
newnode.drop = "default:dirt"
|
||||
newnode.groups.soil = 0
|
||||
minetest.register_node("fun_caves:dirt", newnode)
|
||||
|
||||
-- dungeon floor, basic
|
||||
local newnode = fun_caves.clone_node("default:stone")
|
||||
newnode.description = "Dungeon Stone"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue