From f08d05c0df78570961f1f987fa84f0d412b878a3 Mon Sep 17 00:00:00 2001 From: Pfannekuchen Date: Fri, 9 Dec 2022 22:05:44 +0100 Subject: [PATCH] Bump version --- LoTAS-Fabric/build.gradle | 2 +- LoTAS-Fabric/src/main/resources/fabric.mod.json | 2 +- LoTAS-Fabric/src/main/resources/lotas.mixin.json | 6 ++++-- LoTAS-Fabric/versions2/common.gradle | 2 +- LoTAS-Forge/build.gradle | 2 +- LoTAS-Forge/versions/common.gradle | 2 +- 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/LoTAS-Fabric/build.gradle b/LoTAS-Fabric/build.gradle index 3627aff8..5e297ccf 100644 --- a/LoTAS-Fabric/build.gradle +++ b/LoTAS-Fabric/build.gradle @@ -1,6 +1,6 @@ import groovy.json.JsonOutput -version = "2.0.5" +version = "2.1.0" group = "de.pfannekuchen.lotas" apply from: 'versions2/preprocessor.gradle' diff --git a/LoTAS-Fabric/src/main/resources/fabric.mod.json b/LoTAS-Fabric/src/main/resources/fabric.mod.json index ce0cadfe..f0e56968 100644 --- a/LoTAS-Fabric/src/main/resources/fabric.mod.json +++ b/LoTAS-Fabric/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "lotas", - "version": "2.0.5", + "version": "2.1.0", "name": "LoTAS", "description": "Low Optimization Tool Assisted Speedrun Mod", diff --git a/LoTAS-Fabric/src/main/resources/lotas.mixin.json b/LoTAS-Fabric/src/main/resources/lotas.mixin.json index 6a4bb304..b2a277a3 100644 --- a/LoTAS-Fabric/src/main/resources/lotas.mixin.json +++ b/LoTAS-Fabric/src/main/resources/lotas.mixin.json @@ -8,8 +8,10 @@ "accessors.AccessorDimensionTypes", "accessors.AccessorLevelStorage", "patches.MixinSheepPatch", - "patches.MixinInaccuracyPatch", - "patches.MixinLevelStorage" + //#if MC<11601 + "patches.MixinLevelStorage", + //#endif + "patches.MixinInaccuracyPatch" ], "client": [ "MixinMinecraftClient", diff --git a/LoTAS-Fabric/versions2/common.gradle b/LoTAS-Fabric/versions2/common.gradle index c7533817..243591c6 100644 --- a/LoTAS-Fabric/versions2/common.gradle +++ b/LoTAS-Fabric/versions2/common.gradle @@ -1,7 +1,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 -version = "2.0.5" +version = "2.1.0" group = "de.pfannekuchen.lotas" archivesBaseName = "lotas" diff --git a/LoTAS-Forge/build.gradle b/LoTAS-Forge/build.gradle index d101cd37..9b589e22 100644 --- a/LoTAS-Forge/build.gradle +++ b/LoTAS-Forge/build.gradle @@ -1,6 +1,6 @@ import groovy.json.JsonOutput -version = "2.0.5" +version = "2.1.0" group= "de.pfannekuchen.lotas" subprojects { diff --git a/LoTAS-Forge/versions/common.gradle b/LoTAS-Forge/versions/common.gradle index facbdfce..58830e24 100644 --- a/LoTAS-Forge/versions/common.gradle +++ b/LoTAS-Forge/versions/common.gradle @@ -15,7 +15,7 @@ apply plugin: 'org.spongepowered.mixin' sourceCompatibility = 1.8 targetCompatibility = 1.8 -version = "2.0.5" +version = "2.1.0" group= "de.pfannekuchen.lotas" archivesBaseName = "LoTAS"