You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
76
assets/minecraft/models/block/template_chorus_flower.json
Normal file
76
assets/minecraft/models/block/template_chorus_flower.json
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"bottom": "block/chorus_plant",
|
||||
"particle": "#texture"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [ 2, 14, 2 ],
|
||||
"to": [ 14, 16, 14 ],
|
||||
"faces": {
|
||||
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 2, 0, 14, 2 ], "texture": "#bottom" },
|
||||
"south": { "uv": [ 2, 0, 14, 2 ], "texture": "#bottom" },
|
||||
"west": { "uv": [ 2, 0, 14, 2 ], "texture": "#bottom" },
|
||||
"east": { "uv": [ 2, 0, 14, 2 ], "texture": "#bottom" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 0, 2, 2 ],
|
||||
"to": [ 2, 14, 14 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 14, 14, 2 ], "texture": "#bottom" },
|
||||
"up": { "uv": [ 0, 2, 2, 14 ], "texture": "#bottom" },
|
||||
"north": { "uv": [ 14, 2, 16, 14 ], "texture": "#bottom" },
|
||||
"south": { "uv": [ 0, 2, 2, 14 ], "texture": "#bottom" },
|
||||
"west": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 2, 2, 0 ],
|
||||
"to": [ 14, 14, 2 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 14, 2, 2, 0 ], "texture": "#bottom" },
|
||||
"up": { "uv": [ 2, 0, 14, 2 ], "texture": "#bottom" },
|
||||
"north": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 0, 2, 2, 14 ], "texture": "#bottom" },
|
||||
"east": { "uv": [ 14, 2, 16, 14 ], "texture": "#bottom" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 2, 2, 14 ],
|
||||
"to": [ 14, 14, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 14, 16, 2, 14 ], "texture": "#bottom" },
|
||||
"up": { "uv": [ 2, 14, 14, 16 ], "texture": "#bottom" },
|
||||
"south": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 14, 2, 16, 14 ], "texture": "#bottom" },
|
||||
"east": { "uv": [ 0, 2, 2, 14 ], "texture": "#bottom" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 14, 2, 2 ],
|
||||
"to": [ 16, 14, 14 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 2, 14, 0, 2 ], "texture": "#bottom" },
|
||||
"up": { "uv": [ 14, 2, 16, 14 ], "texture": "#bottom" },
|
||||
"north": { "uv": [ 0, 2, 2, 14 ], "texture": "#bottom" },
|
||||
"south": { "uv": [ 14, 2, 16, 14 ], "texture": "#bottom" },
|
||||
"east": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 2, 0, 2 ],
|
||||
"to": [ 14, 14, 14 ],
|
||||
"faces": {
|
||||
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#bottom" },
|
||||
"down": { "uv": [ 14, 14, 2, 2 ], "texture": "#bottom" },
|
||||
"north": { "uv": [ 2, 2, 14, 16 ], "texture": "#bottom" },
|
||||
"south": { "uv": [ 2, 2, 14, 16 ], "texture": "#bottom" },
|
||||
"west": { "uv": [ 2, 2, 14, 16 ], "texture": "#bottom" },
|
||||
"east": { "uv": [ 2, 2, 14, 16 ], "texture": "#bottom" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user