Add cloud layers. Add teleporter graphics.
This commit is contained in:
parent
ac2096246e
commit
b5d48307cb
7 changed files with 72 additions and 2 deletions
6
deco_clouds.lua
Normal file
6
deco_clouds.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
local newnode = fun_caves.clone_node("default:dirt")
|
||||
newnode.description = "Cloud"
|
||||
newnode.tiles = {'fun_caves_storm_cloud.png'}
|
||||
newnode.sunlight_propagates = true
|
||||
minetest.register_node("fun_caves:cloud", newnode)
|
Loading…
Add table
Add a link
Reference in a new issue