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
the windflower seed "arcana_farmable_windflowerSeed.object" will try to search for a "arcana_farmable_windflowerSeed.png:default.3.0" file that does not exist instead of searching for "body.png:default.3.0" causing the seed to not any largeimage of the desired stage.
here a quickfix for the concerned line :
"largeImage" : "body.png:default.3.0",
hope that it doesn't sound too harsh or aggressif
The text was updated successfully, but these errors were encountered:
the windflower seed "arcana_farmable_windflowerSeed.object" will try to search for a "arcana_farmable_windflowerSeed.png:default.3.0" file that does not exist instead of searching for "body.png:default.3.0" causing the seed to not any largeimage of the desired stage.
here a quickfix for the concerned line :
"largeImage" : "body.png:default.3.0",
hope that it doesn't sound too harsh or aggressif
The text was updated successfully, but these errors were encountered: