1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-04-06 07:26:04 +00:00
PixelPerfectionCE/assets/minecraft/blockstates/lit_redstone_ore.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

8 lines
150 B
JSON

{
"variants": {
"": [
{ "model": "block/ore/redstone/0" },
{ "model": "block/ore/redstone/1"}
]
}
}