sleepySva / sva_arcana

Arcana is a growing techno-magic themed Starbound mod that features a vast amount of added content, centered around 28+ added planets.
27 stars 9 forks source link

Fix for invisible windflowers. The file referenced does not exist. #11

Closed BurntKrispe closed 1 year ago

BurntKrispe commented 1 year ago

This change should fix this error causing windflowers to not show:

[Error] Could not load image asset '/objects/farmables/arcana_farmable_windflowerSeed/arcana_farmable_windflowerSeed.png:default.3.3', using placeholder default.
(AssetException) No associated frames file found for image '/objects/farmables/arcana_farmable_windflowerSeed/arcana_farmable_windflowerSeed.png' while resolving image frame '/objects/farmables/arcana_farmable_windflowerSeed/arcana_farmable_windflowerSeed.png:default.3.3'
[Error] Could not load image asset '/objects/farmables/arcana_farmable_windflowerSeed/arcana_farmable_windflowerSeed.png:default.2.2', using placeholder default.
(AssetException) No associated frames file found for image '/objects/farmables/arcana_farmable_windflowerSeed/arcana_farmable_windflowerSeed.png' while resolving image frame '/objects/farmables/arcana_farmable_windflowerSeed/arcana_farmable_windflowerSeed.png:default.2.2'

Before the change before After the change After