TripleTerrain (WIP)

This commit is contained in:
paulevsGitch 2021-03-11 03:55:14 +03:00
parent 311e5f3e4b
commit 9b464bcc06
12 changed files with 148 additions and 2 deletions

View file

@ -0,0 +1,7 @@
{
"variants": {
"shape=top": { "model": "betterend:block/rubinea_middle" },
"shape=middle": { "model": "betterend:block/rubinea_middle" },
"shape=bottom": { "model": "betterend:block/rubinea_bottom" }
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/cross_no_distortion",
"textures": {
"texture": "betterend:block/rubinea_bottom"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/cross_no_distortion",
"textures": {
"texture": "betterend:block/rubinea"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:block/rubinea_bottom"
}
}

View file

@ -0,0 +1,22 @@
{
"variants": {
"shape=bottom": [
{ "model": "betterend:pattern/%block%" },
{ "model": "betterend:pattern/%block%", "y": 90 },
{ "model": "betterend:pattern/%block%", "y": 180 },
{ "model": "betterend:pattern/%block%", "y": 270 }
],
"shape=middle": [
{ "model": "betterend:pattern/%block%_middle" },
{ "model": "betterend:pattern/%block%_middle", "y": 90 },
{ "model": "betterend:pattern/%block%_middle", "y": 180 },
{ "model": "betterend:pattern/%block%_middle", "y": 270 }
],
"shape=top": [
{ "model": "betterend:pattern/%block%" },
{ "model": "betterend:pattern/%block%", "x": 180, "y": 90 },
{ "model": "betterend:pattern/%block%", "x": 180, "y": 180 },
{ "model": "betterend:pattern/%block%", "x": 180, "y": 270 }
]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 B

After

Width:  |  Height:  |  Size: 223 B

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 B