Chorus grass
This commit is contained in:
parent
b0d967ecd4
commit
3207817937
19 changed files with 113 additions and 6 deletions
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{ "model": "betterend:block/chorus_grass_01" },
|
||||
{ "model": "betterend:block/chorus_grass_02" },
|
||||
{ "model": "betterend:block/chorus_grass_03" },
|
||||
{ "model": "betterend:block/chorus_grass_04" },
|
||||
{ "model": "betterend:block/chorus_grass_05" },
|
||||
{ "model": "betterend:block/chorus_grass_06" },
|
||||
{ "model": "betterend:block/chorus_grass_07" },
|
||||
{ "model": "betterend:block/chorus_grass_08" },
|
||||
{ "model": "betterend:block/chorus_grass_01", "y": 90 },
|
||||
{ "model": "betterend:block/chorus_grass_02", "y": 90 },
|
||||
{ "model": "betterend:block/chorus_grass_03", "y": 90 },
|
||||
{ "model": "betterend:block/chorus_grass_04", "y": 90 },
|
||||
{ "model": "betterend:block/chorus_grass_05", "y": 90 },
|
||||
{ "model": "betterend:block/chorus_grass_06", "y": 90 },
|
||||
{ "model": "betterend:block/chorus_grass_07", "y": 90 },
|
||||
{ "model": "betterend:block/chorus_grass_08", "y": 90 },
|
||||
{ "model": "betterend:block/chorus_grass_01", "y": 180 },
|
||||
{ "model": "betterend:block/chorus_grass_02", "y": 180 },
|
||||
{ "model": "betterend:block/chorus_grass_03", "y": 180 },
|
||||
{ "model": "betterend:block/chorus_grass_04", "y": 180 },
|
||||
{ "model": "betterend:block/chorus_grass_05", "y": 180 },
|
||||
{ "model": "betterend:block/chorus_grass_06", "y": 180 },
|
||||
{ "model": "betterend:block/chorus_grass_07", "y": 180 },
|
||||
{ "model": "betterend:block/chorus_grass_08", "y": 180 },
|
||||
{ "model": "betterend:block/chorus_grass_01", "y": 270 },
|
||||
{ "model": "betterend:block/chorus_grass_02", "y": 270 },
|
||||
{ "model": "betterend:block/chorus_grass_03", "y": 270 },
|
||||
{ "model": "betterend:block/chorus_grass_04", "y": 270 },
|
||||
{ "model": "betterend:block/chorus_grass_05", "y": 270 },
|
||||
{ "model": "betterend:block/chorus_grass_06", "y": 270 },
|
||||
{ "model": "betterend:block/chorus_grass_07", "y": 270 },
|
||||
{ "model": "betterend:block/chorus_grass_08", "y": 270 }
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "betterend:block/chorus_grass_01"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "betterend:block/chorus_grass_02"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "betterend:block/chorus_grass_03"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "betterend:block/chorus_grass_04"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/crop_block",
|
||||
"textures": {
|
||||
"texture": "betterend:block/chorus_grass_01"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/crop_block",
|
||||
"textures": {
|
||||
"texture": "betterend:block/chorus_grass_02"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/crop_block",
|
||||
"textures": {
|
||||
"texture": "betterend:block/chorus_grass_03"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/crop_block",
|
||||
"textures": {
|
||||
"texture": "betterend:block/chorus_grass_04"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "betterend:block/chorus_grass_01"
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
Loading…
Add table
Add a link
Reference in a new issue