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