* github pls * add initial textures + blockstates * models * started writing up the blocks * model adjustments, added item models and textures * cleanup * git moment
23 lines
No EOL
741 B
JSON
23 lines
No EOL
741 B
JSON
{
|
|
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
|
"textures": {
|
|
"particle": "betterend:block/hydralux_flower_bud_petal_side",
|
|
"texture": "betterend:block/hydralux_flower_bud_petal_side",
|
|
"petal_top": "betterend:block/hydralux_flower_bud_petal_top"
|
|
},
|
|
"elements": [
|
|
{
|
|
"__comment": "Box4",
|
|
"from": [ 3, 0, 3 ],
|
|
"to": [ 13, 8, 13 ],
|
|
"shade": false,
|
|
"faces": {
|
|
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#petal_top" },
|
|
"north": { "uv": [ 3, 0, 13, 8 ], "texture": "#texture" },
|
|
"south": { "uv": [ 3, 0, 13, 8 ], "texture": "#texture" },
|
|
"west": { "uv": [ 3, 0, 13, 8 ], "texture": "#texture" },
|
|
"east": { "uv": [ 3, 0, 13, 8 ], "texture": "#texture" }
|
|
}
|
|
}
|
|
]
|
|
} |