summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/lava_bucket.json
blob: eb781d283cea955697b70e7dea778a7bb5b6bada (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"parent": "item/bucket",
	"ambientocclusion": false,
	"textures": {
		"1": "item/lava_bucket_model"
	},
	"display": {
		"thirdperson_righthand": {
			"rotation": [68, 0, 0],
			"translation": [0, -2, -2],
			"scale": [0.8, 0.8, 0.8]
		},
		"thirdperson_lefthand": {
			"rotation": [68, 0, 0],
			"translation": [0, -2, -2],
			"scale": [0.8, 0.8, 0.8]
		}
	}
}