Compare commits

..

1 Commits

Author SHA1 Message Date
Markil3
cf4ed2d4af Fixes a conflict with other poorly-configured mods. 2021-04-06 08:42:49 -06:00
3 changed files with 2 additions and 2 deletions

View File

@@ -11,6 +11,6 @@ cloth_version=4.11.14
modmenu_version=1.16.8
# Mod Properties
mod_version = 1.1
mod_version = 1.1.1
maven_group = markil3
archives_base_name = immersive_hud

View File

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