Skip to content

Commit

Permalink
Optimized a model
Browse files Browse the repository at this point in the history
  • Loading branch information
GeForceLegend committed Sep 23, 2020
1 parent 57bc8c2 commit c93d4bb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/bamboo_large_leaves.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"__comment":"DesignedbyGeForceLegend",
"__comment":"Designed by GeForceLegend",
"parent":"block/bamboo_small_leaves",
"textures":{
"texture":"block/bamboo_large_leaves",
Expand Down
1 change: 0 additions & 1 deletion assets/minecraft/models/block/chorus_flower_dead.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"__comment":"Designed by GeForceLegend",
"parent":"block/block",
"textures":{
"particle":"block/chorus_flower_dead",
"texture":"block/chorus_flower_dead",
Expand Down
17 changes: 8 additions & 9 deletions assets/minecraft/models/block/redstone_dust_dot.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,22 @@
},
{
"from":[6,0,5],
"to":[7,1,6],
"to":[7,1,8],
"faces":{
"north":{"uv":[6,5,7,6],"texture":"#dot","tintindex":0},
"east":{"uv":[6,5,7,6],"texture":"#dot","tintindex":0},
"west":{"uv":[6,5,7,6],"texture":"#dot","tintindex":0},
"up":{"uv":[6,5,7,6],"texture":"#dot","tintindex":0},
"down":{"uv":[6,5,7,6],"texture":"#dot","tintindex":0}
"east":{"uv":[6,5,7,8],"rotation":90,"texture":"#dot","tintindex":0},
"west":{"uv":[6,5,7,8],"rotation":270,"texture":"#dot","tintindex":0},
"up":{"uv":[6,5,7,8],"texture":"#dot","tintindex":0},
"down":{"uv":[6,8,7,5],"texture":"#dot","cullface":"down","tintindex":0}
}
},
{
"from":[6,0,7],
"from":[7,0,7],
"to":[8,1,10],
"faces":{
"east":{"uv":[7,7,8,10],"rotation":90,"texture":"#dot","tintindex":0},
"west":{"uv":[6,10,7,7],"rotation":90,"texture":"#dot","tintindex":0},
"up":{"uv":[6,7,8,10],"texture":"#dot","tintindex":0},
"down":{"uv":[6,10,8,7],"texture":"#dot","cullface":"down","tintindex":0}
"up":{"uv":[7,7,8,10],"texture":"#dot","tintindex":0},
"down":{"uv":[7,10,8,7],"texture":"#dot","cullface":"down","tintindex":0}
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/spruce_door_top.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"__comment":"DesignedbyGeForceLegend",
"__comment":"Designed by GeForceLegend",
"ambientocclusion":false,
"textures":{
"layer0":"block/spruce_door_top1",
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/spruce_door_top_hinge.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"__comment":"DesignedbyGeForceLegend",
"__comment":"Designed by GeForceLegend",
"ambientocclusion":false,
"textures":{
"layer0":"block/spruce_door_top1",
Expand Down

0 comments on commit c93d4bb

Please sign in to comment.