From 1888ea637ec5b366385afff312c82fb51d939f22 Mon Sep 17 00:00:00 2001 From: P3pp3rF1y Date: Mon, 9 Dec 2024 20:30:12 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Fixed=20gap=20that=20show?= =?UTF-8?q?ed=20in=20flat=20limited=20barrel=20model=20after=20the=20chang?= =?UTF-8?q?e=20to=20rotation=20of=20barrels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 2 +- .../barrel_part/flat_limited_3_core_top.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gradle.properties b/gradle.properties index 338fbe581..39a237b9b 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.0 +mod_version=1.0.1 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/flat_limited_3_core_top.json b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_limited_3_core_top.json index 228b20522..c1aca80ce 100644 --- a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_limited_3_core_top.json +++ b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_limited_3_core_top.json @@ -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"} } } ]