In the vanilla resource pack (version 1.21.110), there is an accidental duplicate JSON file for the oxidized copper golem texture. The file copper_golem_oxidized.texture_set.json.json
appears to be incorrectly copied, with an extra extension, which may cause loading conflicts or redundancy.
How to Reproduce:
Navigate to
data\resource_packs\vanilla_1.21.110\textures\entity\copper_golem\
Locate the file
copper_golem_oxidized.texture_set.json.json
Observed Result:
A duplicate JSON file exists with an incorrect double extension (
.json.json
)The file may conflict with the correct
copper_golem_oxidized.texture_set.json
Expected Result:
Only one properly named JSON file (
copper_golem_oxidized.texture_set.json
) should existThe duplicate file should be removed to prevent potential loading issues
Comments 0
No comments.