Add README from modrinth

This commit is contained in:
Johannes Frohnmeyer 2022-03-13 16:50:18 +01:00
parent f410664a0e
commit 6aee1e4e39
Signed by: Johannes
GPG Key ID: E76429612C2929F4
2 changed files with 9 additions and 1 deletions

8
README.md Normal file
View File

@ -0,0 +1,8 @@
DynRes uses an integrated web server to serve a resourcepack directly from the server directory.
It also modifies the server to specify that pack as the default (overwrites resource-pack and resource-pack-sha1 in server.properties).
You can configure the port for the web server, the file to host and whether to provide a hash in the config.
To use this mod on your server you need to place your resource pack in the configured place (default: server/resources.zip)
and change baseLink in the config to your public address (what players will enter)
This mod is only required on your server. If added to a client the only thing it will do is log some information about server connections

View File

@ -8,5 +8,5 @@ dependencies {
include("io.gitlab.jfronny.libjf:libjf-unsafe-v0:${project.jfapi_version}")
include("io.gitlab.jfronny.libjf:libjf-base:${project.jfapi_version}")
modImplementation "com.terraformersmc:modmenu:3.0.1"
modImplementation "com.terraformersmc:modmenu:3.1.0"
}