You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
53
assets/minecraft/models/block/sunflower_top.json
Normal file
53
assets/minecraft/models/block/sunflower_top.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/sunflower_front",
|
||||
"cross": "block/sunflower_top",
|
||||
"back": "block/sunflower_back",
|
||||
"front": "block/sunflower_front"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0.8, 0, 8 ],
|
||||
"to": [ 15.2, 8, 8 ],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8, 8 ],
|
||||
"axis": "y",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 8, 16, 16 ], "texture": "#cross" },
|
||||
"south": { "uv": [ 0, 8, 16, 16 ], "texture": "#cross" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 0, 0.8 ],
|
||||
"to": [ 8, 8, 15.2 ],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8, 8 ],
|
||||
"axis": "y",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 8, 16, 16 ], "texture": "#cross" },
|
||||
"east": { "uv": [ 0, 8, 16, 16 ], "texture": "#cross" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 9.6, -1, 1 ],
|
||||
"to": [ 9.6, 15, 15 ],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8, 8 ],
|
||||
"axis": "z",
|
||||
"angle": 22.5,
|
||||
"rescale": true
|
||||
},
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#back" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#front" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user