mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-04-29 00:09:12 +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
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"__comment": "Fair warning, this format is highly likely to change even more in the future!",
|
||||
"textures": {
|
||||
"particle": "block/planks_oak",
|
||||
"wood": "block/planks_oak",
|
||||
"back": "block/itemframe_background"
|
||||
"particle": "block/planks_birch",
|
||||
"wood": "block/item_frame_border",
|
||||
"back": "block/item_frame"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 1, 1, 15.001 ],
|
||||
|
|
6
assets/minecraft/models/block/ore/redstone/0.json
Normal file
6
assets/minecraft/models/block/ore/redstone/0.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/redstone_ore"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue