Add level=2 to brick

This commit is contained in:
PilzAdam 2013-04-30 00:18:07 +02:00
parent 1456ca9af5
commit 3c3be9b32c
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -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")