You've already forked minecraft-assets
Create/Update assets for version 24w07a
This commit is contained in:
39
assets/minecraft/models/block/pitcher_plant_bottom.json
Normal file
39
assets/minecraft/models/block/pitcher_plant_bottom.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/pitcher_crop_bottom_stage_4",
|
||||
"bottom": "block/pitcher_crop_bottom_stage_4"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "pitcher_plant_bottom",
|
||||
"from": [8, -5, 0],
|
||||
"to": [8, 11, 16],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [8, 3, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 16], "texture": "#bottom"},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
|
||||
"south": {"uv": [0, 0, 0, 16], "texture": "#bottom"},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
|
||||
"up": {"uv": [0, 0, 16, 0], "rotation": 90, "texture": "#bottom"},
|
||||
"down": {"uv": [0, 0, 16, 0], "rotation": 270, "texture": "#bottom"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "pitcher_plant_bottom",
|
||||
"from": [0, -5, 8],
|
||||
"to": [16, 11, 8],
|
||||
"shade": false,
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [8, 3, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
|
||||
"east": {"uv": [0, 0, 0, 16], "texture": "#bottom"},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
|
||||
"west": {"uv": [0, 0, 0, 16], "texture": "#bottom"},
|
||||
"up": {"uv": [0, 0, 16, 0], "texture": "#bottom"},
|
||||
"down": {"uv": [0, 0, 16, 0], "texture": "#bottom"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user