mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-05-22 11:05:55 +00:00
Initial commit
This commit is contained in:
commit
acbdb5612a
2402 changed files with 15870 additions and 0 deletions
41
assets/minecraft/models/block/ladder.json
Normal file
41
assets/minecraft/models/block/ladder.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"__createdwith": "opl's Model Maker",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/ladder",
|
||||
"texture": "block/ladder"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [0, 0, 15.2],
|
||||
"to": [16, 16, 15.2],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16],"texture": "#texture"},
|
||||
"south": {"uv": [0, 0, 16, 16],"texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 12, 14.5],
|
||||
"to": [15, 14, 15.5],
|
||||
"faces": {
|
||||
"up": {"uv": [1, 2, 15, 3],"texture": "#texture"},
|
||||
"down": {"uv": [1, 3, 15, 4],"texture": "#texture"},
|
||||
"west": {"uv": [14, 2, 15, 4],"texture": "#texture"},
|
||||
"east": {"uv": [14, 2, 15, 4],"texture": "#texture"},
|
||||
"north": {"texture": "#texture"},
|
||||
"south": {"texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 4, 14.5],
|
||||
"to": [15, 6, 15.5],
|
||||
"faces": {
|
||||
"up": {"uv": [1, 10, 15, 11],"texture": "#texture"},
|
||||
"down": {"uv": [1, 11, 15, 12],"texture": "#texture"},
|
||||
"west": {"uv": [14, 10, 15, 12],"texture": "#texture"},
|
||||
"east": {"uv": [14, 10, 15, 12],"texture": "#texture"},
|
||||
"north": {"texture": "#texture"},
|
||||
"south": {"texture": "#texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue