Finished rift block and DDKey item rendering.

This commit is contained in:
zangamj 2016-08-03 11:02:06 -04:00
parent 17e9921bb4
commit 31fe99fdbc
3 changed files with 29 additions and 0 deletions

View file

@ -20,6 +20,7 @@ public class ItemRenderManager {
register(getItemFromBlock(DimDoors.blockDimWallPerm)); register(getItemFromBlock(DimDoors.blockDimWallPerm));
register(getItemFromBlock(DimDoors.blockLimbo)); register(getItemFromBlock(DimDoors.blockLimbo));
register(getItemFromBlock(DimDoors.blockRift));
//Item registration //Item registration
register(DimDoors.itemDDKey); register(DimDoors.itemDDKey);

View file

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

View file

@ -0,0 +1,18 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "dimdoors:items/itemDDKey"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
}
}