Skip to content

Commit

Permalink
fix: 🐛 Fixed rotation and placement of lock icon on locked barrels
Browse files Browse the repository at this point in the history
  • Loading branch information
P3pp3rF1y committed Dec 14, 2024
1 parent 1888ea6 commit f5b4096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.daemon=false

mod_id=sophisticatedstorage
mod_group_id=sophisticatedstorage
mod_version=1.0.1
mod_version=1.0.2
sonar_project_key=sophisticatedstorage:SophisticatedStorage
github_package_url=https://maven.pkg.github.com/P3pp3rF1y/SophisticatedStorage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
},
"elements": [
{
"from": [7.5, 15.01, 0],
"to": [8.5, 16.01, 1],
"from": [7.5, 15.01, 15],
"to": [8.5, 16.01, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#top", "cullface": "up"}
}
}
]
Expand Down

0 comments on commit f5b4096

Please sign in to comment.