1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-04-05 23:16:03 +00:00
PixelPerfectionCE/assets/minecraft/models/block/ore/redstone/0.json
Alexander Minges 70106a0dcf Fix missing/wrong paths in models
Some models were either pointing to missing or non-existant base models
and/or textures.
2020-05-15 16:20:03 +02:00

6 lines
102 B
JSON

{
"parent": "block/cube_all",
"textures": {
"all": "block/redstone_ore"
}
}