Finished rift block and DDKey item rendering.
This commit is contained in:
parent
17e9921bb4
commit
31fe99fdbc
3 changed files with 29 additions and 0 deletions
|
@ -20,6 +20,7 @@ public class ItemRenderManager {
|
|||
|
||||
register(getItemFromBlock(DimDoors.blockDimWallPerm));
|
||||
register(getItemFromBlock(DimDoors.blockLimbo));
|
||||
register(getItemFromBlock(DimDoors.blockRift));
|
||||
|
||||
//Item registration
|
||||
register(DimDoors.itemDDKey);
|
||||
|
|
|
@ -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 ]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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 ]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue