Skip to content

Commit

Permalink
fix: šŸ› Fixed gap that showed in flat limited barrel model after the cā€¦
Browse files Browse the repository at this point in the history
ā€¦hange to rotation of barrels
  • Loading branch information
P3pp3rF1y committed Dec 9, 2024
1 parent ac9725e commit b600057
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jade_cf_file_id=5109393
chipped_cf_file_id=5506938
resourcefullib_cf_file_id=5483169
athena_cf_file_id=5431579
sc_version=[1.21.1-1.0.0,1.22)
sc_version=[1.21.1-1.0.1,1.22)
sb_version=[1.21,1.22)

#publish
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
},
"elements": [
{
"from": [1, 15, 1],
"to": [15, 16, 7],
"from": [1, 15, 9],
"to": [15, 16, 15],
"faces": {
"up": {"uv": [1, 1, 15, 7], "texture": "#top", "cullface": "up"}
"up": {"uv": [1, 9, 15, 15], "texture": "#top", "cullface": "up"}
}
},
{
"from": [1, 15, 9],
"to": [7, 16, 15],
"from": [1, 15, 1],
"to": [7, 16, 7],
"faces": {
"up": {"uv": [1, 9, 7, 15], "texture": "#top", "cullface": "up"}
"up": {"uv": [1, 1, 7, 7], "texture": "#top", "cullface": "up"}
}
},
{
"from": [9, 15, 9],
"to": [15, 16, 15],
"from": [9, 15, 1],
"to": [15, 16, 7],
"faces": {
"up": {"uv": [9, 9, 15, 15], "texture": "#top", "cullface": "up"}
"up": {"uv": [9, 1, 15, 7], "texture": "#top", "cullface": "up"}
}
}
]
Expand Down

0 comments on commit b600057

Please sign in to comment.