Purple Polypore
This commit is contained in:
parent
cd44fbebf8
commit
3e1dad0694
20 changed files with 580 additions and 2 deletions
|
@ -0,0 +1,100 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"textures": {
|
||||
"particle": "betterend:block/purple_polypore",
|
||||
"texture": "betterend:block/purple_polypore"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 0, 4, 0 ],
|
||||
"to": [ 8, 7, 6 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 8, 10, 16, 16 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 8, 6 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 0, 8, 8, 11 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 1, 8, 7, 11 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 1, 8, 7, 11 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 7, 11, 0 ],
|
||||
"to": [ 15, 14, 6 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 8, 10, 16, 16 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 8, 6 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 0, 8, 8, 11 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 1, 8, 7, 11 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 1, 8, 7, 11 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 9, 1, 0 ],
|
||||
"to": [ 15, 3, 6 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 9, 10, 15, 16 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 1, 0, 7, 6 ], "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": "Box1",
|
||||
"from": [ 3, 8, 0 ],
|
||||
"to": [ 9, 10, 3 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 10, 5, 16, 8 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 1, 0, 7, 3 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 1, 8, 6, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 3, 8, 6, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3, 8, 6, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 11, 6, 0 ],
|
||||
"to": [ 15, 8, 2 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 11, 6, 15, 8 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 2, 0, 6, 2 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 2, 8, 6, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 1, 13, 0 ],
|
||||
"to": [ 5, 15, 2 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 11, 6, 15, 8 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 2, 0, 6, 2 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 2, 8, 6, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 2, 1, 0 ],
|
||||
"to": [ 6, 3, 2 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 11, 6, 15, 8 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 2, 0, 6, 2 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 2, 8, 6, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,87 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"textures": {
|
||||
"particle": "betterend:block/purple_polypore",
|
||||
"texture": "betterend:block/purple_polypore"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 2, 4, 0 ],
|
||||
"to": [ 10, 7, 6 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 8, 10, 16, 16 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 8, 6 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 0, 8, 8, 11 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 1, 8, 7, 11 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 1, 8, 7, 11 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 8, 11, 0 ],
|
||||
"to": [ 14, 13, 3 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 10, 5, 16, 8 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 1, 0, 7, 3 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 1, 8, 6, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 3, 8, 6, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3, 8, 6, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 1, 9, 0 ],
|
||||
"to": [ 5, 11, 2 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 11, 6, 15, 8 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 2, 0, 6, 2 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 2, 8, 6, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 3, 13, 0 ],
|
||||
"to": [ 7, 15, 2 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 11, 6, 15, 8 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 2, 0, 6, 2 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 2, 8, 6, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 10, 1, 0 ],
|
||||
"to": [ 14, 3, 2 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 11, 6, 15, 8 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 2, 0, 6, 2 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 2, 8, 6, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 11, 7, 0 ],
|
||||
"to": [ 15, 9, 2 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 11, 6, 15, 8 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 2, 0, 6, 2 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 2, 8, 6, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"textures": {
|
||||
"particle": "betterend:block/purple_polypore",
|
||||
"texture": "betterend:block/purple_polypore"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 2, 4, 0 ],
|
||||
"to": [ 8, 6, 3 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 10, 5, 16, 8 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 1, 0, 7, 3 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 1, 8, 6, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 3, 8, 6, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3, 8, 6, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 10, 12, 0 ],
|
||||
"to": [ 14, 14, 2 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 11, 6, 15, 8 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 2, 0, 6, 2 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 2, 8, 6, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 1, 11, 0 ],
|
||||
"to": [ 5, 13, 2 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 11, 6, 15, 8 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 2, 0, 6, 2 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 2, 8, 6, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 10, 2, 0 ],
|
||||
"to": [ 14, 4, 2 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 11, 6, 15, 8 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 2, 0, 6, 2 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 2, 8, 6, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 7, 8, 0 ],
|
||||
"to": [ 11, 10, 2 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 11, 6, 15, 8 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 2, 0, 6, 2 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 2, 8, 6, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 3, 8, 5, 10 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "betterend:item/purple_polypore"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue