Fixes a conflict with other poorly-configured mods.

This commit is contained in:
Markil3
2021-04-06 08:44:15 -06:00
parent 929aeec7ba
commit e514a056dc
3 changed files with 2 additions and 2 deletions

View File

@@ -12,6 +12,6 @@ modmenu_version=1.6.3-95
autoconfig_version=2.2.0 autoconfig_version=2.2.0
# Mod Properties # Mod Properties
mod_version = 1.1 mod_version = 1.1.1
maven_group = markil3 maven_group = markil3
archives_base_name = immersive_hud archives_base_name = immersive_hud

View File

@@ -28,7 +28,7 @@
}, },
"mixins": [ "mixins": [
{ {
"config": "modid.mixins.json", "config": "immersive_hud.mixins.json",
"environment": "client" "environment": "client"
} }
], ],