forked from minetest-mods/moreblocks
Add licensing headers to all files, fix intllib global variable warnings.
This commit is contained in:
10
crafting.lua
10
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",
|
||||
})
|
||||
|
Reference in New Issue
Block a user