Density fixes
This commit is contained in:
parent
2c2757ba8e
commit
de0cf098ae
13 changed files with 78 additions and 23 deletions
|
@ -4,7 +4,15 @@
|
|||
{ "model": "betterend:block/jungle_grass_01" },
|
||||
{ "model": "betterend:block/jungle_grass_02" },
|
||||
{ "model": "betterend:block/jungle_grass_03" },
|
||||
{ "model": "betterend:block/jungle_grass_04" }
|
||||
{ "model": "betterend:block/jungle_grass_04" },
|
||||
{ "model": "betterend:block/jungle_grass_05" },
|
||||
{ "model": "betterend:block/jungle_grass_06" },
|
||||
{ "model": "betterend:block/jungle_grass_07" },
|
||||
{ "model": "betterend:block/jungle_grass_08" },
|
||||
{ "model": "betterend:block/jungle_grass_09" },
|
||||
{ "model": "betterend:block/jungle_grass_10" },
|
||||
{ "model": "betterend:block/jungle_grass_11" },
|
||||
{ "model": "betterend:block/jungle_grass_12" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,32 +4,32 @@
|
|||
"particle": "#texture"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 4, 0, 0 ],
|
||||
"to": [ 4, 16, 16 ],
|
||||
{ "from": [ 4.1, 0, 0 ],
|
||||
"to": [ 4.1, 16, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 12, 0, 0 ],
|
||||
"to": [ 12, 16, 16 ],
|
||||
{ "from": [ 11.9, 0, 0 ],
|
||||
"to": [ 11.9, 16, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, 0, 4 ],
|
||||
"to": [ 16, 16, 4 ],
|
||||
{ "from": [ 0, 0, 4.1 ],
|
||||
"to": [ 16, 16, 4.1 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, 0, 12 ],
|
||||
"to": [ 16, 16, 12 ],
|
||||
{ "from": [ 0, 0, 11.9 ],
|
||||
"to": [ 16, 16, 11.9 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture" },
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "betterend:block/jungle_grass_2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/crop_block",
|
||||
"textures": {
|
||||
"texture": "betterend:block/jungle_grass_2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_inverted",
|
||||
"textures": {
|
||||
"cross": "betterend:block/jungle_grass_2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/crop_block_inverted",
|
||||
"textures": {
|
||||
"texture": "betterend:block/jungle_grass_2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "betterend:block/twisted_umbrella_moss_small"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/crop_block",
|
||||
"textures": {
|
||||
"texture": "betterend:block/twisted_umbrella_moss_small"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_inverted",
|
||||
"textures": {
|
||||
"cross": "betterend:block/twisted_umbrella_moss_small"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/crop_block_inverted",
|
||||
"textures": {
|
||||
"texture": "betterend:block/twisted_umbrella_moss_small"
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 485 B |
Loading…
Add table
Add a link
Reference in a new issue