mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-05-14 07:39:14 +00:00
Fix wrong path references in models
This commit is contained in:
parent
c4055fbe28
commit
777b453e7d
5 changed files with 32 additions and 32 deletions
|
@ -2,14 +2,14 @@
|
|||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/block/iron_bars",
|
||||
"particle": "block/iron_bars",
|
||||
"0": "block/iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ 7.0, 0.0, 8.0 ],
|
||||
"to": [ 9.0, 16.0, 9.0 ],
|
||||
"from": [ 7.0, 0.0, 8.0 ],
|
||||
"to": [ 9.0, 16.0, 9.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 7.0, 0.0, 8.0, 16.0 ] },
|
||||
|
@ -20,4 +20,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue