Create Mod Wrench Totem
作者:rebot | 分类:数据包
Minecraft 版本: 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 22w42a 22w43a 22w44a 1.19.3 1.19.4 23w14a 23w16a 1.20 1.20.1 23w31a 23w32a 23w33a 23w35a 1.20.2-pre1 1.20.2 23w42a 23w43a 23w43b 23w44a 23w45a 23w46a 1.20.3 1.20.4 24w03a 24w03b 24w04a 24w05a 24w05b 24w06a 24w07a 24w09a 24w10a 24w11a 24w12a 24w13a 24w14potato 24w14a 1.20.5-pre1 1.20.5-pre2 1.20.5-pre3 1.20.5 1.20.6 24w18a 24w19a 24w19b 24w20a 1.21 1.21.1 24w33a 24w34a 24w35a 24w36a 24w37a 24w38a 24w39a 24w40a 1.21.2-pre1 1.21.2-pre2 1.21.2 1.21.3 24w44a 24w45a 24w46a 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
平台: minecraft
标签: modded tweaks vanilla-like
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
请登录后举报
暂无评论,抢个沙发吧~