Chorus nylium & chorus forest, lake fixes
This commit is contained in:
parent
7af7b26bd6
commit
b0d967ecd4
17 changed files with 105 additions and 18 deletions
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{ "model": "betterend:block/chorus_nylium" },
|
||||
{ "model": "betterend:block/chorus_nylium", "y": 90 },
|
||||
{ "model": "betterend:block/chorus_nylium", "y": 180 },
|
||||
{ "model": "betterend:block/chorus_nylium", "y": 270 }
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{ "model": "betterend:block/chorus_nylium_path" },
|
||||
{ "model": "betterend:block/chorus_nylium_path", "y": 90 },
|
||||
{ "model": "betterend:block/chorus_nylium_path", "y": 180 },
|
||||
{ "model": "betterend:block/chorus_nylium_path", "y": 270 }
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"down": "block/end_stone",
|
||||
"east": "betterend:block/chorus_nylium_side",
|
||||
"north": "betterend:block/chorus_nylium_side",
|
||||
"particle": "betterend:block/chorus_nylium_side",
|
||||
"south": "betterend:block/chorus_nylium_side",
|
||||
"up": "betterend:block/chorus_nylium_top",
|
||||
"west": "betterend:block/chorus_nylium_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{ "parent": "betterend:block/path",
|
||||
"textures": {
|
||||
"top": "betterend:block/chorus_nylium_path_top",
|
||||
"side": "betterend:block/chorus_nylium_side",
|
||||
"bottom": "block/end_stone"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/chorus_nylium"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/chorus_nylium_path"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 722 B |
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 480 B |
Loading…
Add table
Add a link
Reference in a new issue