mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-05-29 14:25:56 +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:
parent
acbdb5612a
commit
70106a0dcf
9 changed files with 27 additions and 21 deletions
|
@ -7,11 +7,11 @@
|
|||
"axis=z": [
|
||||
{ "model": "block/spruce_log", "x": 90 },
|
||||
{ "model": "block/logs/spruce/1", "x": 90 }
|
||||
],
|
||||
],
|
||||
"axis=x": [
|
||||
{ "model": "block/spruce_log", "x": 90, "y": 90 },
|
||||
{ "model": "block/logs/spruce/1", "x": 90, "y": 90 }
|
||||
],
|
||||
"axis=none": { "model": "block/spruce_bark" }
|
||||
"axis=none": { "model": "block/spruce_log" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue