Clientside support

This commit is contained in:
JFronny 2020-12-24 21:07:02 +01:00
parent 23a88db8c9
commit db73b00149
3 changed files with 7 additions and 11 deletions

View File

@ -2,10 +2,10 @@
org.gradle.jvmargs=-Xmx1G org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://modmuss50.me/fabric.html # check these on https://modmuss50.me/fabric.html
minecraft_version=1.16.2 minecraft_version=1.16.4
yarn_mappings=1.16.2+build.47 yarn_mappings=1.16.4+build.7
loader_version=0.9.3+build.207 loader_version=0.10.8
# Mod Properties # Mod Properties
mod_version=1.0 mod_version=1.1
maven_group=io.gitlab.jfronny maven_group=io.gitlab.jfronny
archives_base_name=YesCheat archives_base_name=YesCheat

View File

@ -4,7 +4,7 @@
"package": "io.gitlab.jfronny.yescheat.mixin", "package": "io.gitlab.jfronny.yescheat.mixin",
"plugin": "io.gitlab.jfronny.yescheat.YesCheatPlugin", "plugin": "io.gitlab.jfronny.yescheat.YesCheatPlugin",
"compatibilityLevel": "JAVA_8", "compatibilityLevel": "JAVA_8",
"server": [ "mixins": [
"ChestBlockMixin", "ChestBlockMixin",
"DedicatedServerWatchdogMixin", "DedicatedServerWatchdogMixin",
"EulaReaderMixin", "EulaReaderMixin",
@ -13,11 +13,7 @@
"ServerPlayNetworkHandlerMixin", "ServerPlayNetworkHandlerMixin",
"ScreenHandlerMixin" "ScreenHandlerMixin"
], ],
"client": [
],
"injectors": { "injectors": {
"defaultRequire": 1 "defaultRequire": 1
}, }
"mixins": [
]
} }

View File

@ -7,7 +7,7 @@
"authors": [], "authors": [],
"contact": {}, "contact": {},
"license": "MIT", "license": "MIT",
"environment": "server", "environment": "*",
"entrypoints": { "entrypoints": {
"main": [ "main": [
"io.gitlab.jfronny.yescheat.YesCheat" "io.gitlab.jfronny.yescheat.YesCheat"