Shadow Forest plants

This commit is contained in:
paulevsGitch 2020-11-01 15:48:44 +03:00
parent 063e3fe465
commit adcb576a37
16 changed files with 125 additions and 2 deletions

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/shadow_plant_01" },
{ "model": "betterend:block/shadow_plant_02" },
{ "model": "betterend:block/shadow_plant_03" },
{ "model": "betterend:block/shadow_plant_04" }
]
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "betterend:block/shadow_plant"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/cross_inverted",
"textures": {
"cross": "betterend:block/shadow_plant"
}
}

View file

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

View file

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

View file

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

View file

@ -74,6 +74,21 @@
}
]
},
"betterend.music.shadow_forest": {
"category": "music",
"sounds": [
{
"name": "betterend:music/i_think_i_can_help_you-the_six_realms",
"volume": 0.2,
"stream": false
},
{
"name": "betterend:music/jesse_gallagher-maestro_tlakaelel",
"volume": 0.2,
"stream": false
}
]
},
"betterend.ambient.foggy_mushroomland": {
"category": "ambient",

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 B