forked from minetest-mods/technic
put marble block into group marble=1
This commit is contained in:
parent
1615681e89
commit
4cf1e63adb
@ -58,7 +58,7 @@ minetest.register_node( ":technic:marble", {
|
||||
description = S("Marble"),
|
||||
tiles = { "technic_marble.png" },
|
||||
is_ground_content = true,
|
||||
groups = {cracky=3},
|
||||
groups = {cracky=3, marble=1},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user