Skip to content
Snippets Groups Projects
Commit 8deaef62 authored by Craig Robbins's avatar Craig Robbins
Browse files

Fixed description for caverealms:stone_with_moss

parent 843fddb7
No related branches found
No related tags found
No related merge requests found
......@@ -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},
}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment