-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Readd template item model with bugs fix
- Loading branch information
1 parent
17c6b7c
commit 056f244
Showing
18 changed files
with
1,124 additions
and
0 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
assets/minecraft/models/item/black_stained_glass_pane.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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"__comment":"Designed by GeForceLegend", | ||
"parent":"builtin/generated", | ||
"textures":{ | ||
"layer0":"block/black_stained_glass" | ||
}, | ||
"display":{ | ||
"ground":{ | ||
"rotation":[0,0,0], | ||
"translation":[0,2,0], | ||
"scale":[0.5,0.5,0.5] | ||
}, | ||
"head":{ | ||
"rotation":[0,180,0], | ||
"translation":[0,13,7], | ||
"scale":[1,1,1] | ||
}, | ||
"thirdperson_righthand":{ | ||
"rotation":[0,0,0], | ||
"translation":[0,3,1], | ||
"scale":[0.55,0.55,0.55] | ||
}, | ||
"firstperson_righthand":{ | ||
"rotation":[0,-90,25], | ||
"translation":[1.13,3.2,1.13], | ||
"scale":[0.68,0.68,0.68] | ||
}, | ||
"fixed":{ | ||
"rotation":[0,180,0], | ||
"scale":[1,1,1] | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"__comment":"Designed by GeForceLegend", | ||
"parent":"builtin/generated", | ||
"textures":{ | ||
"layer0":"block/blue_stained_glass" | ||
}, | ||
"display":{ | ||
"ground":{ | ||
"rotation":[0,0,0], | ||
"translation":[0,2,0], | ||
"scale":[0.5,0.5,0.5] | ||
}, | ||
"head":{ | ||
"rotation":[0,180,0], | ||
"translation":[0,13,7], | ||
"scale":[1,1,1] | ||
}, | ||
"thirdperson_righthand":{ | ||
"rotation":[0,0,0], | ||
"translation":[0,3,1], | ||
"scale":[0.55,0.55,0.55] | ||
}, | ||
"firstperson_righthand":{ | ||
"rotation":[0,-90,25], | ||
"translation":[1.13,3.2,1.13], | ||
"scale":[0.68,0.68,0.68] | ||
}, | ||
"fixed":{ | ||
"rotation":[0,180,0], | ||
"scale":[1,1,1] | ||
} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
assets/minecraft/models/item/brown_stained_glass_pane.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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"__comment":"Designed by GeForceLegend", | ||
"parent":"builtin/generated", | ||
"textures":{ | ||
"layer0":"block/brown_stained_glass" | ||
}, | ||
"display":{ | ||
"ground":{ | ||
"rotation":[0,0,0], | ||
"translation":[0,2,0], | ||
"scale":[0.5,0.5,0.5] | ||
}, | ||
"head":{ | ||
"rotation":[0,180,0], | ||
"translation":[0,13,7], | ||
"scale":[1,1,1] | ||
}, | ||
"thirdperson_righthand":{ | ||
"rotation":[0,0,0], | ||
"translation":[0,3,1], | ||
"scale":[0.55,0.55,0.55] | ||
}, | ||
"firstperson_righthand":{ | ||
"rotation":[0,-90,25], | ||
"translation":[1.13,3.2,1.13], | ||
"scale":[0.68,0.68,0.68] | ||
}, | ||
"fixed":{ | ||
"rotation":[0,180,0], | ||
"scale":[1,1,1] | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"__comment":"Designed by GeForceLegend", | ||
"parent":"builtin/generated", | ||
"textures":{ | ||
"layer0":"block/cyan_stained_glass" | ||
}, | ||
"display":{ | ||
"ground":{ | ||
"rotation":[0,0,0], | ||
"translation":[0,2,0], | ||
"scale":[0.5,0.5,0.5] | ||
}, | ||
"head":{ | ||
"rotation":[0,180,0], | ||
"translation":[0,13,7], | ||
"scale":[1,1,1] | ||
}, | ||
"thirdperson_righthand":{ | ||
"rotation":[0,0,0], | ||
"translation":[0,3,1], | ||
"scale":[0.55,0.55,0.55] | ||
}, | ||
"firstperson_righthand":{ | ||
"rotation":[0,-90,25], | ||
"translation":[1.13,3.2,1.13], | ||
"scale":[0.68,0.68,0.68] | ||
}, | ||
"fixed":{ | ||
"rotation":[0,180,0], | ||
"scale":[1,1,1] | ||
} | ||
} | ||
} |
Oops, something went wrong.