diff --git a/.init.lua.kate-swp b/.init.lua.kate-swp deleted file mode 100644 index 4b32449..0000000 Binary files a/.init.lua.kate-swp and /dev/null differ diff --git a/init.lua b/init.lua index 6271bf2..bf2d0b4 100644 --- a/init.lua +++ b/init.lua @@ -357,7 +357,7 @@ minetest.register_node("nether:glowstone", { minetest.register_node("nether:brick", { description = "Nether Brick", tiles = {"nether_brick.png"}, - groups = {cracky=2}, + groups = {cracky=2,level=2}, sounds = default.node_sound_stone_defaults(), }) @@ -388,3 +388,4 @@ replace("default:dirt", "nether:sand") replace("default:sand", "nether:sand") replace("default:cobble", "nether:brick") replace("default:mossycobble", "nether:brick") +replace("stairs:stair_cobble", "nether:brick")