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:
2
init.lua
2
init.lua
@ -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),
|
||||
|
Reference in New Issue
Block a user