StellarWind22 / Basic-Shields-Fabric

Adds shields for all the vanilla materials and more!
https://www.curseforge.com/minecraft/mc-mods/basic-shields-fabric
Creative Commons Zero v1.0 Universal
6 stars 10 forks source link

Copper Shield load texture failure #58

Open Kavaltheone opened 8 months ago

Kavaltheone commented 8 months ago

Hello. As copper ingot is a vanilla item, Copper shield can be enabled without any other mods. But after enabling copper, amethyst and quartz shields (vanilla resources) only copper shield is missing texture. Other shields displays correctly. No texture in craft, in create tab, in inventory and in hand. Tried version 1.4.0 and 1.4.1 on Minecraft 1.20.1 When apply a banner to Copper shield it displays in inventory but still is black in hand. By the way, is it possible to move crafting receipt to a second tab in crafting table like all weapons and iron shield? Now they are in 4th tab and it's strange. image image image image

Kavaltheone commented 8 months ago

Problem was simple - missed lines

     {
        "type": "single",
        "resource": "basicshields:entity/copper_shield_base"
      },
      {
        "type": "single",
        "resource": "basicshields:entity/copper_shield_base_nopattern"
      },

in assets\minecraft\atlases\blocks.json

Please, don't forget add this in future release