diff --git a/gradle.properties b/gradle.properties index d58d2d01..176a07c6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 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 228b2052..c1aca80c 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"} } } ]