Underwater plants

This commit is contained in:
paulevsGitch 2020-10-08 19:13:40 +03:00
parent 0e8928f61e
commit 67f0dac3be
8 changed files with 275 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
"variants": {
"": [
{ "model": "betterend:block/bubble_coral" },
{ "model": "betterend:block/bubble_coral_2" }
]
}
}

View file

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

View file

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

View file

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