Voxelis/mods/ITEMS/vox_core/sky_island.lua
2024-12-13 10:18:25 -08:00

10 lines
No EOL
443 B
Lua

-- ------------------------------ 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_core:cloud", {
description = "Cloud",
tiles = {"vox_cloud.png"},
groups = {crumbly = 1}
})
core.register_alias("cloud", "vox_core:cloud")