Compact Ores

Compact Ores

751k Downloads

Textures for Compact Ores not being generated

darkphan opened this issue ยท 1 comments

commented

From the log file. I have also removed the previous config and let it generate again. I do notice that there are no textures included in the 1.1.0 version of the jar file as well.

[16:06:34] [Server-Worker-1/ERROR]: Failed to generate texture for compactores:compact_minecraft_redstone_ore, using missing texture instead: java.io.FileNotFoundException: compactores:textures/ore_underlay_minecraft_default.png [16:06:34] [Server-Worker-1/ERROR]: Failed to generate texture for compactores:compact_minecraft_diamond_ore, using missing texture instead: java.io.FileNotFoundException: compactores:textures/ore_underlay_minecraft_default.png [16:06:34] [Server-Worker-1/ERROR]: Failed to generate texture for compactores:compact_minecraft_iron_ore, using missing texture instead: java.io.FileNotFoundException: compactores:textures/ore_underlay_minecraft_default.png [16:06:34] [Server-Worker-7/ERROR]: Failed to generate texture for compactores:compact_minecraft_gold_ore, using missing texture instead: java.io.FileNotFoundException: compactores:textures/ore_underlay_minecraft_default.png [16:06:34] [Server-Worker-7/ERROR]: Failed to generate texture for compactores:compact_minecraft_lapis_ore, using missing texture instead: java.io.FileNotFoundException: compactores:textures/ore_underlay_minecraft_lapis.png [16:06:34] [Server-Worker-5/ERROR]: Failed to generate texture for compactores:compact_minecraft_coal_ore, using missing texture instead: java.io.FileNotFoundException: compactores:textures/ore_underlay_minecraft_default.png [16:06:34] [Server-Worker-8/ERROR]: Failed to generate texture for compactores:compact_minecraft_emerald_ore, using missing texture instead: java.io.FileNotFoundException: compactores:textures/ore_underlay_minecraft_emerald.png [16:06:35] [Server-Worker-4/ERROR]: Failed to generate texture for compactores:compact_minecraft_coal_ore, using missing texture instead: java.io.FileNotFoundException: compactores:textures/ore_underlay_minecraft_default.png [16:06:35] [Server-Worker-5/ERROR]: Failed to generate texture for compactores:compact_minecraft_emerald_ore, using missing texture instead: java.io.FileNotFoundException: compactores:textures/ore_underlay_minecraft_emerald.png [16:06:35] [Server-Worker-7/ERROR]: Failed to generate texture for compactores:compact_minecraft_diamond_ore, using missing texture instead: java.io.FileNotFoundException: compactores:textures/ore_underlay_minecraft_default.png [16:06:35] [Server-Worker-1/ERROR]: Failed to generate texture for compactores:compact_minecraft_iron_ore, using missing texture instead: java.io.FileNotFoundException: compactores:textures/ore_underlay_minecraft_default.png [16:06:35] [Server-Worker-6/ERROR]: Failed to generate texture for compactores:compact_minecraft_gold_ore, using missing texture instead: java.io.FileNotFoundException: compactores:textures/ore_underlay_minecraft_default.png [16:06:35] [Server-Worker-8/ERROR]: Failed to generate texture for compactores:compact_minecraft_lapis_ore, using missing texture instead: java.io.FileNotFoundException: compactores:textures/ore_underlay_minecraft_lapis.png [16:06:35] [Server-Worker-5/ERROR]: Failed to generate texture for compactores:compact_minecraft_redstone_ore, using missing texture instead: java.io.FileNotFoundException: compactores:textures/ore_underlay_minecraft_default.png

commented

Fixed in 319dc74 - I forgot to update the default configuration after changing the texture generation and removing old files. Sorry!