v0.0.1-alpha.8 - Implemented Minecraft Settings Tab.

Implemented minecraft settings tab.
Updated distro index documentation to reflext the file system overhaul.
This commit is contained in:
Daniel Scalzi
2018-06-04 16:28:17 -04:00
parent 0cc861f614
commit 790a3e0e8b
9 changed files with 328 additions and 46 deletions

View File

@@ -99,16 +99,16 @@ type = forgemod
id = com.westeroscraft:westerosblocks:1.0.0
extension = .jar
resolved_path = {base}/modstore/com/westeroscraft/westerosblocks/1.0.0/westerosblocks-1.0.0.jar
resolved_path = {commonDirectory}/modstore/com/westeroscraft/westerosblocks/1.0.0/westerosblocks-1.0.0.jar
```
The resolved path depends on the type. Currently, there are several recognized module types:
- `forge-hosted` ({base}/libraries/{path OR resolved})
- `library` ({base}/libraries/{path OR resolved})
- `forgemod` ({base}/modstore/{path OR resolved})
- `litemod` ({base}/modstore/{path OR resolved})
- `file` ({base}/{path OR resolved})
- `forge-hosted` ({commonDirectory}/libraries/{path OR resolved})
- `library` ({commonDirectory}/common/libraries/{path OR resolved})
- `forgemod` ({commonDirectory}/common/modstore/{path OR resolved})
- `litemod` ({commonDirectory}/common/modstore/{path OR resolved})
- `file` ({instanceDirectory}/{serverID}/{path OR resolved})
---
@@ -204,7 +204,7 @@ This module type is being actively considered and changed, until finalized there
### file
The module type `file` represents a generic file required by the client, another module, etc.
The module type `file` represents a generic file required by the client, another module, etc. These files are stored in the server's instance directory.
Ex.