diff --git a/gradle.properties b/gradle.properties index 39a237b9b..051e13735 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/locked.json b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/locked.json index 80d49d866..25beee839 100644 --- a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/locked.json +++ b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/locked.json @@ -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"} } } ]