You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, so Build 9612 has tightened up the standards for json error enforcement. This is going to cause a lot of issues with various mainline mods. Rather than issues being reported randomly as encountered and possibly duplicated, lets collect them all here for now. A specific issue for each error reported can then be made. Please read all the comments to make sure your issue hasn't already been reported. If you know of a fix, include that as well, please.
I'll start us off with the one making the rounds in discord right now about
CRIT Expansion Mod:
It seems "repaired_with" only accepts a single material. Who knew.
Fix is to replace
"repaired_with": [ "plastic_chunk", "chunk_rubber" ],
with
"repaired_with": "chunk_rubber",
Lets get these all together and fixed ASAP. Try to only report issues with mainline mods here. Custom mods will need to be reported to their respective authors and/or fixed independently (please share your fixes on discourse).
That's all for now.
The text was updated successfully, but these errors were encountered:
Good, that is good. Hopefully all the errors will be fixed by the time I get off work later. Still, this will give the people in discord and discourse a place to point people who are continually asking the same question about the same error. Thanks for your efforts :)
Ok, so Build 9612 has tightened up the standards for json error enforcement. This is going to cause a lot of issues with various mainline mods. Rather than issues being reported randomly as encountered and possibly duplicated, lets collect them all here for now. A specific issue for each error reported can then be made. Please read all the comments to make sure your issue hasn't already been reported. If you know of a fix, include that as well, please.
I'll start us off with the one making the rounds in discord right now about
CRIT Expansion Mod:
It seems "repaired_with" only accepts a single material. Who knew.
Fix is to replace
"repaired_with": [ "plastic_chunk", "chunk_rubber" ],
with
"repaired_with": "chunk_rubber",
Lets get these all together and fixed ASAP. Try to only report issues with mainline mods here. Custom mods will need to be reported to their respective authors and/or fixed independently (please share your fixes on discourse).
That's all for now.
The text was updated successfully, but these errors were encountered: