Skip to content

Commit

Permalink
Merge branch '1.17' into 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
GeForceLegend committed Nov 26, 2021
2 parents 19465a5 + ff2118b commit b2db611
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions assets/minecraft/models/block/emerald_ore.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@
"from":[0,0,0],
"to":[1,1,8],
"faces":{
"north":{"uv":[15,15,16,16],"texture":"#all","cullface":"north"},
"east":{"uv":[0,16,1,8],"rotation":90,"texture":"#all","cullface":"down"},
"west":{"uv":[0,15,8,16],"texture":"#all","cullface":"west"},
"up":{"uv":[0,15,8,16],"rotation":90,"texture":"#all","cullface":"west"},
Expand All @@ -240,7 +239,6 @@
"faces":{
"north":{"uv":[0,15,1,16],"texture":"#all","cullface":"north"},
"east":{"uv":[0,15,16,16],"texture":"#all","cullface":"east"},
"south":{"uv":[15,15,16,16],"texture":"#all","cullface":"south"},
"west":{"uv":[15,16,16,0],"rotation":270,"texture":"#all","cullface":"down"},
"up":{"uv":[16,15,0,16],"rotation":90,"texture":"#all","cullface":"east"},
"down":{"uv":[15,0,16,16],"texture":"#all","cullface":"down"}
Expand Down Expand Up @@ -394,13 +392,13 @@
}
},
{
"from":[15,1,15],
"from":[15,0,15],
"to":[16,12,16],
"faces":{
"north":{"uv":[0,4,1,15],"texture":"#all","cullface":"east"},
"east":{"uv":[0,4,1,15],"texture":"#all","cullface":"east"},
"south":{"uv":[15,4,16,15],"texture":"#all","cullface":"south"},
"west":{"uv":[15,4,16,15],"texture":"#all","cullface":"south"}
"north":{"uv":[0,4,1,16],"texture":"#all","cullface":"east"},
"east":{"uv":[0,4,1,16],"texture":"#all","cullface":"east"},
"south":{"uv":[15,4,16,16],"texture":"#all","cullface":"south"},
"west":{"uv":[15,4,16,16],"texture":"#all","cullface":"south"}
}
},
{
Expand All @@ -414,13 +412,13 @@
}
},
{
"from":[0,1,0],
"from":[0,0,0],
"to":[1,12,1],
"faces":{
"north":{"uv":[15,4,16,15],"texture":"#all","cullface":"north"},
"east":{"uv":[15,4,16,15],"texture":"#all","cullface":"north"},
"south":{"uv":[0,4,1,15],"texture":"#all","cullface":"west"},
"west":{"uv":[0,4,1,15],"texture":"#all","cullface":"west"}
"north":{"uv":[15,4,16,16],"texture":"#all","cullface":"north"},
"east":{"uv":[15,4,16,16],"texture":"#all","cullface":"north"},
"south":{"uv":[0,4,1,16],"texture":"#all","cullface":"west"},
"west":{"uv":[0,4,1,16],"texture":"#all","cullface":"west"}
}
},
{
Expand Down Expand Up @@ -881,7 +879,7 @@
"from":[13,0,0],
"to":[15,6,7],
"faces":{
"north":{"uv":[1,10,3,15],"texture":"#all","cullface":"north"},
"north":{"uv":[1,10,3,16],"texture":"#all","cullface":"north"},
"south":{"uv":[13,9,15,10],"texture":"#all","cullface":"down"},
"west":{"uv":[13,9,14,16],"rotation":90,"texture":"#all","cullface":"down"},
"up":{"uv":[3,10,1,11],"texture":"#all","cullface":"north"},
Expand Down

0 comments on commit b2db611

Please sign in to comment.