Added blockstate, texture, item and block models files for flesh. Also updated localization file.

This commit is contained in:
Brycey92 2014-10-22 19:33:50 -04:00
parent 1facf72182
commit 2f2a7d429f
5 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"variants": {
"variant=flesh": { "model": "biomesoplenty:flesh" }
}
}

View File

@ -15,6 +15,8 @@ tile.coral.blue_coral.name=Blue Coral
tile.coral.glowing_coral.name=Glowing Coral
tile.coral.algae.name=Algae
tile.flesh.name=Flesh
tile.flower.clover.name=Clover
tile.flower.swampflower.name=Swampflower
tile.flower.deathbloom.name=Deathbloom

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "biomesoplenty:blocks/flesh"
}
}

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 B