From 1fd2c34e9a01b072e540612f7aec04c1775995d8 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Sat, 22 Sep 2018 20:52:55 -0400 Subject: update gloopblocks and travelnet --- gloopblocks/init.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gloopblocks') 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"), -- cgit v1.2.3