
[1.19.2] Dynamic Crosshair overloads log
Lelmaster3457 opened this issue · 6 comments
Im not fully sure what the issue is, and it's not that big of a deal, but the mod is overloading my log files and multimc isnt happy about it.
Oh, I missed that you were on 1.19.2. That must have been broken forever, I wonder why nobody ever mentioned anything.
Until I can push out a fix, you can fix it manually by going into the config file, and changing the null
to ""
(empty string) for the "additional*" entries at the bottom.
The end of the file should look like this:
…
"additionalTools": "",
"additionalMeleeWeapons": "",
"additionalRangedWeapons": "",
"additionalThrowables": "",
"additionalUsableItems": "",
"additionalInteractableBlocks": ""
}