From 0310ef436235d78d8532259c08236bde0fb3d9e3 Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Mon, 29 Aug 2016 20:11:49 -0700 Subject: [PATCH] [antum_overrides] Undo previous commit. --- mods/antum/overrides/aliases.lua | 27 --------------------------- mods/antum/overrides/init.lua | 1 - 2 files changed, 28 deletions(-) delete mode 100644 mods/antum/overrides/aliases.lua diff --git a/mods/antum/overrides/aliases.lua b/mods/antum/overrides/aliases.lua deleted file mode 100644 index 5615cd59..00000000 --- a/mods/antum/overrides/aliases.lua +++ /dev/null @@ -1,27 +0,0 @@ ---[[ 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. - ---]] - - diff --git a/mods/antum/overrides/init.lua b/mods/antum/overrides/init.lua index d9eb01cd..d404a543 100644 --- a/mods/antum/overrides/init.lua +++ b/mods/antum/overrides/init.lua @@ -30,4 +30,3 @@ antum.overrides.modpath = minetest.get_modpath(antum.overrides.modname) dofile(antum.overrides.modpath .. "/crafting.lua") dofile(antum.overrides.modpath .. "/items.lua") -dofile(antum.overrides.modpath .. "/aliases.lua")