Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.2ā1.16.5
Tags
Creators
Details
Licensed ARR
Published yesterday
Replaces the vanilla totem texture with the Create mod wrench texture
Although the texture is 2D, the way the wrench looks makes it seem 3D

Only tested in 1.21.11, but should work properly in 26.x versions and probably works in 1.21 - 1.21.10 versions too
If you want to customise the wrench position/rotation/size
- Go to Totem Wrench 1.0.0\assets\minecraft\models\item
- Open "totem_of_undying.json"
- You'll see this part of the code under "display":
"thirdperson_righthand": {
"rotation": [0, 90, -45],
"translation": [0, 1, -3],
"scale": [0.55, 0.55, 0.55]
},
"thirdperson_lefthand": {
"rotation": [0, 90, 45],
"translation": [0, 1, -3],
"scale": [0.55, 0.55, 0.55]
},
"firstperson_righthand": {
"rotation": [0, -90, 25],
"translation": [1.13, 3.2, 0.7],
"scale": [0.68, 0.68, 0.68]
},
"firstperson_lefthand": {
"rotation": [0, 90, -25],
"translation": [1.13, 3.2, 0.7],
"scale": [0.68, 0.68, 0.68]
},
- ROTATION Change the "rotation" values to whatever you want
- POSITION Change the "translation" values to whatever you want (X: right/left, Y: up/down, Z: forward/backward)
- SIZE Change the "scale" values to whatever you want (X: width, Y: height, Z: depth)
Thanks to spunkyinsaan for the template of this pack, check it out here: Custom Totem 3D


