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