1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-10-03 18:00:29 +02:00
This commit is contained in:
crabman77 2015-03-03 00:34:06 +01:00
commit 7ac196ded0

View File

@ -13,7 +13,7 @@ food.module("wheat", function()
groups = {food_wheat=1} groups = {food_wheat=1}
}) })
food.craft({ food.craft({
output = "food:potato", output = "farming:wheat",
recipe = { recipe = {
{"farming:wheat"} {"farming:wheat"}
}, },