You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
83
assets/minecraft/models/block/small_dripleaf_top.json
Normal file
83
assets/minecraft/models/block/small_dripleaf_top.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"top": "block/small_dripleaf_top",
|
||||
"side": "block/small_dripleaf_side",
|
||||
"stem": "block/small_dripleaf_stem_top",
|
||||
"particle": "block/small_dripleaf_top"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 2.99, 8 ],
|
||||
"to": [ 15, 2.99, 15 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 8, 0, 0, 8 ], "texture": "#top" },
|
||||
"up": { "uv": [ 8, 8, 0, 0 ], "texture": "#top" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 1, 8, 1 ],
|
||||
"to": [ 8, 8, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 8, 8, 0 ], "texture": "#top" },
|
||||
"up": { "uv": [ 0, 0, 8, 8 ], "texture": "#top" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 1, 12, 8 ],
|
||||
"to": [ 8, 12, 15 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 8, 0, 0, 8 ], "texture": "#top" , "rotation": 270},
|
||||
"up": { "uv": [ 0, 0, 8, 8 ], "texture": "#top" , "rotation": 270}
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 2, 8 ],
|
||||
"to": [ 15, 3, 15 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"east": { "uv": [ 0, 0, 8, 1 ], "texture": "#side" },
|
||||
"west": { "uv": [ 0, 0, 8, 1 ], "texture": "#side" },
|
||||
"north": { "uv": [ 0, 0, 8, 1 ], "texture": "#side" },
|
||||
"south": { "uv": [ 0, 0, 8, 1 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 1, 7, 1.01 ],
|
||||
"to": [ 8, 8, 8 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"east": { "uv": [ 0, 0, 8, 1 ], "texture": "#side" },
|
||||
"west": { "uv": [ 0, 0, 8, 1 ], "texture": "#side" },
|
||||
"north": { "uv": [ 0, 0, 8, 1 ], "texture": "#side" },
|
||||
"south": { "uv": [ 0, 0, 8, 1 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 1, 11, 8 ],
|
||||
"to": [ 8, 12, 15 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"east": { "uv": [ 0, 0, 8, 1 ], "texture": "#side"},
|
||||
"west": { "uv": [ 0, 0, 8, 1 ], "texture": "#side"},
|
||||
"north": { "uv": [ 0, 0, 8, 1 ], "texture": "#side"},
|
||||
"south": { "uv": [ 0, 0, 8, 1 ], "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{ "from": [ 4.5, 0, 8 ],
|
||||
"to": [ 11.5, 14, 8 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": false },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 4, 0, 12, 14 ], "texture": "#stem" },
|
||||
"south": { "uv": [ 4, 0, 12, 14 ], "texture": "#stem" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 4.5, 0, 8 ],
|
||||
"to": [ 11.5, 14, 8 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": -45, "rescale": false },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 4, 0, 12, 14 ], "texture": "#stem" },
|
||||
"south": { "uv": [ 4, 0, 12, 14 ], "texture": "#stem" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user