mirror of
https://github.com/minetest-mods/nether.git
synced 2024-12-27 19:30:28 +01:00
Add level=2 to brick
This commit is contained in:
parent
1456ca9af5
commit
3c3be9b32c
Binary file not shown.
3
init.lua
3
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")
|
||||
|
Loading…
Reference in New Issue
Block a user