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:
parent
6f5ce5e6d7
commit
e0cbe907f4
10 changed files with 113 additions and 11 deletions
36
kubejs/assets/tfg/models/item/trowel.json
Normal file
36
kubejs/assets/tfg/models/item/trowel.json
Normal 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]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue