Chandelier models
This commit is contained in:
parent
6b8422dae3
commit
f8b9afbfed
6 changed files with 240 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"variants": {
|
"variants": {
|
||||||
"facing=up": { "model": "betterend:block/thallasium_chandelier" },
|
"facing=up": { "model": "betterend:block/thallasium_chandelier" },
|
||||||
"facing=down": { "model": "betterend:block/blue_vine_fur", "x": 180 },
|
"facing=down": { "model": "betterend:block/thallasium_chandelier_ceil" },
|
||||||
"facing=north": { "model": "betterend:block/blue_vine_fur", "x": 90 },
|
"facing=north": { "model": "betterend:block/thallasium_chandelier_wall", "y": 180 },
|
||||||
"facing=south": { "model": "betterend:block/blue_vine_fur", "x": 90, "y": 180 },
|
"facing=south": { "model": "betterend:block/thallasium_chandelier_wall" },
|
||||||
"facing=east": { "model": "betterend:block/blue_vine_fur", "x": 90, "y": 90 },
|
"facing=east": { "model": "betterend:block/thallasium_chandelier_wall", "y": 270 },
|
||||||
"facing=west": { "model": "betterend:block/blue_vine_fur", "x": 90, "y": 270 }
|
"facing=west": { "model": "betterend:block/thallasium_chandelier_wall", "y": 90 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,133 @@
|
||||||
|
{
|
||||||
|
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||||
|
"textures": {
|
||||||
|
"particle": "betterend:block/thallasium_chandelier_ceil",
|
||||||
|
"texture": "betterend:block/thallasium_chandelier_ceil",
|
||||||
|
"rod": "betterend:block/thallasium_chandelier"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"__comment": "Box1",
|
||||||
|
"from": [ 6, 15, 6 ],
|
||||||
|
"to": [ 10, 16, 10 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "uv": [ 0, 0, 4, 4 ], "texture": "#rod" },
|
||||||
|
"up": { "uv": [ 0, 0, 4, 4 ], "texture": "#rod" },
|
||||||
|
"north": { "uv": [ 0, 4, 4, 5 ], "texture": "#rod" },
|
||||||
|
"south": { "uv": [ 0, 4, 4, 5 ], "texture": "#rod" },
|
||||||
|
"west": { "uv": [ 0, 4, 4, 5 ], "texture": "#rod" },
|
||||||
|
"east": { "uv": [ 0, 4, 4, 5 ], "texture": "#rod" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "PlaneX3",
|
||||||
|
"from": [ 2, 2, 2 ],
|
||||||
|
"to": [ 2.001, 15, 19 ],
|
||||||
|
"rotation": { "origin": [ 2, 2, 2 ], "axis": "y", "angle": 45 },
|
||||||
|
"shade": false,
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 0, 0, 16, 13 ], "texture": "#texture" },
|
||||||
|
"east": { "uv": [ 0, 0, 16, 13 ], "texture": "#texture" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "PlaneX3",
|
||||||
|
"from": [ 14, 2, 2 ],
|
||||||
|
"to": [ 14.001, 15, 19 ],
|
||||||
|
"rotation": { "origin": [ 14, 2, 2 ], "axis": "y", "angle": -45 },
|
||||||
|
"shade": false,
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 0, 0, 16, 13 ], "texture": "#texture" },
|
||||||
|
"east": { "uv": [ 0, 0, 16, 13 ], "texture": "#texture" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "PlaneX5",
|
||||||
|
"from": [ 2, 3, 2 ],
|
||||||
|
"to": [ 2.001, 9, 7.5 ],
|
||||||
|
"rotation": { "origin": [ 2, 3, 2 ], "axis": "y", "angle": 45 },
|
||||||
|
"shade": false,
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 11, 6, 16, 0 ], "texture": "#rod" },
|
||||||
|
"east": { "uv": [ 11, 6, 16, 0 ], "texture": "#rod" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "PlaneX5",
|
||||||
|
"from": [ 6, 3, 2 ],
|
||||||
|
"to": [ 6.001, 9, 7.5 ],
|
||||||
|
"rotation": { "origin": [ 6, 3, 2 ], "axis": "y", "angle": -45 },
|
||||||
|
"shade": false,
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 11, 6, 16, 0 ], "texture": "#rod" },
|
||||||
|
"east": { "uv": [ 11, 6, 16, 0 ], "texture": "#rod" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "PlaneX5",
|
||||||
|
"from": [ 14, 3, 2 ],
|
||||||
|
"to": [ 14.001, 9, 7.5 ],
|
||||||
|
"rotation": { "origin": [ 14, 3, 2 ], "axis": "y", "angle": -45 },
|
||||||
|
"shade": false,
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 11, 6, 16, 0 ], "texture": "#rod" },
|
||||||
|
"east": { "uv": [ 11, 6, 16, 0 ], "texture": "#rod" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "PlaneX5",
|
||||||
|
"from": [ 10, 3, 2 ],
|
||||||
|
"to": [ 10.001, 9, 7.5 ],
|
||||||
|
"rotation": { "origin": [ 10, 3, 2 ], "axis": "y", "angle": 45 },
|
||||||
|
"shade": false,
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 11, 6, 16, 0 ], "texture": "#rod" },
|
||||||
|
"east": { "uv": [ 11, 6, 16, 0 ], "texture": "#rod" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "PlaneX5",
|
||||||
|
"from": [ 2, 3, 10 ],
|
||||||
|
"to": [ 2.001, 9, 15.5 ],
|
||||||
|
"rotation": { "origin": [ 2, 3, 10 ], "axis": "y", "angle": 45 },
|
||||||
|
"shade": false,
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 11, 6, 16, 0 ], "texture": "#rod" },
|
||||||
|
"east": { "uv": [ 11, 6, 16, 0 ], "texture": "#rod" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "PlaneX5",
|
||||||
|
"from": [ 6, 3, 10 ],
|
||||||
|
"to": [ 6.001, 9, 15.5 ],
|
||||||
|
"rotation": { "origin": [ 6, 3, 10 ], "axis": "y", "angle": -45 },
|
||||||
|
"shade": false,
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 11, 6, 16, 0 ], "texture": "#rod" },
|
||||||
|
"east": { "uv": [ 11, 6, 16, 0 ], "texture": "#rod" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "PlaneX5",
|
||||||
|
"from": [ 14, 3, 10 ],
|
||||||
|
"to": [ 14.001, 9, 15.5 ],
|
||||||
|
"rotation": { "origin": [ 14, 3, 10 ], "axis": "y", "angle": -45 },
|
||||||
|
"shade": false,
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 11, 6, 16, 0 ], "texture": "#rod" },
|
||||||
|
"east": { "uv": [ 11, 6, 16, 0 ], "texture": "#rod" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "PlaneX5",
|
||||||
|
"from": [ 10, 3, 10 ],
|
||||||
|
"to": [ 10.001, 9, 15.5 ],
|
||||||
|
"rotation": { "origin": [ 10, 3, 10 ], "axis": "y", "angle": 45 },
|
||||||
|
"shade": false,
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 11, 6, 16, 0 ], "texture": "#rod" },
|
||||||
|
"east": { "uv": [ 11, 6, 16, 0 ], "texture": "#rod" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,102 @@
|
||||||
|
{
|
||||||
|
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||||
|
"textures": {
|
||||||
|
"particle": "betterend:block/thallasium_chandelier_wall",
|
||||||
|
"texture": "betterend:block/thallasium_chandelier_wall"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"__comment": "PlaneZ2",
|
||||||
|
"from": [ 4, 2, 2 ],
|
||||||
|
"to": [ 12, 8, 2.001 ],
|
||||||
|
"shade": false,
|
||||||
|
"faces": {
|
||||||
|
"north": { "uv": [ 4, 8, 12, 14 ], "texture": "#texture" },
|
||||||
|
"south": { "uv": [ 4, 8, 12, 14 ], "texture": "#texture" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box3",
|
||||||
|
"from": [ 7, 3, 0 ],
|
||||||
|
"to": [ 9, 5, 3 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "uv": [ 0, 8, 2, 11 ], "texture": "#texture" },
|
||||||
|
"up": { "uv": [ 0, 11, 2, 8 ], "texture": "#texture" },
|
||||||
|
"north": { "uv": [ 7, 11, 9, 13 ], "texture": "#texture" },
|
||||||
|
"south": { "uv": [ 7, 11, 9, 13 ], "texture": "#texture" },
|
||||||
|
"west": { "uv": [ 0, 11, 2, 8 ], "texture": "#texture", "rotation": 270 },
|
||||||
|
"east": { "uv": [ 0, 8, 2, 11 ], "texture": "#texture", "rotation": 270 }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box4",
|
||||||
|
"from": [ 2, 6, 1 ],
|
||||||
|
"to": [ 4, 9, 3 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "uv": [ 0, 12, 2, 14 ], "texture": "#texture" },
|
||||||
|
"up": { "uv": [ 0, 12, 2, 14 ], "texture": "#texture" },
|
||||||
|
"north": { "uv": [ 0, 8, 2, 11 ], "texture": "#texture" },
|
||||||
|
"south": { "uv": [ 0, 8, 2, 11 ], "texture": "#texture" },
|
||||||
|
"west": { "uv": [ 0, 8, 2, 11 ], "texture": "#texture" },
|
||||||
|
"east": { "uv": [ 0, 8, 2, 11 ], "texture": "#texture" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "Box4",
|
||||||
|
"from": [ 12, 6, 1 ],
|
||||||
|
"to": [ 14, 9, 3 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "uv": [ 0, 12, 2, 14 ], "texture": "#texture" },
|
||||||
|
"up": { "uv": [ 0, 12, 2, 14 ], "texture": "#texture" },
|
||||||
|
"north": { "uv": [ 0, 8, 2, 11 ], "texture": "#texture" },
|
||||||
|
"south": { "uv": [ 0, 8, 2, 11 ], "texture": "#texture" },
|
||||||
|
"west": { "uv": [ 0, 8, 2, 11 ], "texture": "#texture" },
|
||||||
|
"east": { "uv": [ 0, 8, 2, 11 ], "texture": "#texture" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "PlaneX6",
|
||||||
|
"from": [ 1, 9, 0 ],
|
||||||
|
"to": [ 1.001, 15, 5.5 ],
|
||||||
|
"rotation": { "origin": [ 1, 9, 0 ], "axis": "y", "angle": 45 },
|
||||||
|
"shade": false,
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" },
|
||||||
|
"east": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "PlaneX6",
|
||||||
|
"from": [ 5, 9, 0 ],
|
||||||
|
"to": [ 5.001, 15, 5.5 ],
|
||||||
|
"rotation": { "origin": [ 5, 9, 0 ], "axis": "y", "angle": -45 },
|
||||||
|
"shade": false,
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" },
|
||||||
|
"east": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "PlaneX6",
|
||||||
|
"from": [ 11, 9, 0 ],
|
||||||
|
"to": [ 11.001, 15, 5.5 ],
|
||||||
|
"rotation": { "origin": [ 11, 9, 0 ], "axis": "y", "angle": 45 },
|
||||||
|
"shade": false,
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" },
|
||||||
|
"east": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__comment": "PlaneX6",
|
||||||
|
"from": [ 15, 9, 0 ],
|
||||||
|
"to": [ 15.001, 15, 5.5 ],
|
||||||
|
"rotation": { "origin": [ 15, 9, 0 ], "axis": "y", "angle": -45 },
|
||||||
|
"shade": false,
|
||||||
|
"faces": {
|
||||||
|
"west": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" },
|
||||||
|
"east": { "uv": [ 11, 0, 16, 6 ], "texture": "#texture" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 390 B |
Binary file not shown.
After Width: | Height: | Size: 376 B |
Loading…
Add table
Add a link
Reference in a new issue