Fixes, block models
This commit is contained in:
parent
2fd19ac328
commit
697d2bfe20
11 changed files with 123 additions and 21 deletions
|
@ -1,8 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{ "model": "betterend:block/small_amaranita_mushroom_01" },
|
||||
{ "model": "betterend:block/small_amaranita_mushroom_02" }
|
||||
]
|
||||
"": { "model": "betterend:block/small_amaranita_mushroom" }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -0,0 +1,81 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"textures": {
|
||||
"particle": "betterend:block/small_amaranita_mushroom",
|
||||
"texture": "betterend:block/small_amaranita_mushroom"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 4, 4, 4 ],
|
||||
"to": [ 12, 8, 12 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 8, 8, 16 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 0, 8, 8 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 8, 4, 16, 8 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 8, 4, 16, 8 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 8, 4, 16, 8 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 8, 4, 16, 8 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 7, 0, 7 ],
|
||||
"to": [ 9, 4, 9 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 14, 8, 16, 12 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 14, 8, 16, 12 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 14, 8, 16, 12 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 14, 8, 16, 12 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 5, 8, 5 ],
|
||||
"to": [ 11, 10, 11 ],
|
||||
"faces": {
|
||||
"up": { "uv": [ 1, 1, 7, 7 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 9, 2, 15, 4 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 9, 2, 15, 4 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 9, 2, 15, 4 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 9, 2, 15, 4 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX4",
|
||||
"from": [ 4.5, 2, 4 ],
|
||||
"to": [ 4.501, 4, 12 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 8, 13, 16, 15 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 8, 13, 16, 15 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneX4",
|
||||
"from": [ 11.5, 2, 4 ],
|
||||
"to": [ 11.501, 4, 12 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 8, 13, 16, 15 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 8, 13, 16, 15 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneZ6",
|
||||
"from": [ 4, 2, 4.5 ],
|
||||
"to": [ 12, 4, 4.501 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 8, 13, 16, 15 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 8, 13, 16, 15 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "PlaneZ6",
|
||||
"from": [ 4, 2, 11.5 ],
|
||||
"to": [ 12, 4, 11.501 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 8, 13, 16, 15 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 8, 13, 16, 15 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "betterend:block/small_amaranita_mushroom"
|
||||
}
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_inverted",
|
||||
"textures": {
|
||||
"cross": "betterend:block/small_amaranita_mushroom"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "betterend:block/small_amaranita_mushroom"
|
||||
"layer0": "betterend:item/small_amaranita_mushroom"
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 190 B After Width: | Height: | Size: 462 B |
Binary file not shown.
After Width: | Height: | Size: 190 B |
Loading…
Add table
Add a link
Reference in a new issue