Skip to content

Commit

Permalink
Readd template item model with bugs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GeForceLegend committed Oct 16, 2019
1 parent 17c6b7c commit 056f244
Show file tree
Hide file tree
Showing 18 changed files with 1,124 additions and 0 deletions.
33 changes: 33 additions & 0 deletions assets/minecraft/models/item/black_stained_glass_pane.json
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]
}
}
}
33 changes: 33 additions & 0 deletions assets/minecraft/models/item/blue_stained_glass_pane.json
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 assets/minecraft/models/item/brown_stained_glass_pane.json
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]
}
}
}
33 changes: 33 additions & 0 deletions assets/minecraft/models/item/cyan_stained_glass_pane.json
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]
}
}
}
Loading

0 comments on commit 056f244

Please sign in to comment.