mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 04:18:11 -08:00
Release v1.11
1) Cache config access function-wide where possible; 2) Break and Sever values added to parts; 3) Hooks are now applied in init_module instead of global space; 4) Added checks for submodule (health, stamina, etc) visibility. If not visible, do not pull data.
This commit is contained in:
@@ -734,6 +734,7 @@ function config.init()
|
||||
|
||||
include = {
|
||||
monster_name = true,
|
||||
monster_id = false,
|
||||
crown = true,
|
||||
size = true,
|
||||
crown_thresholds = false
|
||||
@@ -1050,7 +1051,7 @@ function config.init()
|
||||
}
|
||||
},
|
||||
|
||||
parts = {
|
||||
body_parts = {
|
||||
visibility = false,
|
||||
|
||||
offset = {
|
||||
@@ -1742,6 +1743,7 @@ function config.init()
|
||||
|
||||
include = {
|
||||
monster_name = true,
|
||||
monster_id = false,
|
||||
crown = true,
|
||||
size = true,
|
||||
crown_thresholds = false
|
||||
@@ -2058,7 +2060,7 @@ function config.init()
|
||||
}
|
||||
},
|
||||
|
||||
parts = {
|
||||
body_parts = {
|
||||
visibility = false,
|
||||
|
||||
offset = {
|
||||
@@ -2732,6 +2734,7 @@ function config.init()
|
||||
|
||||
include = {
|
||||
monster_name = true,
|
||||
monster_id = false,
|
||||
crown = true,
|
||||
size = true,
|
||||
crown_thresholds = false
|
||||
|
||||
Reference in New Issue
Block a user