1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-14 11:50:18 +02:00

Minor tweaks

This commit is contained in:
kilbith
2015-05-23 15:14:47 +02:00
parent 493e74ab42
commit 5ffce841a6
4 changed files with 6 additions and 5 deletions

View File

@ -590,7 +590,8 @@ homedecor.register("beer_mug", {
groups = { snappy=3, oddly_breakable_by_hand=3 },
walkable = false,
sounds = default.node_sound_glass_defaults(),
selection_box = beer_cbox
selection_box = beer_cbox,
on_use = minetest.item_eat(2)
})
homedecor.register("tool_cabinet", {