Fixed description for caverealms:stone_with_moss
This commit is contained in:
parent
843fddb7ba
commit
8deaef628a
4
init.lua
4
init.lua
@ -119,11 +119,11 @@ minetest.register_node("caverealms:glow_gem", {
|
||||
})
|
||||
--cave mossy cobble - bluish?
|
||||
minetest.register_node("caverealms:stone_with_moss", {
|
||||
description = "Cave Dirt with Grass",
|
||||
description = "Cave Stone with Moss",
|
||||
tiles = {"default_cobble.png^caverealms_moss.png", "default_cobble.png", "default_cobble.png^caverealms_moss_side.png"},
|
||||
is_ground_content = true,
|
||||
groups = {crumbly=3},
|
||||
drop = 'default:dirt',
|
||||
drop = 'default:cobblestone',
|
||||
sounds = default.node_sound_dirt_defaults({
|
||||
footstep = {name="default_grass_footstep", gain=0.25},
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user