From 54d912ca40341a5911737cb005126e93883109d5 Mon Sep 17 00:00:00 2001 From: Zero Date: Tue, 30 Mar 2021 10:00:38 -0400 Subject: [PATCH] Fix: mixin was set to only work in SP --- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- src/main/resources/trampledisablerfabric.mixins.json | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3a8d96f..e37c14c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.11.0 # Mod Properties - mod_version = 1.0.0 + mod_version = 1.0.1 maven_group = net.fabricmc archives_base_name = trample-disabler diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a480025..46089dd 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "trampledisablerfabric", - "version": "1.0.0", + "version": "1.0.1", "name": "Trample Disabler", "description": "Disables farmland trampling", diff --git a/src/main/resources/trampledisablerfabric.mixins.json b/src/main/resources/trampledisablerfabric.mixins.json index 138e9aa..5275fcb 100644 --- a/src/main/resources/trampledisablerfabric.mixins.json +++ b/src/main/resources/trampledisablerfabric.mixins.json @@ -4,8 +4,6 @@ "package": "zero.trampledisablerfabric.mixin", "compatibilityLevel": "JAVA_8", "mixins": [ - ], - "client": [ "MixinFarmlandBlock" ], "injectors": {