Wet mycelium

This commit is contained in:
paulevsGitch 2020-09-23 17:25:46 +03:00
parent ebbb10d972
commit 6ec1a3711e
7 changed files with 44 additions and 1 deletions

View file

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

View file

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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB