You've already forked minecraft-assets
Create/Update assets for version 1.11
This commit is contained in:
33
assets/minecraft/models/block/end_portal_frame_filled.json
Normal file
33
assets/minecraft/models/block/end_portal_frame_filled.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "blocks/endframe_side",
|
||||
"bottom": "blocks/end_stone",
|
||||
"top": "blocks/endframe_top",
|
||||
"side": "blocks/endframe_side",
|
||||
"eye": "blocks/endframe_eye"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 13, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
|
||||
"north": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" },
|
||||
"south": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" },
|
||||
"west": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" },
|
||||
"east": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 4, 13, 4 ],
|
||||
"to": [ 12, 16, 12 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#eye" },
|
||||
"up": { "uv": [ 4, 4, 12, 12 ], "texture": "#eye" },
|
||||
"north": { "uv": [ 4, 0, 12, 3 ], "texture": "#eye" },
|
||||
"south": { "uv": [ 4, 0, 12, 3 ], "texture": "#eye" },
|
||||
"west": { "uv": [ 4, 0, 12, 3 ], "texture": "#eye" },
|
||||
"east": { "uv": [ 4, 0, 12, 3 ], "texture": "#eye" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user