diff --git a/README.md b/README.md new file mode 100644 index 0000000..4b81c4e --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file diff --git a/build.gradle b/build.gradle index 35916d8..adc1fbd 100644 --- a/build.gradle +++ b/build.gradle @@ -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" }