PrismarineJS / minecraft-assets

Provide minecraft assets along with json files that help to use them.
http://minecraft-data.prismarine.js.org/
60 stars 17 forks source link

texture_content.json has duplicate key/value pairs for concrete #21

Open kf106 opened 1 year ago

kf106 commented 1 year ago

public/textures/

I checked 1.15.2 - which has duplicates for all concrete and concrete_powder entries, e.g for white_concrete and white_concrete_powder (I checked all sixteen colors and they're all duplicated):

grep texture_content.json -n -e "white_concrete"
1655:    "name": "white_concrete",
1719:    "name": "white_concrete_powder",
5675:    "name": "white_concrete",
5739:    "name": "white_concrete_powder",

I also checked white and brown concrete for texture_content.json in 1.19.1 - same thing.