Added blockstate, texture, item and block models files for flesh. Also updated localization file.
This commit is contained in:
parent
1facf72182
commit
2f2a7d429f
5 changed files with 23 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"variant=flesh": { "model": "biomesoplenty:flesh" }
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "biomesoplenty:blocks/flesh"
|
||||
}
|
||||
}
|
|
@ -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 |
Loading…
Reference in a new issue