Fix: mixin was set to only work in SP

This commit is contained in:
Zero 2021-03-30 10:00:38 -04:00
parent 85da67fc57
commit 54d912ca40
3 changed files with 2 additions and 4 deletions

View File

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

View File

@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "trampledisablerfabric",
"version": "1.0.0",
"version": "1.0.1",
"name": "Trample Disabler",
"description": "Disables farmland trampling",

View File

@ -4,8 +4,6 @@
"package": "zero.trampledisablerfabric.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
],
"client": [
"MixinFarmlandBlock"
],
"injectors": {