You've already forked minecraft-assets
Create/Update assets for version 1.13.2
This commit is contained in:
29
assets/minecraft/models/block/fence_side.json
Normal file
29
assets/minecraft/models/block/fence_side.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "#texture"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7, 12, 0 ],
|
||||
"to": [ 9, 15, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "north" },
|
||||
"west": { "uv": [ 0, 1, 9, 4 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 1, 9, 4 ], "texture": "#texture" }
|
||||
},
|
||||
"__comment": "top bar"
|
||||
},
|
||||
{ "from": [ 7, 6, 0 ],
|
||||
"to": [ 9, 9, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "north" },
|
||||
"west": { "uv": [ 0, 7, 9, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 7, 9, 10 ], "texture": "#texture" }
|
||||
},
|
||||
"__comment": "lower bar"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user