diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-09-21 08:59:24 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-09-21 08:59:24 +0100 |
commit | 4c2965a5248f60c07a73685813517ea4f8692233 (patch) | |
tree | 5e92894756d14c972d5ab38f31067df8271f191e | |
parent | 2d5f459d026cccfe394e9580f2ed9d81afe60f37 (diff) |
fix donut recipe
-rw-r--r-- | donut.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ minetest.register_craft({ output = "farming:donut 3", recipe = { {'', 'farming:wheat', ''}, - {'farming:wheat', '', 'farming:wheat'}, + {'farming:wheat', 'farming:sugar', 'farming:wheat'}, {'', 'farming:wheat', ''}, } }) |