Massive rework of creative inventory categories

This commit is contained in:
Wuzzy 2017-01-20 04:54:09 +01:00
parent 1275af7903
commit dd1fa65f9e
41 changed files with 278 additions and 202 deletions

View file

@ -14,7 +14,7 @@ minetest.register_node("vessels:glass_bottle", {
type = "fixed",
fixed = {-0.25, -0.5, -0.25, 0.25, 0.4, 0.25}
},
groups = {vessel=1,dig_immediate=3,attached_node=1},
groups = {vessel=1,dig_immediate=3,attached_node=1,brewitem=1},
sounds = default.node_sound_glass_defaults(),
})