Create "antum" mod & initialize global "antum".

master
AntumDeluge 2016-08-29 13:54:11 -07:00
parent 3522f29147
commit ca985a2f53
2 changed files with 32 additions and 1 deletions

View File

@ -13,7 +13,8 @@ The following mods are also included:
* [adv_spawning][] ([???](mods/adv_spawning/README.txt))
* [animalmaterials (modpack)][animalmaterials] (CC-BY-SA / CC0)
* antum/
* overrides (MIT)
* [antum][] ([MIT][antum lic])
* overrides ([MIT][antum lic])
* [awards][] ([LGPL](mods/awards/LICENSE.txt))
* buildings/
* barn ([mobf_core modpack][mobf]) ([CC-BY-SA](doc/modpacks/mobf_core/License.txt))
@ -142,6 +143,8 @@ The following mods are also included:
[ambience_ultralite]: https://forum.minetest.net/viewtopic.php?p=151166#p151166
[animalmaterials]: https://github.com/sapier/animalmaterials
[animals_modpack]: https://forum.minetest.net/viewtopic.php?t=629
[antum]: mods/antum/antum
[antum lic]: mods/antum/LICENSE.txt
[areas]: https://forum.minetest.net/viewtopic.php?t=7239
[awards]: https://forum.minetest.net/viewtopic.php?t=4870
[away]: https://forum.minetest.net/viewtopic.php?t=1211

28
mods/antum/antum/init.lua Normal file
View File

@ -0,0 +1,28 @@
--[[ LICENSE HEADER
The MIT License (MIT)
Copyright © 2016 Jordan Irwin
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--]]
antum = {}