1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-29 07:50:35 +02:00

Update ingredients.lua

This commit is contained in:
Ombridride 2015-03-03 00:23:02 +01:00
parent 3a9f112a0f
commit 05c84ee9c5

View File

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