Bulb vine (WIP)
This commit is contained in:
parent
e59af33124
commit
61538c18d3
15 changed files with 220 additions and 5 deletions
|
@ -0,0 +1,98 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"textures": {
|
||||
"particle": "betterend:block/bulb_vine",
|
||||
"texture": "betterend:block/bulb_vine",
|
||||
"fur": "betterend:block/bulb_vine_fur",
|
||||
"stem": "betterend:block/bulb_vine_middle"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 4, 4, 4 ],
|
||||
"to": [ 12, 12, 12 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 8, 8, 16 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 8, 0, 16, 8 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 0, 0, 8, 8 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 0, 0, 8, 8 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 0, 0, 8, 8 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 0, 8, 8 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 5, 12, 5 ],
|
||||
"to": [ 11, 14, 11 ],
|
||||
"faces": {
|
||||
"up": { "uv": [ 9, 1, 15, 7 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 9, 6, 15, 8 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 9, 6, 15, 8 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 9, 6, 15, 8 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 9, 6, 15, 8 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 6, 14, 6 ],
|
||||
"to": [ 10, 15, 10 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 10, 2, 14, 6 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 10, 5, 14, 6 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 10, 5, 14, 6 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 10, 5, 14, 6 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 10, 5, 14, 6 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box4",
|
||||
"from": [ 3, 7, 3 ],
|
||||
"to": [ 13, 13, 13 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": { "uv": [ 0, 0, 10, 10 ], "texture": "#fur" },
|
||||
"north": { "uv": [ 0, 10, 10, 16 ], "texture": "#fur" },
|
||||
"south": { "uv": [ 0, 10, 10, 16 ], "texture": "#fur" },
|
||||
"west": { "uv": [ 0, 10, 10, 16 ], "texture": "#fur" },
|
||||
"east": { "uv": [ 0, 10, 10, 16 ], "texture": "#fur" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box4",
|
||||
"from": [ 13, 13, 13 ],
|
||||
"to": [ 3, 7, 3 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 10, 10 ], "texture": "#fur" },
|
||||
"north": { "uv": [ 0, 16, 10, 10 ], "texture": "#fur" },
|
||||
"south": { "uv": [ 0, 16, 10, 10 ], "texture": "#fur" },
|
||||
"west": { "uv": [ 0, 16, 10, 10 ], "texture": "#fur" },
|
||||
"east": { "uv": [ 0, 16, 10, 10 ], "texture": "#fur" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX9",
|
||||
"from": [ 7.25, 15, 7.25 ],
|
||||
"to": [ 7.251, 16, 9.25 ],
|
||||
"rotation": { "origin": [ 7.25, 15, 7.25 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 7, 0, 9, 1 ], "texture": "#stem" },
|
||||
"east": { "uv": [ 7, 0, 9, 1 ], "texture": "#stem" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX9",
|
||||
"from": [ 8.625, 15, 7.375 ],
|
||||
"to": [ 8.626, 16, 9.375 ],
|
||||
"rotation": { "origin": [ 8.625, 15, 7.375 ], "axis": "y", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 7, 0, 9, 1 ], "texture": "#stem" },
|
||||
"east": { "uv": [ 7, 0, 9, 1 ], "texture": "#stem" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_no_distortion",
|
||||
"textures": {
|
||||
"texture": "betterend:block/bulb_vine_middle"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_no_distortion_inverted",
|
||||
"textures": {
|
||||
"texture": "betterend:block/bulb_vine_middle"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"textures": {
|
||||
"particle": "betterend:block/bulb_vine_middle",
|
||||
"texture": "betterend:block/bulb_vine_middle",
|
||||
"roots": "betterend:block/bulb_vine_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, 16, 16, 0 ], "texture": "#roots" },
|
||||
"east": { "uv": [ 0, 16, 16, 0 ], "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, 16, 16, 0 ], "texture": "#roots" },
|
||||
"south": { "uv": [ 0, 16, 16, 0 ], "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, 16, 16, 0 ], "texture": "#roots" },
|
||||
"east": { "uv": [ 0, 16, 16, 0 ], "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, 16, 16, 0 ], "texture": "#roots" },
|
||||
"south": { "uv": [ 0, 16, 16, 0 ], "texture": "#roots" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue