1
0
mirror of https://github.com/rubenwardy/food.git synced 2025-07-08 02:30:22 +02:00

Bugs and Vessel Support

Corrected bugs notified by wowiamdiamonds added vessels support
This commit is contained in:
Rubenwardy
2012-09-10 18:54:04 +01:00
parent e0391e6ecb
commit cf48b7dbad
4 changed files with 67 additions and 17 deletions

View File

@ -58,7 +58,7 @@ minetest.register_craft({
})
----------------------------Cigerete----------------------------
minetest.register_node(":food:cigarette", {
minetest.register_node("food:cigarette", {
description = "Cigarette",
inventory_image = "food_cigar.png",
on_use = minetest.item_eat(-4),