This commit is contained in:
paulevsGitch 2020-10-26 00:34:04 +03:00
parent bb3a81ebb0
commit 4073e0a32c
11 changed files with 61 additions and 3 deletions

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/crystal_moss" },
{ "model": "betterend:block/crystal_moss", "y": 90 },
{ "model": "betterend:block/crystal_moss", "y": 180 },
{ "model": "betterend:block/crystal_moss", "y": 270 }
]
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/crystal_moss_path" },
{ "model": "betterend:block/crystal_moss_path", "y": 90 },
{ "model": "betterend:block/crystal_moss_path", "y": 180 },
{ "model": "betterend:block/crystal_moss_path", "y": 270 }
]
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"down": "block/end_stone",
"east": "betterend:block/crystal_moss_side",
"north": "betterend:block/crystal_moss_side",
"particle": "betterend:block/crystal_moss_side",
"south": "betterend:block/crystal_moss_side",
"up": "betterend:block/crystal_moss_top",
"west": "betterend:block/crystal_moss_side"
}
}

View file

@ -0,0 +1,7 @@
{ "parent": "betterend:block/path",
"textures": {
"top": "betterend:block/crystal_moss_path_top",
"side": "betterend:block/crystal_moss_side",
"bottom": "block/end_stone"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "betterend:block/crystal_moss"
}

View file

@ -0,0 +1,3 @@
{
"parent": "betterend:block/crystal_moss_path"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB