You've already forked minecraft-assets
Create/Update assets for version 1.13.2
This commit is contained in:
19
assets/minecraft/models/block/fence_post.json
Normal file
19
assets/minecraft/models/block/fence_post.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "#texture"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 6, 0, 6 ],
|
||||
"to": [ 10, 16, 10 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "down" },
|
||||
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "up" },
|
||||
"north": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }
|
||||
},
|
||||
"__comment": "Center post"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user