fix
This commit is contained in:
parent
a52f7ae3cd
commit
a4bfdaf4ce
|
|
@ -43536,6 +43536,8 @@ maxPixels (default 1000): Maximum amount of pixels/changes (if xSpacing and ySpa
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
},50)
|
},50)
|
||||||
|
//aChefsDream fix: (re-)define juice reactions
|
||||||
|
elements.juice.reactions ??= {};
|
||||||
//END ##
|
//END ##
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
alert(`Load failed (try reloading).\nThis is likely a sporadic failure caused by inconsistencies in how mods are loaded, and will likely fix itself in a refresh or two. If it persists, then it's an issue.\nError: ${error.stack}`);
|
alert(`Load failed (try reloading).\nThis is likely a sporadic failure caused by inconsistencies in how mods are loaded, and will likely fix itself in a refresh or two. If it persists, then it's an issue.\nError: ${error.stack}`);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue