updated lots of mods:

blox, bobblocks, homedecor, coloredwood, gloopblocks, moreblocks,
plasticbox, replacer, solidcolor, stained_glass, technic, unifiedbricks,
and unifieddyes (in most of these, it's to upgrade to the Unified Dyes
"extended" palette)
This commit is contained in:
Vanessa Ezekowitz
2017-02-26 11:11:19 -05:00
parent 7315a13c3a
commit 2b5664c000
44 changed files with 1043 additions and 646 deletions

View File

@@ -191,8 +191,7 @@ homedecor.register("beer_mug", {
z = pos.z + homedecor.fdir_to_fwd[fdir+1][2] }
minetest.add_item(pos_fwd, "vessels:drinking_glass 1")
end
minetest.item_eat(2)
itemstack:take_item()
minetest.do_item_eat(2, nil, itemstack, user, pointed_thing)
return itemstack
end
end