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,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"
}
}