[README.md] Mod list added.
This commit is contained in:
parent
dea2fe32e9
commit
ae236b76be
42
.gitmodules
vendored
42
.gitmodules
vendored
@ -1,36 +1,30 @@
|
|||||||
# [submodule "mods/wtdn"]
|
[submodule "mods/connected_chests"]
|
||||||
# path = mods/wtdn
|
path = mods/connected_chests
|
||||||
# url = git@github.com:Quent42340/wtdn.git
|
url = https://github.com/HybridDog/connected_chests.git
|
||||||
[submodule "mods/minetest_game"]
|
[submodule "mods/elepower"]
|
||||||
path = mods/minetest_game
|
path = mods/elepower
|
||||||
url = https://github.com/minetest/minetest_game
|
url = https://gitlab.icynet.eu/evert/elepower.git
|
||||||
|
[submodule "mods/fluid_lib"]
|
||||||
|
path = mods/fluid_lib
|
||||||
|
url = https://gitlab.icynet.eu/evert/fluid_lib.git
|
||||||
[submodule "mods/fromscratch"]
|
[submodule "mods/fromscratch"]
|
||||||
path = mods/fromscratch
|
path = mods/fromscratch
|
||||||
url = https://github.com/Quent42340/FromScratch.git
|
url = https://github.com/Quent42340/FromScratch.git
|
||||||
|
[submodule "mods/item_drop"]
|
||||||
|
path = mods/item_drop
|
||||||
|
url = https://github.com/Quent42340/item_drop.git
|
||||||
|
[submodule "mods/melterns"]
|
||||||
|
path = mods/melterns
|
||||||
|
url = https://gitlab.icynet.eu/evert/melterns.git
|
||||||
[submodule "mods/quest_lib"]
|
[submodule "mods/quest_lib"]
|
||||||
path = mods/quest_lib
|
path = mods/quest_lib
|
||||||
url = https://github.com/Quent42340/quest_lib.git
|
url = https://github.com/Quent42340/quest_lib.git
|
||||||
[submodule "mods/sky_islands"]
|
[submodule "mods/sky_islands"]
|
||||||
path = mods/sky_islands
|
path = mods/sky_islands
|
||||||
url = https://github.com/Quent42340/sky_islands.git
|
url = https://github.com/Quent42340/sky_islands.git
|
||||||
[submodule "mods/item_drop"]
|
|
||||||
path = mods/item_drop
|
|
||||||
url = https://github.com/Quent42340/item_drop.git
|
|
||||||
[submodule "mods/unified_inventory"]
|
|
||||||
path = mods/unified_inventory
|
|
||||||
url = https://github.com/minetest-mods/unified_inventory.git
|
|
||||||
[submodule "mods/fluid_lib"]
|
|
||||||
path = mods/fluid_lib
|
|
||||||
url = https://gitlab.icynet.eu/evert/fluid_lib.git
|
|
||||||
[submodule "mods/elepower"]
|
|
||||||
path = mods/elepower
|
|
||||||
url = https://gitlab.icynet.eu/evert/elepower.git
|
|
||||||
[submodule "mods/melterns"]
|
|
||||||
path = mods/melterns
|
|
||||||
url = https://gitlab.icynet.eu/evert/melterns.git
|
|
||||||
[submodule "mods/storage_interface"]
|
[submodule "mods/storage_interface"]
|
||||||
path = mods/storage_interface
|
path = mods/storage_interface
|
||||||
url = https://github.com/cx384/storage_interface.git
|
url = https://github.com/cx384/storage_interface.git
|
||||||
[submodule "mods/connected_chests"]
|
[submodule "mods/unified_inventory"]
|
||||||
path = mods/connected_chests
|
path = mods/unified_inventory
|
||||||
url = https://github.com/HybridDog/connected_chests.git
|
url = https://github.com/minetest-mods/unified_inventory.git
|
||||||
|
24
README.md
24
README.md
@ -13,3 +13,27 @@ This Minetest game is heavily inspirated by FeedTheBeast SkyFactory.
|
|||||||
`git clone --recursive git@github.com:Quent42340/SkyFactory.git`
|
`git clone --recursive git@github.com:Quent42340/SkyFactory.git`
|
||||||
(Needed for submodules)
|
(Needed for submodules)
|
||||||
|
|
||||||
|
## Mod list
|
||||||
|
|
||||||
|
- [bonemeal](https://notabug.org/TenPlus1/bonemeal) (local)
|
||||||
|
- [connected_chests](https://github.com/HybridDog/connected_chests)
|
||||||
|
- [elepower](https://gitlab.icynet.eu/evert/elepower)
|
||||||
|
- [facade](https://github.com/TumeniNodes/facade) (local)
|
||||||
|
- [farming](https://notabug.org/TenPlus1/Farming) (local)
|
||||||
|
- [fluid_lib](https://gitlab.icynet.eu/evert/fluid_lib)
|
||||||
|
- [fromscratch](https://github.com/Quent42340/FromScratch)
|
||||||
|
- [hopper](https://github.com/minetest-mods/hopper) (local)
|
||||||
|
- [intllib](https://github.com/minetest-mods/intllib) (local)
|
||||||
|
- [item_drop](https://github.com/Quent42340/item_drop)
|
||||||
|
- [melterns](https://gitlab.icynet.eu/evert/melterns)
|
||||||
|
- [minetest_game](https://github.com/minetest/minetest_game) (local)
|
||||||
|
- [moreblocks](https://github.com/minetest-mods/moreblocks) (local)
|
||||||
|
- [mydoors](https://github.com/minetest-mods/mydoors) (local)
|
||||||
|
- [protector](https://github.com/Zeg9/minetest-protect) (local)
|
||||||
|
- [quest_lib](https://github.com/Quent42340/quest_lib)
|
||||||
|
- skyfactory_quests (local mod)
|
||||||
|
- [sky_islands](https://github.com/Quent42340/sky_islands)
|
||||||
|
- [storage_interface](https://github.com/cx384/storage_interface)
|
||||||
|
- [unified_inventory](https://github.com/minetest-mods/unified_inventory)
|
||||||
|
- [witt](https://github.com/MightyAlex200/WiTT) (has some local changes)
|
||||||
|
|
||||||
|
7
TODO
7
TODO
@ -1,11 +1,6 @@
|
|||||||
TODO
|
TODO
|
||||||
|
|
||||||
# SkyFactory 0.2.0a
|
# SkyFactory 0.2.2a
|
||||||
|
|
||||||
• DONE: Release `FromScratch 0.3.0a`
|
|
||||||
• DONE: Fix blockers in `skyblock`
|
|
||||||
|
|
||||||
# SkyFactory 0.2.1a
|
|
||||||
|
|
||||||
• TODO: Add more quest pages for `elepower` and `melterns`
|
• TODO: Add more quest pages for `elepower` and `melterns`
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit a5d8a2717a1e82712bb7ddcca9044e2ee6fe90c2
|
Subproject commit c36fc61dc0b01744da46f3ba13e59a30ab9fbb63
|
Loading…
x
Reference in New Issue
Block a user