Added spectral moss and smoldering grass

This commit is contained in:
Brycey92 2014-10-19 21:10:44 -04:00
parent 30251db8ec
commit 52bea63147
5 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"variants": {
"variant=smoldering_grass_block": { "model": "biomesoplenty:smoldering_grass_block" },
"variant=spectral_moss": { "model": "biomesoplenty:spectral_moss" },
}
}

View File

@ -0,0 +1,9 @@
{
"parent": "block/cube_bottom_top",
"textures": {
"particle": "biomesoplenty:blocks/smoldering_grass_block_bottom",
"bottom": "biomesoplenty:blocks/smoldering_grass_block_bottom",
"top": "biomesoplenty:blocks/smoldering_grass_block_top",
"side": "biomesoplenty:blocks/smoldering_grass_block_side"
}
}

View File

@ -0,0 +1,9 @@
{
"parent": "block/cube_bottom_top",
"textures": {
"particle": "biomesoplenty:blocks/spectral_moss_bottom",
"bottom": "biomesoplenty:blocks/spectral_moss_bottom",
"top": "biomesoplenty:blocks/spectral_moss_top",
"side": "biomesoplenty:blocks/spectral_moss_side"
}
}

View File

@ -0,0 +1,10 @@
{
"parent": "biomesoplenty:block/smoldering_grass_block",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
}

View File

@ -0,0 +1,10 @@
{
"parent": "biomesoplenty:block/spectral_moss",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
}