aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnthony Hilyard <anthony.hilyard@gmail.com>2022-09-26 01:27:56 -0700
committerAnthony Hilyard <anthony.hilyard@gmail.com>2022-09-26 01:27:56 -0700
commit05e6d7104647dfa026e7710dd379b6fc2f71eba7 (patch)
treed347507603df7d66094d4173a0dd1468be3bfdae /src
parent8da1b9bf7b44a7c046a3a575657406dbbeeaba6a (diff)
downloadIceberg-05e6d7104647dfa026e7710dd379b6fc2f71eba7.tar.gz
Iceberg-05e6d7104647dfa026e7710dd379b6fc2f71eba7.tar.bz2
Iceberg-05e6d7104647dfa026e7710dd379b6fc2f71eba7.zip
Removed verbose flag from mixin config.
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/iceberg.mixins.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/resources/iceberg.mixins.json b/src/main/resources/iceberg.mixins.json
index d58d925..8acd6e0 100644
--- a/src/main/resources/iceberg.mixins.json
+++ b/src/main/resources/iceberg.mixins.json
@@ -4,7 +4,6 @@
"compatibilityLevel": "JAVA_17",
"refmap": "iceberg.refmap.json",
"plugin": "com.anthonyhilyard.iceberg.mixin.MixinConfig",
- "verbose": true,
"mixins": [
"PlayerAdvancementsMixin"
],