1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-28 22:36:45 +02:00

add vessel group

This commit is contained in:
TenPlus1
2019-01-30 09:11:05 +00:00
parent 0d3faf53e7
commit 5a5c896f5a
3 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@ minetest.register_craftitem("farming:smoothie_raspberry", {
description = S("Raspberry Smoothie"),
inventory_image = "farming_raspberry_smoothie.png",
on_use = minetest.item_eat(2, "vessels:drinking_glass"),
groups = {vessel = 1},
})
minetest.register_craft({