aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAnthony Hilyard <anthony.hilyard@gmail.com>2021-10-30 10:25:30 -0700
committerAnthony Hilyard <anthony.hilyard@gmail.com>2021-10-30 10:25:30 -0700
commit95f63bb1d6ba39a01a7124626c051130640d39c4 (patch)
treea8052c993577c99a11b8541493a0331b84711ccc /src/main/resources
parentac69a23dacfe35f7f24b8d3d86acd67133992ad0 (diff)
downloadIceberg-95f63bb1d6ba39a01a7124626c051130640d39c4.tar.gz
Iceberg-95f63bb1d6ba39a01a7124626c051130640d39c4.tar.bz2
Iceberg-95f63bb1d6ba39a01a7124626c051130640d39c4.zip
Added rendertick event, added color results for color event.
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/iceberg.mixins.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/iceberg.mixins.json b/src/main/resources/iceberg.mixins.json
index b5d3ac3..0a3f8d5 100644
--- a/src/main/resources/iceberg.mixins.json
+++ b/src/main/resources/iceberg.mixins.json
@@ -2,9 +2,11 @@
"required": true,
"package": "com.anthonyhilyard.iceberg.mixin",
"compatibilityLevel": "JAVA_8",
+ "verbose": true,
"mixins": [
"EntityMixin",
- "PlayerAdvancementsMixin"
+ "PlayerAdvancementsMixin",
+ "MinecraftMixin"
],
"client": [
"ScreenMixin",