Lotus generation

This commit is contained in:
paulevsGitch 2020-10-20 21:26:33 +03:00
parent d3c279bf53
commit cac7be60b1
18 changed files with 469 additions and 11 deletions

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/plane_bottom",
"textures": {
"texture": "betterend:block/end_lotus_leaf_center"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/plane_bottom",
"textures": {
"texture": "betterend:block/end_lotus_leaf_corner"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/plane_bottom",
"textures": {
"texture": "betterend:block/end_lotus_leaf_side"
}
}

View file

@ -0,0 +1,34 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"parent": "block/block",
"textures": {
"particle": "betterend:block/end_lotus_stem",
"texture": "betterend:block/end_lotus_stem",
"texture1": "betterend:block/end_lotus_leaf_cutout"
},
"elements": [
{
"__comment": "Box1",
"from": [ 6, 0, 6 ],
"to": [ 10, 16, 10 ],
"faces": {
"down": { "uv": [ 4, 0, 8, 4 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 4, 0, 8, 4 ], "texture": "#texture", "cullface": "up" },
"north": { "uv": [ 0, 0, 4, 16 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 4, 16 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 4, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 4, 16 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY2",
"from": [ 0, 0, 0 ],
"to": [ 16, 0.001, 16 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" }
}
}
]
}

View file

@ -0,0 +1,45 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"parent": "block/block",
"textures": {
"particle": "betterend:block/end_lotus_stem",
"texture": "betterend:block/end_lotus_stem",
"leaf": "betterend:block/end_lotus_leaf_cutout"
},
"elements": [
{
"__comment": "Box1",
"from": [ 6, 0, 6 ],
"to": [ 10, 12, 10 ],
"faces": {
"down": { "uv": [ 4, 0, 8, 4 ], "texture": "#texture", "cullface": "down" },
"north": { "uv": [ 0, 4, 4, 16 ], "texture": "#texture" },
"south": { "uv": [ 0, 4, 4, 16 ], "texture": "#texture" },
"west": { "uv": [ 0, 4, 4, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 4, 4, 16 ], "texture": "#texture" }
}
},
{
"__comment": "Box2",
"from": [ 5, 12, 5 ],
"to": [ 11, 16, 11 ],
"faces": {
"down": { "uv": [ 4, 8, 10, 14 ], "texture": "#texture" },
"up": { "uv": [ 4, 8, 10, 14 ], "texture": "#texture", "cullface": "up" },
"north": { "uv": [ 4, 4, 10, 8 ], "texture": "#texture" },
"south": { "uv": [ 4, 4, 10, 8 ], "texture": "#texture" },
"west": { "uv": [ 4, 4, 10, 8 ], "texture": "#texture" },
"east": { "uv": [ 4, 4, 10, 8 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneY3",
"from": [ 0, 0, 0 ],
"to": [ 16, 0.001, 16 ],
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#leaf" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaf" }
}
}
]
}

View file

@ -0,0 +1,17 @@
{
"textures": {
"particle": "#texture"
},
"elements": [
{
"__comment": "PlaneY1",
"from": [ 0, 0, 0 ],
"to": [ 16, 0.001, 16 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
}
]
}