Twisted moss

This commit is contained in:
paulevsGitch 2020-11-26 21:59:56 +03:00
parent c1a0dfc0c2
commit e59af33124
12 changed files with 62 additions and 2 deletions

View file

@ -0,0 +1,24 @@
{
"variants": {
"facing=north": [
{ "model": "betterend:block/twisted_moss_01", "y": 180 },
{ "model": "betterend:block/twisted_moss_02", "y": 180 },
{ "model": "betterend:block/twisted_moss_03", "y": 180 }
],
"facing=south": [
{ "model": "betterend:block/twisted_moss_01" },
{ "model": "betterend:block/twisted_moss_02" },
{ "model": "betterend:block/twisted_moss_03" }
],
"facing=east": [
{ "model": "betterend:block/twisted_moss_01", "y": 270 },
{ "model": "betterend:block/twisted_moss_02", "y": 270 },
{ "model": "betterend:block/twisted_moss_03", "y": 270 }
],
"facing=west": [
{ "model": "betterend:block/twisted_moss_01", "y": 90 },
{ "model": "betterend:block/twisted_moss_02", "y": 90 },
{ "model": "betterend:block/twisted_moss_03", "y": 90 }
]
}
}

View file

@ -336,5 +336,7 @@
"block.betterend.tenanea_outer_leaves": "Tenanea Outer Leaves",
"block.betterend.pink_moss": "Pink Moss",
"block.betterend.pink_moss_path": "Pink Moss Path"
"block.betterend.pink_moss_path": "Pink Moss Path",
"block.betterend.twisted_moss": "Twisted Moss"
}

View file

@ -338,5 +338,7 @@
"block.betterend.tenanea_outer_leaves": "Внешние листья тенанеи",
"block.betterend.pink_moss": "Розовый мох",
"block.betterend.pink_moss_path": "Тропа из розового мха"
"block.betterend.pink_moss_path": "Тропа из розового мха",
"block.betterend.twisted_moss": "Закрученный мох"
}

View file

@ -0,0 +1,3 @@
{
"defaultMaterial": "betterend:waving_wall"
}

View file

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

View file

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

View file

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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB