Bottles for the vessel shelf
Give moon_glass a description
This commit is contained in:
parent
9193317ca6
commit
67266afceb
2 changed files with 3 additions and 2 deletions
|
@ -32,7 +32,7 @@ for _, desc in pairs(descs) do
|
|||
paramtype = "light",
|
||||
tiles = {'fun_caves_liquid_'..name..'.png'},
|
||||
inventory_image = 'fun_caves_liquid_'..name..'.png',
|
||||
groups = {dig_immediate = 3},
|
||||
groups = {dig_immediate = 3, vessel = 1},
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
on_use = function(itemstack, user, pointed_thing)
|
||||
armor(user, value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue