Merge branch 'master' of https://github.com/paulevsGitch/BetterEnd
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"variants": {
|
||||
"shape=flower_big_bottom": [
|
||||
{ "model": "betterend:block/hydralux_flower_big_1_bottom" },
|
||||
{ "model": "betterend:block/hydralux_flower_big_2_bottom" },
|
||||
{ "model": "betterend:block/hydralux_flower_big_3_bottom" }
|
||||
],
|
||||
"shape=flower_big_top": { "model": "betterend:block/hydralux_flower_big_top" },
|
||||
"shape=flower_small_bottom": { "model": "betterend:block/hydralux_flower_small_bottom" },
|
||||
"shape=flower_small_top": { "model": "betterend:block/hydralux_flower_small_top" },
|
||||
"shape=vine": { "model": "betterend:block/hydralux_vine" },
|
||||
"shape=roots": { "model": "betterend:block/hydralux_roots" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"age=0": { "model": "betterend:block/hydralux_sapling_1" },
|
||||
"age=1": { "model": "betterend:block/hydralux_sapling_2" },
|
||||
"age=2": { "model": "betterend:block/hydralux_sapling_3" },
|
||||
"age=3": { "model": "betterend:block/hydralux_sapling_4" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"defaultMap": {
|
||||
"spriteMap": [
|
||||
{
|
||||
"sprite": "betterend:block/hydralux_flower_petal",
|
||||
"material": "betterend:waving_glow_inc"
|
||||
},
|
||||
{
|
||||
"sprite": "betterend:block/hydralux_flower_bud_petal_side",
|
||||
"material": "betterend:waving_glow_inc"
|
||||
},
|
||||
{
|
||||
"sprite": "betterend:block/hydralux_flower_bud_petal_top",
|
||||
"material": "betterend:waving_glow_inc"
|
||||
},
|
||||
{
|
||||
"sprite": "betterend:block/hydralux_bloom_bottom",
|
||||
"material": "betterend:waving"
|
||||
},
|
||||
{
|
||||
"sprite": "betterend:block/hydralux_bloom_top",
|
||||
"material": "betterend:waving"
|
||||
},
|
||||
{
|
||||
"sprite": "betterend:block/hydralux_vine",
|
||||
"material": "betterend:waving"
|
||||
},
|
||||
{
|
||||
"sprite": "betterend:block/hydralux_flower_bottom",
|
||||
"material": "betterend:waving_glow_inc"
|
||||
},
|
||||
{
|
||||
"sprite": "betterend:block/hydralux_flower_bud",
|
||||
"material": "betterend:waving"
|
||||
},
|
||||
{
|
||||
"sprite": "betterend:block/hydralux_vine_bottom",
|
||||
"material": "betterend:waving_floor"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,105 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"textures": {
|
||||
"particle": "betterend:block/hydralux_flower_bottom",
|
||||
"texture": "betterend:block/hydralux_flower_bottom",
|
||||
"petal_bottom": "betterend:block/hydralux_bloom_bottom",
|
||||
"petal_side": "betterend:block/hydralux_flower_bud_petal_side",
|
||||
"petal": "betterend:block/hydralux_flower_petal",
|
||||
"top": "betterend:block/hydralux_bloom_top"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "PlaneX1",
|
||||
"from": [ 2.375, 0, 2.25 ],
|
||||
"to": [ 2.376, 6, 18.25 ],
|
||||
"rotation": { "origin": [ 2.375, 0, 2.25 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX1",
|
||||
"from": [ 13.75, 0, 2.25 ],
|
||||
"to": [ 13.751, 6, 18.25 ],
|
||||
"rotation": { "origin": [ 13.75, 0, 2.25 ], "axis": "y", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box3",
|
||||
"from": [ 4, 6, 4 ],
|
||||
"to": [ 12, 8, 12 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#petal_bottom" },
|
||||
"north": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box4",
|
||||
"from": [ 3, 8, 3 ],
|
||||
"to": [ 13, 16, 13 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 3, 3, 13, 13 ], "texture": "#petal_bottom" },
|
||||
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#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" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneY5",
|
||||
"from": [ 0, 16, 13 ],
|
||||
"to": [ 16, 16.001, 29 ],
|
||||
"rotation": { "origin": [ 0, 16, 13 ], "axis": "x", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 16 ], "texture": "#petal" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#petal", "rotation": 180 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneY5",
|
||||
"from": [ 0, 0, 3 ],
|
||||
"to": [ 16, 16, 3.001 ],
|
||||
"rotation": { "origin": [ 0, 16, 3 ], "axis": "x", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 16, 16, 0 ], "texture": "#petal" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#petal", "rotation": 180 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneY7",
|
||||
"from": [ 13, 16, 0 ],
|
||||
"to": [ 29, 16.001, 16 ],
|
||||
"rotation": { "origin": [ 13, 16, 0 ], "axis": "z", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#petal", "rotation": 90 },
|
||||
"up": { "uv": [ 16, 0, 0, 16 ], "texture": "#petal", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneY7",
|
||||
"from": [ 3, 0, 0 ],
|
||||
"to": [ 3.001, 16, 16 ],
|
||||
"rotation": { "origin": [ 3, 16, 0 ], "axis": "z", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 16, 16, 0, 0 ], "texture": "#petal" },
|
||||
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#petal", "rotation": 180 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,101 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"textures": {
|
||||
"particle": "betterend:block/hydralux_flower_bottom",
|
||||
"texture": "betterend:block/hydralux_flower_bottom",
|
||||
"petal_bottom": "betterend:block/hydralux_bloom_bottom",
|
||||
"petal_side": "betterend:block/hydralux_flower_bud_petal_side",
|
||||
"petal": "betterend:block/hydralux_flower_petal",
|
||||
"top": "betterend:block/hydralux_bloom_top"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "PlaneX1",
|
||||
"from": [ 2.375, 0, 2.25 ],
|
||||
"to": [ 2.376, 6, 18.25 ],
|
||||
"rotation": { "origin": [ 2.375, 0, 2.25 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX1",
|
||||
"from": [ 13.75, 0, 2.25 ],
|
||||
"to": [ 13.751, 6, 18.25 ],
|
||||
"rotation": { "origin": [ 13.75, 0, 2.25 ], "axis": "y", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box3",
|
||||
"from": [ 4, 6, 4 ],
|
||||
"to": [ 12, 8, 12 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#petal_bottom" },
|
||||
"north": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box4",
|
||||
"from": [ 3, 8, 3 ],
|
||||
"to": [ 13, 16, 13 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 3, 3, 13, 13 ], "texture": "#petal_bottom" },
|
||||
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#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" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneY5",
|
||||
"from": [ 0, 16, 13 ],
|
||||
"to": [ 16, 16.001, 29 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 16 ], "texture": "#petal" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#petal", "rotation": 180 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneY5",
|
||||
"from": [ 0, 15.9989, -13 ],
|
||||
"to": [ 16, 15.9999, 3 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#petal", "rotation": 180 },
|
||||
"up": { "uv": [ 16, 0, 0, 16 ], "texture": "#petal" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneY7",
|
||||
"from": [ 13, 16, 0 ],
|
||||
"to": [ 29, 16.001, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#petal", "rotation": 90 },
|
||||
"up": { "uv": [ 16, 0, 0, 16 ], "texture": "#petal", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneY7",
|
||||
"from": [ -13, 15.9989, 0 ],
|
||||
"to": [ 3, 15.9999, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 16 ], "texture": "#petal", "rotation": 270 },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#petal", "rotation": 270 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,105 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"textures": {
|
||||
"particle": "betterend:block/hydralux_flower_bottom",
|
||||
"texture": "betterend:block/hydralux_flower_bottom",
|
||||
"petal_bottom": "betterend:block/hydralux_bloom_bottom",
|
||||
"petal_side": "betterend:block/hydralux_flower_bud_petal_side",
|
||||
"petal": "betterend:block/hydralux_flower_petal",
|
||||
"top": "betterend:block/hydralux_bloom_top"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "PlaneX1",
|
||||
"from": [ 2.375, 0, 2.25 ],
|
||||
"to": [ 2.376, 6, 18.25 ],
|
||||
"rotation": { "origin": [ 2.375, 0, 2.25 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX1",
|
||||
"from": [ 13.75, 0, 2.25 ],
|
||||
"to": [ 13.751, 6, 18.25 ],
|
||||
"rotation": { "origin": [ 13.75, 0, 2.25 ], "axis": "y", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box3",
|
||||
"from": [ 4, 6, 4 ],
|
||||
"to": [ 12, 8, 12 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#petal_bottom" },
|
||||
"north": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box4",
|
||||
"from": [ 3, 8, 3 ],
|
||||
"to": [ 13, 16, 13 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 3, 3, 13, 13 ], "texture": "#petal_bottom" },
|
||||
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#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" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneY5",
|
||||
"from": [ 0, 16, 13 ],
|
||||
"to": [ 16, 16.001, 29 ],
|
||||
"rotation": { "origin": [ 0, 16, 13 ], "axis": "x", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 16 ], "texture": "#petal" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#petal", "rotation": 180 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneY5",
|
||||
"from": [ 0, 15.9989, -13 ],
|
||||
"to": [ 16, 15.9999, 3 ],
|
||||
"rotation": { "origin": [ 0, 16, 3 ], "axis": "x", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#petal", "rotation": 180 },
|
||||
"up": { "uv": [ 16, 0, 0, 16 ], "texture": "#petal" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneY7",
|
||||
"from": [ 13, 16, 0 ],
|
||||
"to": [ 29, 16.001, 16 ],
|
||||
"rotation": { "origin": [ 13, 16, 0 ], "axis": "z", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#petal", "rotation": 90 },
|
||||
"up": { "uv": [ 16, 0, 0, 16 ], "texture": "#petal", "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneY7",
|
||||
"from": [ -13, 15.9989, 0 ],
|
||||
"to": [ 3, 15.9999, 16 ],
|
||||
"rotation": { "origin": [ 3, 16, 0 ], "axis": "z", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 16, 0, 0, 16 ], "texture": "#petal", "rotation": 270 },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#petal", "rotation": 270 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"textures": {
|
||||
"particle": "betterend:block/hydralux_flower_bud",
|
||||
"texture": "betterend:block/hydralux_flower_bud"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "Box3",
|
||||
"from": [ 5, 0, 5 ],
|
||||
"to": [ 11, 2, 11 ],
|
||||
"faces": {
|
||||
"up": { "uv": [ 1, 1, 7, 7 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 1, 8, 7, 10 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 1, 8, 7, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 1, 8, 7, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 1, 8, 7, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX9",
|
||||
"from": [ 5.5, 2, 5.5 ],
|
||||
"to": [ 5.501, 10, 13.5 ],
|
||||
"rotation": { "origin": [ 5.5, 3, 5.5 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 8, 8, 16, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 8, 8, 16, 16 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX9",
|
||||
"from": [ 10.5, 2, 5.5 ],
|
||||
"to": [ 10.501, 10, 13.5 ],
|
||||
"rotation": { "origin": [ 10.5, 3, 5.5 ], "axis": "y", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 8, 8, 16, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 8, 8, 16, 16 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"textures": {
|
||||
"particle": "betterend:block/hydralux_flower_bottom",
|
||||
"texture": "betterend:block/hydralux_flower_bottom",
|
||||
"petal_bottom": "betterend:block/hydralux_flower_bud_petal_bottom",
|
||||
"petal_side": "betterend:block/hydralux_flower_bud_petal_side"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "PlaneX1",
|
||||
"from": [ 2.375, 0, 2.25 ],
|
||||
"to": [ 2.376, 6, 18.25 ],
|
||||
"rotation": { "origin": [ 2.375, 0, 2.25 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX1",
|
||||
"from": [ 13.75, 0, 2.25 ],
|
||||
"to": [ 13.751, 6, 18.25 ],
|
||||
"rotation": { "origin": [ 13.75, 0, 2.25 ], "axis": "y", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box3",
|
||||
"from": [ 4, 6, 4 ],
|
||||
"to": [ 12, 8, 12 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#petal_bottom" },
|
||||
"north": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box4",
|
||||
"from": [ 3, 8, 3 ],
|
||||
"to": [ 13, 16, 13 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 3, 3, 13, 13 ], "texture": "#petal_bottom" },
|
||||
"north": { "uv": [ 3, 8, 13, 16 ], "texture": "#petal_side" },
|
||||
"south": { "uv": [ 3, 8, 13, 16 ], "texture": "#petal_side" },
|
||||
"west": { "uv": [ 3, 8, 13, 16 ], "texture": "#petal_side" },
|
||||
"east": { "uv": [ 3, 8, 13, 16 ], "texture": "#petal_side" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"__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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"textures": {
|
||||
"particle": "betterend:block/hydralux_vine_bottom",
|
||||
"texture": "betterend:block/hydralux_vine_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "PlaneX1",
|
||||
"from": [ 2.375, 0, 2.25 ],
|
||||
"to": [ 2.376, 16, 18.25 ],
|
||||
"rotation": { "origin": [ 2.375, 0, 2.25 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__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": "#texture" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_no_distortion",
|
||||
"textures": {
|
||||
"texture": "betterend:block/hydralux_sapling_1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_no_distortion",
|
||||
"textures": {
|
||||
"texture": "betterend:block/hydralux_sapling_2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_no_distortion",
|
||||
"textures": {
|
||||
"texture": "betterend:block/hydralux_sapling_3"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_no_distortion",
|
||||
"textures": {
|
||||
"texture": "betterend:block/hydralux_sapling_4"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_no_distortion",
|
||||
"textures": {
|
||||
"texture": "betterend:block/hydralux_vine"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"textures": {
|
||||
"particle": "betterend:block/hydralux_vine_bottom",
|
||||
"texture": "betterend:block/hydralux_vine_bottom",
|
||||
"roots": "betterend:block/hydralux_roots"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "PlaneX1",
|
||||
"from": [ 2.375, 0, 2.25 ],
|
||||
"to": [ 2.376, 16, 18.25 ],
|
||||
"rotation": { "origin": [ 2.375, 0, 2.25 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__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": "#texture" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX4",
|
||||
"from": [ 5, 0, 0.5 ],
|
||||
"to": [ 5.001, 16, 16.5 ],
|
||||
"rotation": { "origin": [ 5, 0, 0.5 ], "axis": "y", "angle": 22.5 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#roots" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#roots" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneZ5",
|
||||
"from": [ 0.5, 0, 11 ],
|
||||
"to": [ 16.5, 16, 11.001 ],
|
||||
"rotation": { "origin": [ 0.5, 0, 11 ], "axis": "y", "angle": 22.5 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#roots" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#roots" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX4",
|
||||
"from": [ 11, 0, 0.5 ],
|
||||
"to": [ 11.001, 16, 16.5 ],
|
||||
"rotation": { "origin": [ 11, 0, 0.5 ], "axis": "y", "angle": -22.5 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#roots" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#roots" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneZ5",
|
||||
"from": [ 0.5, 0, 5 ],
|
||||
"to": [ 16.5, 16, 5.001 ],
|
||||
"rotation": { "origin": [ 0.5, 0, 5 ], "axis": "y", "angle": -22.5 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#roots" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#roots" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "betterend:item/hydralux_spore"
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 309 B |
After Width: | Height: | Size: 348 B |
After Width: | Height: | Size: 2 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 314 B |
After Width: | Height: | Size: 284 B |
After Width: | Height: | Size: 326 B |
After Width: | Height: | Size: 387 B |
After Width: | Height: | Size: 363 B |
After Width: | Height: | Size: 316 B |
After Width: | Height: | Size: 350 B |
After Width: | Height: | Size: 400 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 414 B |
After Width: | Height: | Size: 451 B |
After Width: | Height: | Size: 371 B |
After Width: | Height: | Size: 417 B |