You've already forked minecraft-assets
Create/Update assets for version 1.20-pre5
This commit is contained in:
35
assets/minecraft/models/block/template_candle.json
Normal file
35
assets/minecraft/models/block/template_candle.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "block/block",
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0, 7],
|
||||
"to": [9, 6, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 2, 14], "texture": "#all"},
|
||||
"east": {"uv": [0, 8, 2, 14], "texture": "#all"},
|
||||
"south": {"uv": [0, 8, 2, 14], "texture": "#all"},
|
||||
"west": {"uv": [0, 8, 2, 14], "texture": "#all"},
|
||||
"up": {"uv": [0, 6, 2, 8], "texture": "#all"},
|
||||
"down": {"uv": [0, 14, 2, 16], "texture": "#all", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 6, 8],
|
||||
"to": [8.5, 7, 8],
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [8, 6, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 5, 1, 6], "texture": "#all"},
|
||||
"south": {"uv": [0, 5, 1, 6], "texture": "#all"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 6, 8],
|
||||
"to": [8.5, 7, 8],
|
||||
"rotation": {"angle": -45, "axis": "y", "origin": [8, 6, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 5, 1, 6], "texture": "#all"},
|
||||
"south": {"uv": [0, 5, 1, 6], "texture": "#all"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user