1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-05-06 19:59:13 +00:00

Fix missing/wrong paths in models

Some models were either pointing to missing or non-existant base models
and/or textures.
This commit is contained in:
Alexander Minges 2020-05-15 16:20:03 +02:00
parent acbdb5612a
commit 70106a0dcf
9 changed files with 27 additions and 21 deletions

View file

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "block/redstone_ore"
}
}