diff --git a/mod_config_menu.lua b/fhpp_mod_config_menu.lua similarity index 100% rename from mod_config_menu.lua rename to fhpp_mod_config_menu.lua diff --git a/main.lua b/main.lua index df42178..d62e461 100644 --- a/main.lua +++ b/main.lua @@ -7,7 +7,7 @@ require("fhpp_config") FHPP.Config = FHPP.DefaultConfig FHPP.Config.Version = "1.0.1" -require("mod_config_menu") +require("fhpp_mod_config_menu") function FHPP:PrintExtraStatVertical(Text, Index) local finalText = "" diff --git a/metadata.xml b/metadata.xml index 7025aa7..6717d31 100644 --- a/metadata.xml +++ b/metadata.xml @@ -8,11 +8,8 @@ Works best with [url=https://steamcommunity.com/sharedfiles/filedetails/?id=2487535818]Mod Config[/url] to configure the block position, which information you want to display, and more! This mod is open source. The code can be found on [url=https://github.com/Gyoo/FoundHudPlusPlus]GitHub[/url]. Any help is welcome, please check the issues board to see what needs to be done. If you have issues, this is also the place to let me know! - -Known issues : -- Conflict with [url=https://steamcommunity.com/sharedfiles/filedetails/?id=836319872]External Item Descriptions[/url] in Mod Config. - 1.1 + 1.3 Public