import sources from scattered branches

This commit is contained in:
2026-07-08 23:12:18 -04:00
parent a1cbd1657e
commit 5e9d8f1b34
9409 changed files with 97775 additions and 7 deletions

View File

@@ -0,0 +1,80 @@
{ "parent": "block/block",
"textures": {
"texture": "block/chorus_plant",
"inside": "block/chorus_plant",
"particle": "block/chorus_plant"
},
"elements": [
{ "from": [ 2, 14, 2 ],
"to": [ 14, 16, 14 ],
"faces": {
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface":"up" },
"north": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture", "cullface":"up" },
"south": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture", "cullface":"up" },
"west": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture", "cullface":"up" },
"east": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture", "cullface":"up" }
}
},
{ "from": [ 0, 2, 2 ],
"to": [ 2, 14, 14 ],
"faces": {
"down": { "uv": [ 16, 14, 14, 2 ], "texture": "#texture", "cullface":"west" },
"up": { "uv": [ 0, 2, 2, 14 ], "texture": "#texture", "cullface":"west" },
"north": { "uv": [ 14, 2, 16, 14 ], "texture": "#texture", "cullface":"west" },
"south": { "uv": [ 0, 2, 2, 14 ], "texture": "#texture", "cullface":"west" },
"west": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface":"west" }
}
},
{ "from": [ 2, 2, 0 ],
"to": [ 14, 14, 2 ],
"faces": {
"down": { "uv": [ 14, 2, 2, 0 ], "texture": "#texture", "cullface":"north" },
"up": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture", "cullface":"north" },
"north": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface":"north" },
"west": { "uv": [ 0, 2, 2, 14 ], "texture": "#texture", "cullface":"north" },
"east": { "uv": [ 14, 2, 16, 14 ], "texture": "#texture", "cullface":"north" }
}
},
{ "from": [ 2, 2, 14 ],
"to": [ 14, 14, 16 ],
"faces": {
"down": { "uv": [ 14, 16, 2, 14 ], "texture": "#texture", "cullface":"south" },
"up": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture", "cullface":"south" },
"south": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface":"south" },
"west": { "uv": [ 14, 2, 16, 14 ], "texture": "#texture", "cullface":"south" },
"east": { "uv": [ 0, 2, 2, 14 ], "texture": "#texture", "cullface":"south" }
}
},
{ "from": [ 14, 2, 2 ],
"to": [ 16, 14, 14 ],
"faces": {
"down": { "uv": [ 2, 14, 0, 2 ], "texture": "#texture", "cullface":"east" },
"up": { "uv": [ 14, 2, 16, 14 ], "texture": "#texture", "cullface":"east" },
"north": { "uv": [ 0, 2, 2, 14 ], "texture": "#texture", "cullface":"east" },
"south": { "uv": [ 14, 2, 16, 14 ], "texture": "#texture", "cullface":"east" },
"east": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface":"east" }
}
},
{ "from": [ 2, 0, 2 ],
"to": [ 14, 2, 14 ],
"faces": {
"down": { "uv": [ 14, 14, 2, 2 ], "texture": "#texture", "cullface":"down" },
"north": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture", "cullface":"down" },
"south": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture", "cullface":"down" },
"west": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture", "cullface":"down" },
"east": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture", "cullface":"down" }
}
},
{ "from": [ 2, 2, 2 ],
"to": [ 14, 14, 14 ],
"faces": {
"down": { "uv": [ 14, 14, 2, 2 ], "texture": "#inside" },
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside" },
"north": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside" },
"south": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside" },
"west": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside" },
"east": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside" }
}
}
]
}