Clientside support
This commit is contained in:
parent
23a88db8c9
commit
db73b00149
@ -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
|
||||
|
@ -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": [
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
"authors": [],
|
||||
"contact": {},
|
||||
"license": "MIT",
|
||||
"environment": "server",
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"io.gitlab.jfronny.yescheat.YesCheat"
|
||||
|
Loading…
Reference in New Issue
Block a user