From 1f9bf98d0a80560e8a9d88b1ccf638f186a6a54c Mon Sep 17 00:00:00 2001 From: JFronny Date: Fri, 25 Mar 2022 19:25:02 +0100 Subject: [PATCH] Update LibJF, fixes #5 --- README.md | 2 +- gradle.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b81c4e..1dd74de 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -DynRes uses an integrated web server to serve a resourcepack directly from the server directory. +DynRes uses an integrated web server to serve a resource pack 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. diff --git a/gradle.properties b/gradle.properties index 3433c20..a16f76d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,12 +1,12 @@ # check these on https://fabricmc.net/develop/ minecraft_version=1.18.2 -yarn_mappings=build.1 +yarn_mappings=build.2 loader_version=0.13.3 maven_group=io.gitlab.jfronny archives_base_name=dynres -fabric_version=0.47.8+1.18.2 -jfapi_version=2.5.0 +fabric_version=0.48.0+1.18.2 +jfapi_version=2.6.0 modrinth_id=v3lfX2LD modrinth_optional_dependencies=mOgUt4GM