SangeFault/assets/minecraft/models/block/chorus_plant_noside3.json
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 a50683c84e Updated to 1.18.1 Vanilla Assets
basically starting over... this is gonna be fun!
2022-01-20 17:44:06 +01:00

26 lines
743 B
JSON

{
"ambientocclusion": false,
"textures": {
"texture": "block/chorus_plant",
"inside": "block/chorus_plant",
"particle": "block/chorus_plant"
},
"elements": [
{ "from": [ 4, 4, 4 ],
"to": [ 12, 12, 12 ],
"faces": {
"north": { "texture": "#inside" }
}
},
{ "from": [ 4, 4, 3 ],
"to": [ 12, 12, 4 ],
"faces": {
"down": { "texture": "#texture" },
"up": { "texture": "#texture" },
"north": { "texture": "#texture" },
"west": { "texture": "#texture" },
"east": { "texture": "#texture" }
}
}
]
}