LambdAurora / AurorasDecorations

Decorations-focused Quilt mod.
https://lambdaurora.dev/AurorasDecorations
GNU Lesser General Public License v3.0
50 stars 15 forks source link

Missing Textures and non-localised item names (BetterEnd Compatibility?) #11

Closed emoace closed 2 years ago

emoace commented 3 years ago

When looking around the mod I noticed that there were some missing textures from stumps, seat rests, and shelves. All of which were from BetterEnd.

Attached here are examples: 2021-07-27_22 36 15 2021-07-27_22 36 22 2021-07-27_23 07 21

Here might be some error logs that may relate to these missing textures:

Error Log

>[22:27:44] [Worker-Main-6/ERROR]: Using missing texture, unable to load betterend:textures/block/tenanea_stripped_log.png : java.io.FileNotFoundException: betterend:textures/block/tenanea_stripped_log.png [22:27:44] [Worker-Main-3/ERROR]: Using missing texture, unable to load betterend:textures/block/dragon_tree_stripped_log.png : java.io.FileNotFoundException: betterend:textures/block/dragon_tree_stripped_log.png [22:27:44] [Worker-Main-5/ERROR]: Using missing texture, unable to load betterend:textures/block/mossy_glowshroom_stripped_log.png : java.io.FileNotFoundException: betterend:textures/block/mossy_glowshroom_stripped_log.png [22:27:44] [Worker-Main-1/ERROR]: Using missing texture, unable to load betterend:textures/block/mossy_glowshroom_log.png : java.io.FileNotFoundException: betterend:textures/block/mossy_glowshroom_log.png [22:27:44] [Worker-Main-5/ERROR]: Using missing texture, unable to load betterend:textures/block/lucernia_stripped_log.png : java.io.FileNotFoundException: betterend:textures/block/lucernia_stripped_log.png [22:27:45] [Worker-Main-2/ERROR]: Using missing texture, unable to load betterend:textures/block/pythadendron_stripped_log.png : java.io.FileNotFoundException: betterend:textures/block/pythadendron_stripped_log.png [22:27:45] [Worker-Main-1/ERROR]: Using missing texture, unable to load betterend:textures/block/lucernia_log.png : java.io.FileNotFoundException: betterend:textures/block/lucernia_log.png [22:27:45] [Worker-Main-4/ERROR]: Using missing texture, unable to load betterend:textures/block/amaranita_stem.png : java.io.FileNotFoundException: betterend:textures/block/amaranita_stem.png [22:27:45] [Worker-Main-3/ERROR]: Using missing texture, unable to load betterend:textures/block/lacugrove_log.png : java.io.FileNotFoundException: betterend:textures/block/lacugrove_log.png [22:27:45] [Worker-Main-4/ERROR]: Using missing texture, unable to load betterend:textures/block/jellyshroom_log.png : java.io.FileNotFoundException: betterend:textures/block/jellyshroom_log.png [22:27:45] [Worker-Main-4/ERROR]: Using missing texture, unable to load betterend:textures/block/umbrella_tree_log.png : java.io.FileNotFoundException: betterend:textures/block/umbrella_tree_log.png [22:27:45] [Worker-Main-2/ERROR]: Using missing texture, unable to load betterend:textures/block/dragon_tree_log.png : java.io.FileNotFoundException: betterend:textures/block/dragon_tree_log.png [22:27:45] [Worker-Main-5/ERROR]: Using missing texture, unable to load betterend:textures/block/helix_tree_log.png : java.io.FileNotFoundException: betterend:textures/block/helix_tree_log.png [22:27:45] [Worker-Main-1/ERROR]: Using missing texture, unable to load betterend:textures/block/helix_tree_stripped_log.png : java.io.FileNotFoundException: betterend:textures/block/helix_tree_stripped_log.png [22:27:45] [Worker-Main-5/ERROR]: Using missing texture, unable to load betterend:textures/block/end_lotus_stripped_log.png : java.io.FileNotFoundException: betterend:textures/block/end_lotus_stripped_log.png [22:27:45] [Worker-Main-2/ERROR]: Using missing texture, unable to load betterend:textures/block/tenanea_log.png : java.io.FileNotFoundException: betterend:textures/block/tenanea_log.png [22:27:45] [Worker-Main-3/ERROR]: Using missing texture, unable to load betterend:textures/block/end_lotus_log.png : java.io.FileNotFoundException: betterend:textures/block/end_lotus_log.png [22:27:45] [Worker-Main-3/ERROR]: Using missing texture, unable to load betterend:textures/block/jellyshroom_stripped_log.png : java.io.FileNotFoundException: betterend:textures/block/jellyshroom_stripped_log.png [22:27:45] [Worker-Main-6/ERROR]: Using missing texture, unable to load betterend:textures/block/umbrella_tree_stripped_log.png : java.io.FileNotFoundException: betterend:textures/block/umbrella_tree_stripped_log.png [22:27:45] [Worker-Main-1/ERROR]: Using missing texture, unable to load betterend:textures/block/pythadendron_log.png : java.io.FileNotFoundException: betterend:textures/block/pythadendron_log.png [22:27:45] [Worker-Main-1/ERROR]: Using missing texture, unable to load libblockattributes:textures/fluid/potion.png : java.io.IOException: Could not read info from the PNG file net.minecraft.class_3306@4a46ffbf Corrupt JPEG [22:27:45] [Worker-Main-5/ERROR]: Using missing texture, unable to load betterend:textures/block/lacugrove_stripped_log.png : java.io.FileNotFoundException: betterend:textures/block/lacugrove_stripped_log.png

In a similar manner, it seems that some modded woods do not have localized names, such as BetterEnd, Architects Palette, and Enhanced Mushrooms. 2021-07-27_22 50 30 2021-07-27_22 50 22

emoace commented 3 years ago

Also somewhat related, since it seems to be a compatibility issue with BetterEnd.

BetterEnd Lanterns do not hang on walls like other modded lanterns do. Not a glaring issue though.

Oliver-makes-code commented 3 years ago

Also applies to BetterNether

LambdAurora commented 2 years ago

This issue was fixed in PR #13. Forgot to close oops.

Tho, with those mods not working under Quilt I'm not sure if it's much relevant now.