Skip to content

Commit

Permalink
Merge branch '1.19.3' into 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
GeForceLegend committed Feb 28, 2023
2 parents d37c59e + 86408c3 commit ec5c51f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/bamboo_trapdoor_open.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"east":{"uv":[1,16,2,0],"texture":"#layer0"},
"south":{"uv":[0,16,2,0],"texture":"#layer0","cullface":"south"},
"west":{"uv":[0,10,16,13],"rotation":90,"texture":"#layer1","cullface":"west"},
"up":{"uv":[14,13,16,16],"rotation":180,"texture":"#layer1","cullface":"north"},
"up":{"uv":[14,13,16,16],"rotation":180,"texture":"#layer1","cullface":"up"},
"down":{"uv":[0,0,2,3],"texture":"#layer1","cullface":"down"}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"east":{"uv":[0,13,16,10],"rotation":90,"texture":"#layer1","cullface":"east"},
"south":{"uv":[2,16,0,0],"texture":"#layer0","cullface":"south"},
"west":{"uv":[2,16,1,0],"texture":"#layer0"},
"up":{"uv":[16,13,14,16],"rotation":180,"texture":"#layer1","cullface":"north"},
"up":{"uv":[16,13,14,16],"rotation":180,"texture":"#layer1","cullface":"up"},
"down":{"uv":[2,0,0,3],"texture":"#layer1","cullface":"down"}
}
},
Expand Down

0 comments on commit ec5c51f

Please sign in to comment.