Merge pull request #357 from Brycey92/BOP-1.8-3.0.x
Added spectral moss and smoldering grass
This commit is contained in:
commit
5295db4026
5 changed files with 44 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"variants": {
|
||||
"variant=smoldering_grass_block": { "model": "biomesoplenty:smoldering_grass_block" },
|
||||
"variant=spectral_moss": { "model": "biomesoplenty:spectral_moss" },
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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 ]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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 ]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue