Skip to content

Commit

Permalink
Merge pull request #2 from AntumMT/no_ilights
Browse files Browse the repository at this point in the history
Do not use 'ilights'
  • Loading branch information
DonBatman committed Jul 15, 2017
2 parents 437fc0c + fef9fec commit 0d734b7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 155 deletions.
1 change: 0 additions & 1 deletion depends.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ilights?
default
xpanes
wool
Expand Down
148 changes: 0 additions & 148 deletions ilights.lua

This file was deleted.

6 changes: 0 additions & 6 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,3 @@ dofile(minetest.get_modpath("mylights").."/machine_bulbs.lua")
dofile(minetest.get_modpath("mylights").."/machine_cubes.lua")
dofile(minetest.get_modpath("mylights").."/aliases.lua")
print ("mylights loaded")

if minetest.get_modpath("ilights") then
dofile(minetest.get_modpath("mylights").."/ilights.lua")
return
end

0 comments on commit 0d734b7

Please sign in to comment.