diff options
Diffstat (limited to 'crafting.lua')
-rw-r--r-- | crafting.lua | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/crafting.lua b/crafting.lua index d8a006d..3d3964b 100644 --- a/crafting.lua +++ b/crafting.lua @@ -1,4 +1,11 @@ --- Crafting +--[[ +====================================================================== +This file is part of More Blocks. + +Copyright (c) 2011-2015 Calinou and contributors. +Licensed under the zlib license. See LICENSE.md for more information. +====================================================================== +--]] minetest.register_craft({ output = "default:stick", @@ -448,7 +455,6 @@ minetest.register_craft({ } }) - minetest.register_craft({ type = "cooking", output = "moreblocks:tar", recipe = "default:gravel", }) |