diff options
author | rubenwardy <anjayward@gmail.com> | 2014-04-08 19:44:58 +0100 |
---|---|---|
committer | rubenwardy <anjayward@gmail.com> | 2014-04-08 19:44:58 +0100 |
commit | 11175d025ff392c5e56e1413eeb2bd6f57f3789f (patch) | |
tree | 8fdf30f659bcee6babe586f0babec212eb1fec76 | |
parent | a91d869b49ef77814aa58ce5c59d4559bee40a5d (diff) |
Update init.lua
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -299,7 +299,7 @@ end) if minetest.get_modpath("animalmaterials") then minetest.register_craft({ type = "cooking", - output = "group:food_meat", + output = "food:meat", recipe = "group:food_meat_raw", cooktime = 30 }) |