[Bug] Off-hand shovel is rotated strangely.

Archive of bug reports that have been completed or locked for various other reasons.
Note: This forum is visibly hidden from users, but is still searchable and readable.
Locked 
User avatar
Lifetime Supporter
247 Posts
 x 14

Post 05 Jul 2018, 23:04

Apologies if this has already been fixed in a newer revision (I'm getting timeouts atm when trying to download a fresh copy of the texture pack; I'm hoping this is temporary, if not I'll post more details in that thread about trouble downloading the pack), but I didn't see another thread about this or anything in the changelog saying it had been changed.

Pickaxe in main hand, shovel in off-hand, 1st person view:
Image

3rd person view:
Image

Shovel in main hand, pickaxe in off-hand (for comparison), 1st person view:
Image

3rd person view:
Image
If you like our work please consider becoming a Supporter and get an ad-free experience.
User avatar
BDcraft Web Admin
6615 Posts
 x 436

Post 05 Jul 2018, 23:55

Confirmed. I'll post a fix here for MC1.12 tomorrow, however a fix inside the actual pack will only land in MC1.13.
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
User avatar
Lifetime Supporter
247 Posts
 x 14

Post 06 Jul 2018, 00:40

I can deal with local edits to the model jsons or whatever, as long as you provide the details I need.
User avatar
BDcraft Web Admin
6615 Posts
 x 436

Post 06 Jul 2018, 15:42

/assets/minecraft/models/item/bdc_shovel.json

Code: Select all

{
	"__comment": "Designed by Sphax for PureBDcraft - https://bdcraft.net",
	"parent": "builtin/generated",
	"display": {
		"thirdperson_lefthand": {
			"rotation": [ -135, 90, 90 ],
			"translation": [ 0, 3, 1.5 ],
			"scale": [ 0.68, 0.68, 0.68 ]
		},
		"firstperson_lefthand": {
			"rotation": [ -150, 90, 90 ],
			"translation": [ -2, 4.5, 3.5 ],
			"scale": [ 0.5, 0.5, 0.5 ]
		},
		"thirdperson_righthand": {
			"rotation": [ 45, -90, 90 ],
			"translation": [ 0, 3, 1.5 ],
			"scale": [ 0.68, 0.68, 0.68 ]
		},
		"firstperson_righthand": {
			"rotation": [ -60, -90, 0 ],
			"translation": [ -2, 4.5, 3.5 ],
			"scale": [ 0.5, 0.5, 0.5 ]
		},
		"fixed": {
			"rotation": [ 0, 180, 0 ]
		},
		"ground": {
			"rotation": [ 0, 0, 0 ],
			"translation": [ 0, 2, 0 ],
			"scale": [ 0.5, 0.5, 0.5 ]
		}
	}
}
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
User avatar
Lifetime Supporter
247 Posts
 x 14

Post 06 Jul 2018, 16:39

Looks much better now. :D
User avatar
BDcraft Web Admin
6615 Posts
 x 436

Post 20 Jul 2018, 16:45 

This is fixed in MC1.13, which is now available.
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
Locked