Particles and Holding Position for food items
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
"parent": "block/block",
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"particle": "lz:block/food/roast_chicken_body",
|
||||
"body": "lz:block/food/roast_chicken_body",
|
||||
"gibs": "lz:block/food/roast_chicken_gibs",
|
||||
"tray_bottom": "lz:block/food/tray_bottom",
|
||||
"tray_top": "lz:block/food/tray_top_veggies"
|
||||
"tray_top": "lz:block/food/tray_top_veggies",
|
||||
"particle": "item/cooked_chicken"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
@@ -89,7 +89,7 @@
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"translation": [0, 3, 1.75],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
@@ -97,13 +97,13 @@
|
||||
"translation": [-6, -2, -4]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"rotation": [0, 9, 25],
|
||||
"translation": [1.13, 6.5, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"rotation": [0, 9, 25],
|
||||
"translation": [1.13, 6.5, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
|
||||
Reference in New Issue
Block a user