You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
20
assets/minecraft/models/block/chorus_plant_side.json
Normal file
20
assets/minecraft/models/block/chorus_plant_side.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"texture": "block/chorus_plant",
|
||||
"inside": "block/chorus_plant",
|
||||
"particle": "block/chorus_plant"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 4, 4, 0 ],
|
||||
"to": [ 12, 12, 4 ],
|
||||
"faces": {
|
||||
"down": { "texture": "#texture" },
|
||||
"up": { "texture": "#texture" },
|
||||
"north": { "texture": "#texture", "cullface":"north" },
|
||||
"west": { "texture": "#texture" },
|
||||
"east": { "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user