add gravel to table saw
This commit is contained in:
parent
3c131c3d32
commit
8e867d869d
8
init.lua
8
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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user