Fully functional mod for 1.16.4 fabric.

This commit is contained in:
Markil3
2021-02-22 11:51:53 -07:00
parent 7b780f1964
commit b6221b50d9
18 changed files with 1977 additions and 18 deletions

View File

@@ -0,0 +1,17 @@
{
"required": true,
"minVersion": "0.8",
"package": "markil3.immersive_hud.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
],
"client": [
"ClientPlayerHook",
"HeldItemHook",
"HudHook",
"ProfilerHook"
],
"injectors": {
"defaultRequire": 1
}
}