gabriella-campos-davis / Wildcraft

A mod for Vintage Story
0 stars 3 forks source link

warnings and errors with variety of plants #18

Closed PhyDoesStuff closed 2 years ago

PhyDoesStuff commented 2 years ago

Game version: 1.16.5 Mod version: 1.2.3 Loaded mods: Primitive Survival (2.9.3), Teleportation Network (1.5.1), Wild Farming (1.2.8)

When loading a world, there are multiple warnings and errors about missing textures, texture size issues, and a couple missing mappings.

Log outputs: Missing textures:

4.6.2022 12:39:40 [Warning] Texture asset 'wildcraft:textures/items/herbs/thistle.png' not found (defined in Item wildcraft:herbs-thistle).
4.6.2022 12:39:40 [Warning] Texture asset 'wildcraft:textures/items/resource/reeds.png' not found (defined in Shape file wildcraft:block/food/marshmallow_root).
4.6.2022 12:39:40 [Warning] Texture asset 'wildcraft:textures/items/seeds/thistle.png' not found (defined in Item wildcraft:herbseeds-thistle).
4.6.2022 12:39:41 [Warning] Texture asset 'wildcraft:textures/items/herbs/thistle.png' not found (defined in Item code wildcraft:herbs-thistle).
4.6.2022 12:39:41 [Warning] Texture asset 'wildcraft:textures/items/seeds/thistle.png' not found (defined in Item code wildcraft:herbseeds-thistle).

mipmap warns:

4.6.2022 12:39:40 [Warning] Texture wildcraft:textures/block/plant/clipping/greenleaves/snowberry1.png width is not divisible by 4, will probably glitch when mipmapped
4.6.2022 12:39:40 [Warning] Texture wildcraft:textures/block/plant/berrybush/leaves/snowberry1.png width is not divisible by 4, will probably glitch when mipmapped
4.6.2022 12:39:43 [Warning] Texture wildcraft:textures/block/plant/berrybush/leaves/snowberry1.png width is not divisible by 4, will probably glitch when mipmapped
4.6.2022 12:39:43 [Warning] Texture wildcraft:textures/block/plant/berrybush/flowering/snowberry1.png width is not divisible by 4, will probably glitch when mipmapped
4.6.2022 12:39:43 [Warning] Texture wildcraft:textures/block/plant/berrybush/ripe/snowberry1.png width is not divisible by 4, will probably glitch when mipmapped

missing mappings (each occurred 30 times in a row in the logs):

4.6.2022 12:39:45 [Error] Missing mapping for texture code null during shape tesselation of block wildcraft:waterplant-waterchestnut-ice-normal-free using shape wildcraft:block/plant/leafygroundvegetable/bushy_ice, or one of its alternates
4.6.2022 12:39:45 [Error] Missing mapping for texture code null during shape tesselation of block wildcraft:waterplant-waterchestnut-ice-harvested-free using shape wildcraft:block/plant/leafygroundvegetable/bushy_ice, or one of its alternates
gabriella-campos-davis commented 2 years ago

These are generally just some minor texturing issues, but nevertheless, they should be fixed in the next release (as it will be a major rewrite/refactor)