aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAnthony Hilyard <anthony.hilyard@gmail.com>2021-09-20 14:47:21 -0700
committerAnthony Hilyard <anthony.hilyard@gmail.com>2021-09-20 14:47:21 -0700
commit3d17eb42809b793e3684d089a3d2bbfd748422cf (patch)
tree712892544201ea9240e9d2650198b85db89bcaee /src/main/resources
parentb8f63f66ddf9915bf8fc4f261339f603b2a63222 (diff)
downloadIceberg-3d17eb42809b793e3684d089a3d2bbfd748422cf.tar.gz
Iceberg-3d17eb42809b793e3684d089a3d2bbfd748422cf.tar.bz2
Iceberg-3d17eb42809b793e3684d089a3d2bbfd748422cf.zip
Updated tooltip handling, added remote pre-item pickup event and network
protocol.
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/iceberg.mixins.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main/resources/iceberg.mixins.json b/src/main/resources/iceberg.mixins.json
index 41b5589..9dfa917 100644
--- a/src/main/resources/iceberg.mixins.json
+++ b/src/main/resources/iceberg.mixins.json
@@ -4,8 +4,11 @@
"compatibilityLevel": "JAVA_8",
"refmap": "iceberg.refmap.json",
"mixins": [
- "PlayerAdvancementsMixin",
- "EntityMixin"
+ "EntityMixin",
+ "PlayerAdvancementsMixin"
+ ],
+ "server": [
+ "ForgeEventFactoryMixin"
],
"injectors": {
"defaultRequire": 1