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

BasicShields-1.2.0-1.18 Fabric, Gold shield recipe not working #26

Closed Zhyn-exe closed 2 years ago

Zhyn-exe commented 2 years ago

I think the recipe might be looking for "gold_ingots" instead of "gold_ingot"?

"Failed to parse recipe 'basicshields:golden_shield[minecraft:crafting_shaped]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item tag 'c:gold_ingots'"

StellarWind22 commented 2 years ago

It's because I was trying to make it accept the c:gold_ingots tag instead of hardcoding the item it uses. I guess I forgot to actually initialize the tag.

StellarWind22 commented 2 years ago

I'll have a bugfix update out soon

StellarWind22 commented 2 years ago

Update 1.2.1 will contain this fix

StellarWind22 commented 2 years ago

For now you can download the file from the releases tab in this github or at https://modrinth.com/mod/basic-shields-fabric. Because I'm having some issues with curseforge for some reason.