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
# 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

View File

@ -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": [
]
}
}

View File

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