Fix Dedicated Server Crash
This commit is contained in:
parent
700b970a04
commit
3f06723a1f
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
**1.2.9**
|
||||
* Fix Dedicated Server Crash
|
||||
|
||||
**1.2.8**
|
||||
* Register Loot Table Function
|
||||
|
||||
|
@ -10,7 +10,7 @@ org.gradle.jvmargs = -Xmx1G
|
||||
fabric_loader_version = 0.8.2+build.194
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.2.8
|
||||
mod_version = 1.2.9
|
||||
maven_group = com.thebrokenrail
|
||||
archives_base_name = sorcerycraft
|
||||
|
||||
|
@ -3,11 +3,11 @@
|
||||
"package": "com.thebrokenrail.sorcerycraft.mixin",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"client": [
|
||||
"MixinClientPlayNetworkHandler"
|
||||
"MixinClientPlayNetworkHandler",
|
||||
"MixinClientPlayerEntity"
|
||||
],
|
||||
"mixins": [
|
||||
"CriteriaRegistryHook",
|
||||
"MixinClientPlayerEntity",
|
||||
"MixinPlayerEntity",
|
||||
"MixinServerPlayerEntity"
|
||||
],
|
||||
|
Reference in New Issue
Block a user