1
0
mirror of https://github.com/rubenwardy/food.git synced 2025-01-09 16:10:17 +01:00

Update init.lua

This commit is contained in:
Zaraki98 2013-09-03 21:43:05 +02:00
parent f56d315d25
commit 8c22b2cc27

View File

@ -1,5 +1,6 @@
-- RUBENFOOD MOD
-- A mod written by rubenwardy that adds
-- A mod written by rubenwardy and helped
-- by Zaraki98 that adds
-- food to the minetest game
-- =====================================
-- >> rubenfood/init.lua
@ -109,7 +110,7 @@ minetest.register_craftitem("food:cigarette", {
})
minetest.register_craft({
output = '"food:cigarette" 1',
output = "food:cigarette",
recipe = {
{'"default:dry_shrub"','"default:dry_shrub"','"default:dry_shrub"'},