Missing Texture Errors & Unknown Loot Tables
spiritedsnowcat opened this issue ยท 6 comments
Hi there,
It looks like adding Supplementaries in 1.18.1 produces the following errors in the client logs:
[02:23:23] [Worker-Main-15/ERROR]: Using missing texture, unable to load supplementaries:textures/blocks/amethyst_block.png : java.io.FileNotFoundException: supplementaries:textures/blocks/amethyst_block.png
[02:23:24] [Worker-Main-16/ERROR]: Using missing texture, unable to load supplementaries:textures/entity/flags/brazil.png : java.io.FileNotFoundException: supplementaries:textures/entity/flags/brazil.png
Along with a lot of validation warnings with loot tables:
[02:23:58] [Render thread/WARN]: Found validation problem in {minecraft:chests/pillager_outpost}.pools[4].entries[0]: Unknown loot table called supplementaries:inject/pillager_flax
[02:23:58] [Render thread/WARN]: Found validation problem in {minecraft:chests/stronghold_crossing}.pools[2].entries[0]: Unknown loot table called supplementaries:inject/stronghold_bomb
[02:23:58] [Render thread/WARN]: Found validation problem in {minecraft:chests/nether_bridge}.pools[2].entries[0]: Unknown loot table called supplementaries:inject/fortress_bomb
[02:23:58] [Render thread/WARN]: Found validation problem in {minecraft:chests/simple_dungeon}.pools[4].entries[0]: Unknown loot table called supplementaries:inject/dungeon_blue_bomb
[02:23:58] [Render thread/WARN]: Found validation problem in {minecraft:chests/simple_dungeon}.pools[3].entries[0]: Unknown loot table called supplementaries:inject/dungeon_flax
[02:23:58] [Render thread/WARN]: Found validation problem in {minecraft:chests/abandoned_mineshaft}.pools[3].entries[0]: Unknown loot table called supplementaries:inject/mineshaft_rope
[02:23:58] [Render thread/WARN]: Found validation problem in {minecraft:chests/shipwreck_treasure}.pools[2].entries[0]: Unknown loot table called supplementaries:inject/shipwreck_treasure_globe
[02:23:58] [Render thread/WARN]: Found validation problem in {minecraft:chests/jungle_temple}.pools[4].entries[0]: Unknown loot table called supplementaries:inject/temple_spikes
[02:23:58] [Render thread/WARN]: Found validation problem in {minecraft:chests/nether_bridge}.pools[1].entries[0]: Unknown loot table called supplementaries:inject/fortress_blue_bomb
[02:23:58] [Render thread/WARN]: Found validation problem in {minecraft:chests/abandoned_mineshaft}.pools[4].entries[0]: Unknown loot table called supplementaries:inject/mineshaft_flax
[02:23:58] [Render thread/WARN]: Found validation problem in {minecraft:chests/jungle_temple}.pools[3].entries[0]: Unknown loot table called supplementaries:inject/temple_bomb
[02:23:58] [Render thread/WARN]: Found validation problem in {minecraft:chests/shipwreck_supply}.pools[1].entries[0]: Unknown loot table called supplementaries:inject/shipwreck_storage_flax
[02:23:58] [Render thread/WARN]: Found validation problem in {minecraft:chests/end_city_treasure}.pools[1].entries[0]: Unknown loot table called supplementaries:inject/end_city_stasis
[02:23:58] [Render thread/WARN]: Found validation problem in {minecraft:chests/abandoned_mineshaft}.pools[6].entries[0]: Unknown loot table called supplementaries:inject/mineshaft_bomb
[02:23:58] [Render thread/WARN]: Found validation problem in {minecraft:chests/abandoned_mineshaft}.pools[5].entries[0]: Unknown loot table called supplementaries:inject/mineshaft_blue_bomb
[02:23:58] [Render thread/WARN]: Found validation problem in {minecraft:chests/jungle_temple}.pools[2].entries[0]: Unknown loot table called supplementaries:inject/temple_blue_bomb
[02:23:58] [Render thread/WARN]: Found validation problem in {minecraft:chests/stronghold_crossing}.pools[1].entries[0]: Unknown loot table called supplementaries:inject/stronghold_blue_bomb
Thanks,
Spirited
Hmm not sure what the second one is about. I can fix the first, the second kind of, but that loot table one doesnt appear to me. is it another mod that might log it?
I don't believe so. I'm actually going through each mod in my modpack one by one in a separate profile to isolate problems since my server isn't able to run. Fortunately, Supplementaries isn't the problem there, but I'm doing my best to report all problems I encounter. Loot tables appear to be a Forge thing. Could it possibly be related to these injects here?
yeah they are those. all those errors are just warning and are really just annoying cause they spam the log. I've just tested and those loot tables indeed work and are in there. idk what more does it want. maybe they need to be registered somewhere. I'll look
could you confirm that those loot table indeed work for you? they add mod stuff to jungle temple, shipwreck and mineshaft loot chests so its easy to test
So, I tried a few shiprecks, mineshafts, and pillager outposts. I didn't see anything from Supplementaries in the chests. ๐ฎ