Skip to content

Commit

Permalink
cleanup/compat
Browse files Browse the repository at this point in the history
  • Loading branch information
NatureFreshMilk committed Apr 15, 2019
1 parent 5fbcc5f commit 93a2413
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
17 changes: 0 additions & 17 deletions air.lua

This file was deleted.

2 changes: 2 additions & 0 deletions compat.lua
@@ -0,0 +1,2 @@

minetest.register_alias("vacuum:air", "air")
2 changes: 1 addition & 1 deletion init.lua
Expand Up @@ -9,7 +9,7 @@ local MP = minetest.get_modpath("vacuum")

dofile(MP.."/common.lua")
dofile(MP.."/vacuum.lua")
dofile(MP.."/air.lua")
dofile(MP.."/compat.lua")
dofile(MP.."/airbottle.lua")
dofile(MP.."/airpump.lua")
dofile(MP.."/mapgen.lua")
Expand Down

0 comments on commit 93a2413

Please sign in to comment.