Fix: mixin was set to only work in SP
This commit is contained in:
parent
85da67fc57
commit
54d912ca40
|
@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
|
||||||
loader_version=0.11.0
|
loader_version=0.11.0
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.0.0
|
mod_version = 1.0.1
|
||||||
maven_group = net.fabricmc
|
maven_group = net.fabricmc
|
||||||
archives_base_name = trample-disabler
|
archives_base_name = trample-disabler
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"schemaVersion": 1,
|
"schemaVersion": 1,
|
||||||
"id": "trampledisablerfabric",
|
"id": "trampledisablerfabric",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
|
|
||||||
"name": "Trample Disabler",
|
"name": "Trample Disabler",
|
||||||
"description": "Disables farmland trampling",
|
"description": "Disables farmland trampling",
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
"package": "zero.trampledisablerfabric.mixin",
|
"package": "zero.trampledisablerfabric.mixin",
|
||||||
"compatibilityLevel": "JAVA_8",
|
"compatibilityLevel": "JAVA_8",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
],
|
|
||||||
"client": [
|
|
||||||
"MixinFarmlandBlock"
|
"MixinFarmlandBlock"
|
||||||
],
|
],
|
||||||
"injectors": {
|
"injectors": {
|
||||||
|
|
Loading…
Reference in New Issue