summaryrefslogtreecommitdiff
path: root/gloopblocks
diff options
context:
space:
mode:
Diffstat (limited to 'gloopblocks')
-rw-r--r--gloopblocks/init.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/gloopblocks/init.lua b/gloopblocks/init.lua
index 6e3406c..860602f 100644
--- a/gloopblocks/init.lua
+++ b/gloopblocks/init.lua
@@ -487,6 +487,14 @@ if minetest.get_modpath("moreblocks") then
sunlight_propagates = true,
})
+ stairsplus:register_all("gloopblocks", "gravel", "default:gravel", {
+ description = S("Gravel"),
+ tiles = {"default_gravel.png"},
+ groups = {crumbly = 2, falling_node = 1, not_in_creative_inventory=1},
+ sounds = default.node_sound_stone_defaults(),
+ sunlight_propagates = false,
+ })
+
if minetest.get_modpath("caverealms") then
stairsplus:register_all("caverealms", "glow_crystal", "caverealms:glow_crystal", {
description = S("Glow Crystal"),