Add 4 Minecraft material groups

So they can be used by the noteblock
This commit is contained in:
Wuzzy 2017-03-11 05:34:58 +01:00
parent 620eb34f9e
commit 549f541877
23 changed files with 143 additions and 131 deletions

View file

@ -11,7 +11,7 @@ minetest.register_node("mobs:spawner", {
paramtype = "light",
walkable = true,
description = S("Monster Spawner"),
groups = {pickaxey=1, not_in_creative_inventory = 1},
groups = {pickaxey=1, not_in_creative_inventory = 1, material_stone=1},
drop = "",
on_construct = function(pos)