Blossom berry

This commit is contained in:
paulevsGitch 2021-01-06 16:05:20 +03:00
parent 2a2641eea3
commit ca769ebc66
30 changed files with 257 additions and 36 deletions

View file

@ -0,0 +1,8 @@
{
"variants": {
"age=0": { "model": "betterend:block/blossom_berry_seed_0" },
"age=1": { "model": "betterend:block/blossom_berry_seed_1" },
"age=2": { "model": "betterend:block/blossom_berry_seed_2" },
"age=3": { "model": "betterend:block/blossom_berry" }
}
}

View file

@ -550,5 +550,7 @@
"biome.betterend.eterial_grove": "Eterial Grove",
"block.betterend.umbrella_tree_sapling": "Umbrella Tree Sapling",
"item.betterend.umbrella_cluster_juice": "Umbrella Cluster Juice"
"item.betterend.umbrella_cluster_juice": "Umbrella Cluster Juice",
"block.betterend.blossom_berry_seed": "Blossom Berry Seed",
"item.betterend.blossom_berry": "Blossom Berry"
}

View file

@ -552,5 +552,7 @@
"biome.betterend.eterial_grove": "Эфирная роща",
"block.betterend.umbrella_tree_sapling": "Саженец зонтичного дерева",
"item.betterend.umbrella_cluster_juice": "Сок зонтичного кластера"
"item.betterend.umbrella_cluster_juice": "Сок зонтичного кластера",
"block.betterend.blossom_berry_seed": "Семя цветущей ягоды",
"item.betterend.blossom_berry": "Цветущая ягода"
}

View file

@ -0,0 +1,56 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/blossom_berry_flower",
"stem": "betterend:block/blossom_berry_stem",
"flower": "betterend:block/blossom_berry_flower",
"texture": "betterend:block/blossom_berry_fruit"
},
"elements": [
{
"__comment": "PlaneX1",
"from": [ 2.25, 0, 2.25 ],
"to": [ 2.251, 16, 18.25 ],
"rotation": { "origin": [ 2.25, 0, 2.25 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem" }
}
},
{
"__comment": "PlaneX1",
"from": [ 13.75, 0, 2.25 ],
"to": [ 13.751, 16, 18.25 ],
"rotation": { "origin": [ 13.75, 0, 2.25 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem" }
}
},
{
"__comment": "PlaneY3",
"from": [ 0, 12, 0 ],
"to": [ 16, 12.001, 16 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#flower" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#flower" }
}
},
{
"__comment": "Box4",
"from": [ 5, 11, 5 ],
"to": [ 11, 17, 11 ],
"faces": {
"down": { "uv": [ 0, 0, 6, 6 ], "texture": "#texture" },
"up": { "uv": [ 0, 0, 6, 6 ], "texture": "#texture" },
"north": { "uv": [ 0, 0, 6, 6 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 6, 6 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 6, 6 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 6, 6 ], "texture": "#texture" }
}
}
]
}

View file

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

View file

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

View file

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

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:item/blossom_berry"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:item/blossom_berry_seed"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B