You've already forked minecraft-assets
Create/Update assets for version 1.11
This commit is contained in:
18
assets/minecraft/models/block/pane_side_alt.json
Normal file
18
assets/minecraft/models/block/pane_side_alt.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#pane"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7, 0, 9 ],
|
||||
"to": [ 9, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" },
|
||||
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" },
|
||||
"west": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" },
|
||||
"east": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user