Last night's work
This commit is contained in:
parent
a260c4a33a
commit
1708e2d461
45 changed files with 1359 additions and 1347 deletions
10
mods/ITEMS/vox_main/sky_island.lua
Normal file
10
mods/ITEMS/vox_main/sky_island.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
-- ------------------------------ Sky Island ------------------------- --
|
||||
-- Cloud Block - Only pegasus can walk on it :)
|
||||
-- Players may stand on it, but sink partway through. If multiple blocks are
|
||||
-- stacked, you fall to the lowest block and still don't fall through.
|
||||
core.register_node("vox_main:cloud", {
|
||||
description = "Cloud",
|
||||
tiles = {"vox_cloud.png"},
|
||||
groups = {crumbly = 1}
|
||||
})
|
||||
core.register_alias("cloud", "vox_main:cloud")
|
Loading…
Add table
Add a link
Reference in a new issue