Wet mycelium
This commit is contained in:
parent
ebbb10d972
commit
6ec1a3711e
7 changed files with 44 additions and 1 deletions
|
@ -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 }
|
||||
]
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue