diff --git a/build.properties b/build.properties index dd71a23..01ac042 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -VERSION=1.6.0 +VERSION=1.6.1 MINECRAFT_VERSION=1.18.2 FORGE_VERSION=40.0.19 MAPPINGS_CHANNEL=official diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 6bebd70..8568c9a 100755 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -1,5 +1,5 @@ modLoader="javafml" #mandatory -loaderVersion="[40,)" #mandatory +loaderVersion="[38,)" #mandatory license="All rights reserved" [[mods]] #mandatory @@ -44,14 +44,14 @@ description='''A small mod that adds unique textures to every Enchanted Book in [[dependencies.nebs]] #optional modId="forge" #mandatory mandatory=true #mandatory - versionRange="[40,)" #mandatory + versionRange="[38,)" #mandatory ordering="NONE" side="CLIENT" [[dependencies.nebs]] modId="minecraft" mandatory=true - versionRange="[1.18.2,1.19)" + versionRange="[1.18,1.19)" ordering="NONE" side="BOTH"