Added blockstate and block and item models files for hive and honeycomb block, and flesh, as well as their renamed textures. Also added them to the localization file with the new naming scheme.
This commit is contained in:
parent
441a5d6d02
commit
af5834938d
14 changed files with 77 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"variant=hive_block": { "model": "biomesoplenty:hive_block" },
|
||||||
|
"variant=honeycomb_block": { "model": "biomesoplenty:honeycomb_block" },
|
||||||
|
"variant=empty_honeycomb_block": { "model": "biomesoplenty:empty_honeycomb_block" },
|
||||||
|
"variant=filled_honeycomb_block": { "model": "biomesoplenty:filled_honeycomb_block" }
|
||||||
|
}
|
||||||
|
}
|
|
@ -58,6 +58,11 @@ tile.gems.block_of_sapphire.name=Block of Sapphire
|
||||||
tile.gems.amber_ore.name=Amber Ore
|
tile.gems.amber_ore.name=Amber Ore
|
||||||
tile.gems.block_of_amber.name=Block of Amber
|
tile.gems.block_of_amber.name=Block of Amber
|
||||||
|
|
||||||
|
tile.hive.hive_block.name=Hive Block
|
||||||
|
tile.hive.honeycomb_block.name=Honeycomb Block
|
||||||
|
tile.hive.empty_honeycomb_block.name=Empty Honeycomb Block
|
||||||
|
tile.hive.filled_honeycomb_block.name=Filled Honeycomb Block
|
||||||
|
|
||||||
tile.log.sacred_oak.name=Sacred Oak Wood
|
tile.log.sacred_oak.name=Sacred Oak Wood
|
||||||
tile.log.cherry.name=Cherry Wood
|
tile.log.cherry.name=Cherry Wood
|
||||||
tile.log.dark.name=Dark Wood
|
tile.log.dark.name=Dark Wood
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "block/cube_all",
|
||||||
|
"textures": {
|
||||||
|
"all": "biomesoplenty:blocks/empty_honeycomb_block"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "block/cube_all",
|
||||||
|
"textures": {
|
||||||
|
"all": "biomesoplenty:blocks/filled_honeycomb_block"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "block/cube_all",
|
||||||
|
"textures": {
|
||||||
|
"all": "biomesoplenty:blocks/hive_block"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "block/cube_all",
|
||||||
|
"textures": {
|
||||||
|
"all": "biomesoplenty:blocks/honeycomb_block"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"parent": "biomesoplenty:block/empty_honeycomb_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/filled_honeycomb_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/hive_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/honeycomb_block",
|
||||||
|
"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: 634 B |
Binary file not shown.
After Width: | Height: | Size: 705 B |
Binary file not shown.
After Width: | Height: | Size: 776 B |
Binary file not shown.
After Width: | Height: | Size: 697 B |
Loading…
Reference in a new issue