From db73b001498db0cce8f6ae56fc356354b9551508 Mon Sep 17 00:00:00 2001 From: JFronny <33260128+jfronny@users.noreply.github.com> Date: Thu, 24 Dec 2020 21:07:02 +0100 Subject: [PATCH] Clientside support --- gradle.properties | 8 ++++---- src/main/resources/YesCheat.mixins.json | 8 ++------ src/main/resources/fabric.mod.json | 2 +- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/gradle.properties b/gradle.properties index 959e084..76edea5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,10 +2,10 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.16.2 -yarn_mappings=1.16.2+build.47 -loader_version=0.9.3+build.207 +minecraft_version=1.16.4 +yarn_mappings=1.16.4+build.7 +loader_version=0.10.8 # Mod Properties -mod_version=1.0 +mod_version=1.1 maven_group=io.gitlab.jfronny archives_base_name=YesCheat diff --git a/src/main/resources/YesCheat.mixins.json b/src/main/resources/YesCheat.mixins.json index 4d7a90e..925d7d6 100644 --- a/src/main/resources/YesCheat.mixins.json +++ b/src/main/resources/YesCheat.mixins.json @@ -4,7 +4,7 @@ "package": "io.gitlab.jfronny.yescheat.mixin", "plugin": "io.gitlab.jfronny.yescheat.YesCheatPlugin", "compatibilityLevel": "JAVA_8", - "server": [ + "mixins": [ "ChestBlockMixin", "DedicatedServerWatchdogMixin", "EulaReaderMixin", @@ -13,11 +13,7 @@ "ServerPlayNetworkHandlerMixin", "ScreenHandlerMixin" ], - "client": [ - ], "injectors": { "defaultRequire": 1 - }, - "mixins": [ - ] + } } diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index bfadbac..049cb74 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -7,7 +7,7 @@ "authors": [], "contact": {}, "license": "MIT", - "environment": "server", + "environment": "*", "entrypoints": { "main": [ "io.gitlab.jfronny.yescheat.YesCheat"