diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-09 18:01:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 16:01:26 +0000 |
commit | c5f37e4ffda6fb560327f3ff44c61b2c0b23bf30 (patch) | |
tree | 5afc929e3874ee435a7efce52c2f3695d98d3a70 /enforced_values | |
parent | 613232ce8a6569fd04c417f457fe3f2c7bf7dc84 (diff) | |
download | NotEnoughUpdates-REPO-c5f37e4ffda6fb560327f3ff44c61b2c0b23bf30.tar.gz NotEnoughUpdates-REPO-c5f37e4ffda6fb560327f3ff44c61b2c0b23bf30.tar.bz2 NotEnoughUpdates-REPO-c5f37e4ffda6fb560327f3ff44c61b2c0b23bf30.zip |
Disable Hex Overlay (#1148)
Diffstat (limited to 'enforced_values')
-rw-r--r-- | enforced_values/disablehex.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/enforced_values/disablehex.json b/enforced_values/disablehex.json new file mode 100644 index 00000000..b5dc055f --- /dev/null +++ b/enforced_values/disablehex.json @@ -0,0 +1,20 @@ +{ + "chatPSA": [ + "§c[NEU] We have disabled the NEU Hex overlay due to a conflict with the new Gemstones added in Mining v3. We are working on a fix for this and other bugs." + ], + "enforcedValues": [ + { + "path": "enchantingSolvers.enableHexGUI", + "value": false + } + ], + "affectedVersions": [ + 20000, + 20101, + 20102, + 20103, + 20104, + 20105, + 20106 + ] +}
\ No newline at end of file |