{
  "parent": "minecraft:block/block",
  "textures": {
    "particle": "#texture",
    "bottom":   "minecraft:block/chorus_plant"
  },
  "elements": [
    {
	  "from":  [  2,  0,  2 ],
      "to":    [ 14, 16, 14 ],
      "faces": {
        "down":  { "uv": [ 14, 14,  2,  2 ], "texture": "#bottom",  "cullface": "down" },
        "up":    { "uv": [  2,  2, 14, 14 ], "texture": "#texture", "cullface": "up" },
        "north": { "uv": [  2,  0, 14, 16 ], "texture": "#bottom" },
        "south": { "uv": [  2,  0, 14, 16 ], "texture": "#bottom" },
        "west":  { "uv": [  2,  0, 14, 16 ], "texture": "#bottom" },
        "east":  { "uv": [  2,  0, 14, 16 ], "texture": "#bottom" }
      }
    },
    {
	  "from":  [  2,  2,  0 ],
      "to":    [ 14, 14, 16 ],
      "faces": {
        "down":  { "uv": [ 14, 16, 2, 0 ], "texture": "#bottom" },
        "up":    { "uv": [ 2, 0, 14, 16 ], "texture": "#bottom" },
        "north": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface": "north" },
        "south": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface": "south" },
        "west":  { "uv": [ 0, 2, 16, 14 ], "texture": "#bottom" },
        "east":  { "uv": [ 0, 2, 16, 14 ], "texture": "#bottom" }
      }
    },
    {
	  "from":  [  0,  2,  2 ],
      "to":    [ 16, 14, 14 ],
      "faces": {
        "down":  { "uv": [ 16, 14, 0, 2 ], "texture": "#bottom" },
        "up":    { "uv": [ 0, 2, 16, 14 ], "texture": "#bottom" },
        "north": { "uv": [ 0, 2, 16, 14 ], "texture": "#bottom" },
        "south": { "uv": [ 0, 2, 16, 14 ], "texture": "#bottom" },
        "west":  { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface": "west" },
        "east":  { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface": "east" }
      }
    }
  ]
}