Skip to content

Commit

Permalink
Maintenance: Remove depends.txt and error on old MT versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallJoker committed Jun 14, 2022
1 parent 5beb84b commit 167ab93
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 39 deletions.
4 changes: 0 additions & 4 deletions concrete/depends.txt

This file was deleted.

9 changes: 0 additions & 9 deletions extranodes/depends.txt

This file was deleted.

6 changes: 5 additions & 1 deletion technic/init.lua
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 {}
Expand Down
7 changes: 0 additions & 7 deletions technic_chests/depends.txt

This file was deleted.

3 changes: 0 additions & 3 deletions technic_cnc/depends.txt

This file was deleted.

9 changes: 0 additions & 9 deletions technic_worldgen/depends.txt

This file was deleted.

6 changes: 0 additions & 6 deletions wrench/depends.txt

This file was deleted.

0 comments on commit 167ab93

Please sign in to comment.