diff options
author | Calinou <calinou@opmbx.org> | 2015-01-11 22:21:01 +0100 |
---|---|---|
committer | Calinou <calinou@opmbx.org> | 2015-01-11 22:21:01 +0100 |
commit | cdedce3e8d78a414dedf6748eaa060238ad73485 (patch) | |
tree | e6f87d19bf0f609b68fed9855b89ec94e8bf6845 /mg.lua | |
parent | b9c8011b53db3ba54f0759f49b1633d228d21a5b (diff) |
Add licensing headers to all files.
Diffstat (limited to 'mg.lua')
-rw-r--r-- | mg.lua | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +--[[ +====================================================================== +This file is part of More Ores. + +Copyright (c) 2011-2015 Calinou and contributors. +Licensed under the zlib license. See LICENSE.md for more information. +====================================================================== +--]] + mg.register_ore({ name = "moreores:mineral_tin", wherein = "default:stone", |