-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix leather armor by reverting changes
- Loading branch information
1 parent
eedf6e6
commit 1250f33
Showing
5 changed files
with
494 additions
and
4 deletions.
There are no files selected for viewing
89 changes: 88 additions & 1 deletion
89
BlueBlocksCraft 1.12.2/assets/minecraft/models/item/leather_boots.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,88 @@ | ||
{"__comment": "Designed by Blue_Beaker", "parent": "item/shared/armor/boots", "textures": {"texture": "3dres/armor/leather_1", "texture1": "3dres/armor/leather_2"}} | ||
{ | ||
"__comment": "Designed by Blue_Beaker with Cubik Studio - https://cubik.studio", | ||
"textures": { | ||
"texture": "3dres/armor/leather_1", | ||
"texture1": "3dres/armor/leather_2" | ||
}, | ||
"elements": [ | ||
{ | ||
"__comment": "PlaneY2", | ||
"from": [ 3.5, 12.5, 3.5 ], | ||
"to": [ 12.5, 12.501, 12.5 ], | ||
"faces": { | ||
"down": { "uv": [ 2, 2, 4, 0 ], "texture": "#texture", "tintindex": 0}, | ||
"up": { "uv": [ 2, 0, 4, 2 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneX3", | ||
"from": [ 3.5, 3.5, 3.5 ], | ||
"to": [ 3.501, 12.5, 12.5 ], | ||
"faces": { | ||
"west": { "uv": [ 4, 2, 6, 4 ], "texture": "#texture", "tintindex": 0}, | ||
"east": { "uv": [ 6, 2, 4, 4 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneX3", | ||
"from": [ 12.5, 3.5, 3.5 ], | ||
"to": [ 12.501, 12.5, 12.5 ], | ||
"faces": { | ||
"west": { "uv": [ 2, 2, 0, 4 ], "texture": "#texture", "tintindex": 0}, | ||
"east": { "uv": [ 0, 2, 2, 4 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneZ5", | ||
"from": [ 3.5, 3.5, 3.5 ], | ||
"to": [ 12.5, 12.5, 3.501 ], | ||
"faces": { | ||
"north": { "uv": [ 2, 2, 4, 4 ], "texture": "#texture", "tintindex": 0}, | ||
"south": { "uv": [ 4, 2, 2, 4 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneZ5", | ||
"from": [ 3.5, 3.5, 12.5 ], | ||
"to": [ 12.5, 12.5, 12.501 ], | ||
"faces": { | ||
"north": { "uv": [ 8, 2, 6, 4 ], "texture": "#texture", "tintindex": 0}, | ||
"south": { "uv": [ 6, 2, 8, 4 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
} | ||
], | ||
"display": { | ||
"thirdperson_righthand": { | ||
"rotation": [ 75, 45, 0 ], | ||
"translation": [ 0, 2.5, 0 ], | ||
"scale": [ 0.375, 0.375, 0.375 ] | ||
}, | ||
"thirdperson_lefthand": { | ||
"rotation": [ 75, 45, 0 ], | ||
"translation": [ 0, 2.5, 0 ], | ||
"scale": [ 0.375, 0.375, 0.375 ] | ||
}, | ||
"firstperson_righthand": { | ||
"rotation": [ 0, 45, 0 ], | ||
"scale": [ 0.4, 0.4, 0.4 ] | ||
}, | ||
"firstperson_lefthand": { | ||
"rotation": [ 0, 45, 0 ], | ||
"scale": [ 0.4, 0.4, 0.4 ] | ||
}, | ||
"gui": { | ||
"rotation": [ 30, 225, 0 ], | ||
"scale": [ 0.8, 0.8, 0.8 ] | ||
}, | ||
"head": { | ||
"scale": [ 1.6, 1.6, 1.6 ] | ||
}, | ||
"ground": { | ||
"translation": [ 0, 2, 0 ], | ||
"scale": [ 0.5, 0.5, 0.5 ] | ||
}, | ||
"fixed": { | ||
"scale": [ 0.5, 0.5, 0.5 ] | ||
} | ||
} | ||
} |
167 changes: 166 additions & 1 deletion
167
BlueBlocksCraft 1.12.2/assets/minecraft/models/item/leather_chestplate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,166 @@ | ||
{"__comment": "Designed by Blue_Beaker", "parent": "item/shared/armor/chestplate", "textures": {"texture": "3dres/armor/leather_1", "texture1": "3dres/armor/leather_2"}} | ||
{ | ||
"__comment": "Designed by Blue_Beaker with Cubik Studio - https://cubik.studio", | ||
"textures": { | ||
"texture": "3dres/armor/leather_1", | ||
"texture1": "3dres/armor/leather_2" | ||
}, | ||
"elements": [ | ||
{ | ||
"__comment": "PlaneZ5", | ||
"from": [ 3.5, 1.5, 10.5 ], | ||
"to": [ 12.5, 14.5, 10.501 ], | ||
"faces": { | ||
"north": { "uv": [ 10, 5, 8, 8 ], "texture": "#texture", "tintindex": 0}, | ||
"south": { "uv": [ 8, 5, 10, 8 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneZ5", | ||
"from": [ 3.5, 1.5, 5.5 ], | ||
"to": [ 12.5, 14.5, 5.501 ], | ||
"faces": { | ||
"north": { "uv": [ 5, 5, 7, 8 ], "texture": "#texture", "tintindex": 0}, | ||
"south": { "uv": [ 7, 5, 5, 8 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneX8", | ||
"from": [ 3.5, 1.5, 5.5 ], | ||
"to": [ 3.501, 14.5, 10.5 ], | ||
"faces": { | ||
"west": { "uv": [ 4, 5, 5, 8 ], "texture": "#texture", "tintindex": 0}, | ||
"east": { "uv": [ 5, 5, 4, 8 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneX8", | ||
"from": [ 12.5, 1.5, 5.5 ], | ||
"to": [ 12.501, 14.5, 10.5 ], | ||
"faces": { | ||
"west": { "uv": [ 7, 5, 8, 8 ], "texture": "#texture", "tintindex": 0}, | ||
"east": { "uv": [ 8, 5, 7, 8 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneY10", | ||
"from": [ -0.5, 14.5, 5.5 ], | ||
"to": [ 4.5, 14.501, 10.5 ], | ||
"faces": { | ||
"down": { "uv": [ 11, 5, 12, 4 ], "texture": "#texture", "tintindex": 0}, | ||
"up": { "uv": [ 11, 4, 12, 5 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneY10", | ||
"from": [ 11.5, 14.5, 5.5 ], | ||
"to": [ 16.5, 14.501, 10.5 ], | ||
"faces": { | ||
"down": { "uv": [ 11, 5, 12, 4 ], "texture": "#texture", "tintindex": 0}, | ||
"up": { "uv": [ 11, 4, 12, 5 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneX12", | ||
"from": [ -0.5, 1.5, 5.5 ], | ||
"to": [ -0.499, 14.5, 10.5 ], | ||
"faces": { | ||
"west": { "uv": [ 12, 5, 13, 8 ], "texture": "#texture", "tintindex": 0}, | ||
"east": { "uv": [ 13, 5, 12, 8 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneX12", | ||
"from": [ 4.5, 1.5, 5.5 ], | ||
"to": [ 4.501, 14.5, 10.5 ], | ||
"faces": { | ||
"west": { "uv": [ 12, 5, 13, 8 ], "texture": "#texture", "tintindex": 0}, | ||
"east": { "uv": [ 13, 5, 12, 8 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneX12", | ||
"from": [ 16.5, 1.5, 5.5 ], | ||
"to": [ 16.501, 14.5, 10.5 ], | ||
"faces": { | ||
"west": { "uv": [ 9.999998, 5, 11, 8 ], "texture": "#texture", "tintindex": 0}, | ||
"east": { "uv": [ 11, 5, 9.999998, 8 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneX12", | ||
"from": [ 11.5, 1.5, 5.5 ], | ||
"to": [ 11.501, 14.5, 10.5 ], | ||
"faces": { | ||
"west": { "uv": [ 12, 5, 13, 8 ], "texture": "#texture", "tintindex": 0}, | ||
"east": { "uv": [ 13, 5, 12, 8 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneZ16", | ||
"from": [ -0.5, 1.5, 5.5 ], | ||
"to": [ 4.5, 14.5, 5.501 ], | ||
"faces": { | ||
"north": { "uv": [ 12, 5, 11, 8 ], "texture": "#texture", "tintindex": 0}, | ||
"south": { "uv": [ 11, 5, 12, 8 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneZ16", | ||
"from": [ -0.5, 1.5, 10.5 ], | ||
"to": [ 4.5, 14.5, 10.501 ], | ||
"faces": { | ||
"north": { "uv": [ 12, 5, 11, 8 ], "texture": "#texture", "tintindex": 0}, | ||
"south": { "uv": [ 13, 5, 14, 8 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneZ16", | ||
"from": [ 11.5, 1.5, 5.5 ], | ||
"to": [ 16.5, 14.5, 5.501 ], | ||
"faces": { | ||
"north": { "uv": [ 12, 5, 11, 8 ], "texture": "#texture", "tintindex": 0}, | ||
"south": { "uv": [ 11, 5, 12, 8 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneZ16", | ||
"from": [ 11.5, 1.5, 10.5 ], | ||
"to": [ 16.5, 14.5, 10.501 ], | ||
"faces": { | ||
"north": { "uv": [ 12, 5, 11, 8 ], "texture": "#texture", "tintindex": 0}, | ||
"south": { "uv": [ 13, 5, 14, 8 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
} | ||
], | ||
"display": { | ||
"thirdperson_righthand": { | ||
"rotation": [ 75, 45, 0 ], | ||
"translation": [ 0, 2.5, 0 ], | ||
"scale": [ 0.375, 0.375, 0.375 ] | ||
}, | ||
"thirdperson_lefthand": { | ||
"rotation": [ 75, 45, 0 ], | ||
"translation": [ 0, 2.5, 0 ], | ||
"scale": [ 0.375, 0.375, 0.375 ] | ||
}, | ||
"firstperson_righthand": { | ||
"rotation": [ 0, 45, 0 ], | ||
"scale": [ 0.4, 0.4, 0.4 ] | ||
}, | ||
"firstperson_lefthand": { | ||
"rotation": [ 0, 45, 0 ], | ||
"scale": [ 0.4, 0.4, 0.4 ] | ||
}, | ||
"gui": { | ||
"rotation": [ 30, 225, 0 ], | ||
"scale": [ 0.625, 0.625, 0.625 ] | ||
}, | ||
"ground": { | ||
"translation": [ 0, 2, 0 ], | ||
"scale": [ 0.5, 0.5, 0.5 ] | ||
}, | ||
"fixed": { | ||
"scale": [ 0.5, 0.5, 0.5 ] | ||
} | ||
} | ||
} |
89 changes: 88 additions & 1 deletion
89
BlueBlocksCraft 1.12.2/assets/minecraft/models/item/leather_helmet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,88 @@ | ||
{"__comment": "Designed by Blue_Beaker", "parent": "item/shared/armor/helmet", "textures": {"texture": "3dres/armor/leather_1", "texture1": "3dres/armor/leather_2"}} | ||
{ | ||
"__comment": "Designed by Blue_Beaker with Cubik Studio - https://cubik.studio", | ||
"textures": { | ||
"texture": "3dres/armor/leather_1", | ||
"texture1": "3dres/armor/leather_2" | ||
}, | ||
"elements": [ | ||
{ | ||
"__comment": "PlaneY2", | ||
"from": [ 3.5, 12.5, 3.5 ], | ||
"to": [ 12.5, 12.501, 12.5 ], | ||
"faces": { | ||
"down": { "uv": [ 2, 2, 4, 0 ], "texture": "#texture", "tintindex": 0}, | ||
"up": { "uv": [ 2, 0, 4, 2 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneX3", | ||
"from": [ 3.5, 3.5, 3.5 ], | ||
"to": [ 3.501, 12.5, 12.5 ], | ||
"faces": { | ||
"west": { "uv": [ 4, 2, 6, 4 ], "texture": "#texture", "tintindex": 0}, | ||
"east": { "uv": [ 6, 2, 4, 4 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneX3", | ||
"from": [ 12.5, 3.5, 3.5 ], | ||
"to": [ 12.501, 12.5, 12.5 ], | ||
"faces": { | ||
"west": { "uv": [ 2, 2, 0, 4 ], "texture": "#texture", "tintindex": 0}, | ||
"east": { "uv": [ 0, 2, 2, 4 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneZ5", | ||
"from": [ 3.5, 3.5, 3.5 ], | ||
"to": [ 12.5, 12.5, 3.501 ], | ||
"faces": { | ||
"north": { "uv": [ 2, 2, 4, 4 ], "texture": "#texture", "tintindex": 0}, | ||
"south": { "uv": [ 4, 2, 2, 4 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
}, | ||
{ | ||
"__comment": "PlaneZ5", | ||
"from": [ 3.5, 3.5, 12.5 ], | ||
"to": [ 12.5, 12.5, 12.501 ], | ||
"faces": { | ||
"north": { "uv": [ 8, 2, 6, 4 ], "texture": "#texture", "tintindex": 0}, | ||
"south": { "uv": [ 6, 2, 8, 4 ], "texture": "#texture", "tintindex": 0} | ||
} | ||
} | ||
], | ||
"display": { | ||
"thirdperson_righthand": { | ||
"rotation": [ 75, 45, 0 ], | ||
"translation": [ 0, 2.5, 0 ], | ||
"scale": [ 0.375, 0.375, 0.375 ] | ||
}, | ||
"thirdperson_lefthand": { | ||
"rotation": [ 75, 45, 0 ], | ||
"translation": [ 0, 2.5, 0 ], | ||
"scale": [ 0.375, 0.375, 0.375 ] | ||
}, | ||
"firstperson_righthand": { | ||
"rotation": [ 0, 45, 0 ], | ||
"scale": [ 0.4, 0.4, 0.4 ] | ||
}, | ||
"firstperson_lefthand": { | ||
"rotation": [ 0, 45, 0 ], | ||
"scale": [ 0.4, 0.4, 0.4 ] | ||
}, | ||
"gui": { | ||
"rotation": [ 30, 225, 0 ], | ||
"scale": [ 0.8, 0.8, 0.8 ] | ||
}, | ||
"head": { | ||
"scale": [ 1.6, 1.6, 1.6 ] | ||
}, | ||
"ground": { | ||
"translation": [ 0, 2, 0 ], | ||
"scale": [ 0.5, 0.5, 0.5 ] | ||
}, | ||
"fixed": { | ||
"scale": [ 0.5, 0.5, 0.5 ] | ||
} | ||
} | ||
} |
Oops, something went wrong.