mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-20 17:20:31 +01:00
Merge branch 'master' of http://github.com/Ombridride/minetest-minetestforfun-server
This commit is contained in:
commit
7ac196ded0
@ -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"}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user