diff --git a/src/resources/assets/mmm/models/item/materials/log/bamboo.json b/src/resources/assets/mmm/models/item/materials/log/bamboo.json index 1fe10cc..00e1d98 100644 --- a/src/resources/assets/mmm/models/item/materials/log/bamboo.json +++ b/src/resources/assets/mmm/models/item/materials/log/bamboo.json @@ -1,3 +1,25 @@ { - "parent": "mmm:block/materials/log/bamboo" + "parent": "mmm:block/materials/log/bamboo" , + "display": { + "thirdperson_righthand": { + "rotation": [ 10, -45, 10 ], + "translation": [ 0, 1.5, -1.25 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 10, -45, 10 ], + "translation": [ 0, 1.5, -1.25 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 1, 0 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 30, 45, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.7, 0.7, 0.7 ] + } + } } \ No newline at end of file