Skip to content

Commit

Permalink
Use git submodules for mods
Browse files Browse the repository at this point in the history
Conflicts:
	mods/digilines
	mods/digilines/digilines/wire_std.lua
	mods/digilines/digilines_lcd/init.lua
	mods/digilines/digilines_lightsensor/init.lua
	mods/digilines/digilines_rtc/init.lua
  • Loading branch information
ShadowNinja committed Jul 18, 2013
1 parent 3330339 commit fbfa1e7
Show file tree
Hide file tree
Showing 1,591 changed files with 40 additions and 100,329 deletions.
27 changes: 27 additions & 0 deletions .gitmodules
@@ -0,0 +1,27 @@
[submodule "mods/technic"]
path = mods/technic
url = https://github.com/RealBadAngel/technic.git
[submodule "mods/digilines"]
path = mods/digilines
url = https://github.com/Jeija/minetest-mod-digilines.git
[submodule "mods/mesecons"]
path = mods/mesecons
url = https://github.com/Jeija/minetest-mod-mesecons.git
[submodule "mods/moretrees"]
path = mods/moretrees
url = https://github.com/VanessaE/moretrees.git
[submodule "mods/pipeworks"]
path = mods/pipeworks
url = https://github.com/VanessaE/pipeworks.git
[submodule "mods/plantlife"]
path = mods/plantlife
url = https://github.com/VanessaE/plantlife.git
[submodule "mods/moreblocks"]
path = mods/moreblocks
url = https://github.com/Calinou/moreblocks
[submodule "mods/moreores"]
path = mods/moreores
url = https://github.com/Calinou/moreores
[submodule "mods/forth_computer"]
path = mods/forth_computer
url = https://github.com/Novatux/forth_computer.git
1 change: 0 additions & 1 deletion mods/concrete/depends.txt

This file was deleted.

0 comments on commit fbfa1e7

Please sign in to comment.