This commit is contained in:
Pyritie 2025-06-01 21:18:02 +01:00
commit a79652844d
63 changed files with 2593 additions and 1424 deletions

View file

@ -3,7 +3,7 @@
"texture_size": [64, 64],
"textures": {
"1": "tfg:block/piglin_disguise",
"particle": "minecraft:block/soul_sand"
"particle": "block/soul_sand"
},
"elements": [
{
@ -193,8 +193,8 @@
"translation": [0, 3.5, 0]
},
"head": {
"translation": [0, 7, 0],
"scale": [1.75, 1.75, 2.25]
"translation": [0, 8.5, 0],
"scale": [1.75, 2, 2.25]
},
"fixed": {
"translation": [0, 4, 0]

View file

@ -3,7 +3,7 @@
"texture_size": [64, 64],
"textures": {
"1": "tfg:block/piglin_disguise",
"particle": "minecraft:block/soul_sand"
"particle": "block/soul_sand"
},
"elements": [
{
@ -193,8 +193,8 @@
"translation": [0, 3.5, 0]
},
"head": {
"translation": [0, 7, 0],
"scale": [1.75, 1.75, 2.25]
"translation": [0, 8.5, 0],
"scale": [1.75, 2, 2.25]
},
"fixed": {
"translation": [0, 4, 0]

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]
}
}
}