add {drink=1} group to drinks

This commit is contained in:
TenPlus1
2020-06-30 20:06:11 +01:00
parent 03d14b2b39
commit 3911e56659
5 changed files with 5 additions and 5 deletions

View File

@@ -242,7 +242,7 @@ minetest.register_craft({
minetest.register_craftitem("farming:cactus_juice", {
description = S("Cactus Juice"),
inventory_image = "farming_cactus_juice.png",
groups = {vessel = 1},
groups = {vessel = 1, drink = 1},
on_use = function(itemstack, user, pointed_thing)
if user then
if math.random(1, 5) == 1 then