You've already forked minecraft-assets
Create/Update assets for version 1.8.8
This commit is contained in:
56
assets/minecraft/models/block/fence_inventory.json
Normal file
56
assets/minecraft/models/block/fence_inventory.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#texture"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 6, 0, 0 ],
|
||||
"to": [ 10, 16, 4 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 0, 10, 4 ], "texture": "#texture", "cullface": "down" },
|
||||
"up": { "uv": [ 6, 0, 10, 4 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 0, 0, 4, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 0, 4, 16 ], "texture": "#texture" }
|
||||
},
|
||||
"__comment": "Left post"
|
||||
},
|
||||
{ "from": [ 6, 0, 12 ],
|
||||
"to": [ 10, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 12, 10, 16 ], "texture": "#texture", "cullface": "down" },
|
||||
"up": { "uv": [ 6, 12, 10, 16 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 12, 0, 16, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 12, 0, 16, 16 ], "texture": "#texture" }
|
||||
},
|
||||
"__comment": "Right post"
|
||||
},
|
||||
{ "from": [ 7, 13, -2 ],
|
||||
"to": [ 9, 15, 18 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 7, 1, 9, 3 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 7, 1, 9, 3 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 0, 1, 16, 3 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 1, 16, 3 ], "texture": "#texture" }
|
||||
},
|
||||
"__comment": "Top bar"
|
||||
},
|
||||
{ "from": [ 7, 5, -2 ],
|
||||
"to": [ 9, 7, 18 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 7, 9, 9, 11 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 7, 9, 9, 11 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 0, 9, 16, 11 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 9, 16, 11 ], "texture": "#texture" }
|
||||
},
|
||||
"__comment": "Lower bar"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user