This commit is contained in:
Hiajen Hiajen 2021-06-20 10:58:55 +02:00
parent 6587d3aff0
commit 2cb319c065
13 changed files with 509 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Before After
Before After

View file

@ -6,7 +6,9 @@
"mixins": [
],
"client": [
"ExampleMixin"
"ExampleMixin",
"InGameHudMixin",
"PlayerListHudAccessor"
],
"injectors": {
"defaultRequire": 1

View file

@ -24,7 +24,7 @@
]
},
"mixins": [
"modid.mixins.json"
"eaamod.mixins.json"
],
"depends": {