Skip to content

Commit

Permalink
Merge branch '1.18' into 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
GeForceLegend committed Aug 9, 2022
2 parents 7f7ff41 + 3d4e0cb commit 59f5aa4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/minecraft/models/block/fletching_table.json
Original file line number Diff line number Diff line change
Expand Up @@ -446,10 +446,10 @@
"from":[-0.9,8.01,0.01],
"to":[16.9,8.99,15.99],
"faces":{
"north":{"uv":[0,7,1,8],"texture":"#north","cullface":"north"},
"east":{"uv":[16,7,0,8],"texture":"#north","cullface":"north"},
"south":{"uv":[15,7,16,8],"texture":"#north","cullface":"south"},
"west":{"uv":[0,7,16,8],"texture":"#north","cullface":"south"},
"north":{"uv":[0,7,1,8],"texture":"#north"},
"east":{"uv":[16,7,0,8],"texture":"#north","cullface":"east"},
"south":{"uv":[15,7,16,8],"texture":"#north"},
"west":{"uv":[0,7,16,8],"texture":"#north","cullface":"west"},
"up":{"uv":[0,7,16,8],"rotation":90,"texture":"#north"},
"down":{"uv":[0,7,16,8],"rotation":270,"texture":"#north"}
}
Expand Down

0 comments on commit 59f5aa4

Please sign in to comment.