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
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.0.0
|
||||
mod_version = 1.0.1
|
||||
maven_group = net.fabricmc
|
||||
archives_base_name = trample-disabler
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "trampledisablerfabric",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
|
||||
"name": "Trample Disabler",
|
||||
"description": "Disables farmland trampling",
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
"package": "zero.trampledisablerfabric.mixin",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"mixins": [
|
||||
],
|
||||
"client": [
|
||||
"MixinFarmlandBlock"
|
||||
],
|
||||
"injectors": {
|
||||
|
|
Loading…
Reference in New Issue