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
This commit is contained in:
Redeix 2025-05-31 05:35:36 -05:00 committed by GitHub
parent 6f5ce5e6d7
commit e0cbe907f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 113 additions and 11 deletions

View file

@ -0,0 +1,36 @@
{
"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]
}
}
}