forked from minetest-mods/technic
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maintenance: Remove depends.txt and error on old MT versions
- Loading branch information
1 parent
5beb84b
commit 167ab93
Showing
7 changed files
with
5 additions
and
39 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
-- Minetest 0.4.7 mod: technic | ||
-- namespace: technic | ||
-- (c) 2012-2013 by RealBadAngel <[email protected]> | ||
|
||
if not minetest.get_translator then | ||
error("[technic] Your Minetest version is no longer supported." | ||
.. " (version < 5.0.0)") | ||
end | ||
|
||
local load_start = os.clock() | ||
|
||
technic = rawget(_G, "technic") or {} | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.