Basic Shields [Fabric]

Basic Shields [Fabric]

2M Downloads

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

Zhyn-exe opened this issue ยท 4 comments

commented

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'"

commented

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.

commented

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.

commented

I'll have a bugfix update out soon

commented

Update 1.2.1 will contain this fix