put marble block into group marble=1

This commit is contained in:
Vanessa Ezekowitz 2015-04-18 17:11:52 -04:00
parent 1615681e89
commit 4cf1e63adb
1 changed files with 1 additions and 1 deletions

View File

@ -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(),
})