From c2a3e0b202f77126bcdb5dd7a5bd033eb795e837 Mon Sep 17 00:00:00 2001 From: SwanX1 Date: Fri, 8 Apr 2022 07:06:35 +0300 Subject: [PATCH] Set compatible with 1.18 - 1.18.2 (previously only 1.18.2) --- build.properties | 2 +- src/main/resources/META-INF/mods.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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"