neuralgia/kubejs/assets/tfg/models/item/trowel.json
Redeix e0cbe907f4
Trowel item (#1106)
* - Changed the weird assembler piston recipe.

* - Updated Changelog

* - Added Trowel tool.
- Increased size of piglin disguise to prevent texture clipping.

* - Updated Changelog
2025-05-31 11:35:36 +01:00

36 lines
No EOL
786 B
JSON

{
"credit": "Made with Blockbench",
"parent": "minecraft:item/generated",
"textures": {
"layer0": "tfg:item/trowel"
},
"display": {
"thirdperson_righthand": {
"rotation": [-58, -90, -147],
"translation": [0, 1, -1.25],
"scale": [0.55, 0.55, 0.55]
},
"thirdperson_lefthand": {
"rotation": [-123, 90, -147],
"translation": [0, 1, -1.25],
"scale": [0.55, 0.55, 0.55]
},
"firstperson_righthand": {
"rotation": [95, -90, 25],
"translation": [1.13, 3.2, 1.13],
"scale": [0.68, 0.68, 0.68]
},
"firstperson_lefthand": {
"rotation": [66, 90, 41],
"translation": [1.13, 3.2, 1.13],
"scale": [0.68, 0.68, 0.68]
},
"ground": {
"translation": [0, 2, 0],
"scale": [0.5, 0.5, 0.5]
},
"fixed": {
"rotation": [0, 180, 0]
}
}
}