diff --git a/gradle.properties b/gradle.properties index ad0439d5f..19ef9ddac 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ loader_version_range=[4,) mod_id=sophisticatedstorage mod_name=Sophisticated Storage mod_license=GNU General Public License v3.0 -mod_version=0.11.3 +mod_version=0.11.4 mod_group_id=sophisticatedstorage mod_authors=P3pp3rF1y, Ridanisaurus mod_description=Fancy and functional storage containers. diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/barrel.json b/src/main/resources/assets/sophisticatedstorage/blockstates/barrel.json index 476b727c6..ed4b4f769 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/barrel.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/barrel.json @@ -2,58 +2,54 @@ "variants": { "facing=down,flat_top=false": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/barrel" }, "facing=east,flat_top=false": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/barrel" }, "facing=north,flat_top=false": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/barrel" }, "facing=south,flat_top=false": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/barrel" }, "facing=up,flat_top=false": { - "y": 180, "model": "sophisticatedstorage:block/barrel" }, "facing=west,flat_top=false": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/barrel" }, "facing=down,flat_top=true": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/barrel" }, "facing=east,flat_top=true": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/barrel" }, "facing=north,flat_top=true": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/barrel" }, "facing=south,flat_top=true": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/barrel" }, "facing=up,flat_top=true": { - "y": 180, "model": "sophisticatedstorage:block/flat/barrel" }, "facing=west,flat_top=true": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/barrel" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/copper_barrel.json b/src/main/resources/assets/sophisticatedstorage/blockstates/copper_barrel.json index 3f4b2e565..ec0b8b76f 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/copper_barrel.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/copper_barrel.json @@ -1,60 +1,56 @@ { - "variants": { - "facing=down,flat_top=false": { - "x": 180, - "y": 180, - "model": "sophisticatedstorage:block/copper_barrel" - }, - "facing=east,flat_top=false": { - "x": 270, - "y": 270, - "model": "sophisticatedstorage:block/copper_barrel" - }, - "facing=north,flat_top=false": { - "x": 270, - "y": 180, - "model": "sophisticatedstorage:block/copper_barrel" - }, - "facing=south,flat_top=false": { - "x": 270, - "model": "sophisticatedstorage:block/copper_barrel" - }, - "facing=up,flat_top=false": { - "y": 180, - "model": "sophisticatedstorage:block/copper_barrel" - }, - "facing=west,flat_top=false": { - "x": 270, - "y": 90, - "model": "sophisticatedstorage:block/copper_barrel" - }, - "facing=down,flat_top=true": { - "x": 180, - "y": 180, - "model": "sophisticatedstorage:block/flat/copper_barrel" - }, - "facing=east,flat_top=true": { - "x": 270, - "y": 270, - "model": "sophisticatedstorage:block/flat/copper_barrel" - }, - "facing=north,flat_top=true": { - "x": 270, - "y": 180, - "model": "sophisticatedstorage:block/flat/copper_barrel" - }, - "facing=south,flat_top=true": { - "x": 270, - "model": "sophisticatedstorage:block/flat/copper_barrel" - }, - "facing=up,flat_top=true": { - "y": 180, - "model": "sophisticatedstorage:block/flat/copper_barrel" - }, - "facing=west,flat_top=true": { - "x": 270, - "y": 90, - "model": "sophisticatedstorage:block/flat/copper_barrel" + "variants": { + "facing=down,flat_top=false": { + "x": 180, + "model": "sophisticatedstorage:block/copper_barrel" + }, + "facing=east,flat_top=false": { + "x": 90, + "y": 90, + "model": "sophisticatedstorage:block/copper_barrel" + }, + "facing=north,flat_top=false": { + "x": 90, + "model": "sophisticatedstorage:block/copper_barrel" + }, + "facing=south,flat_top=false": { + "x": 90, + "y": 180, + "model": "sophisticatedstorage:block/copper_barrel" + }, + "facing=up,flat_top=false": { + "model": "sophisticatedstorage:block/copper_barrel" + }, + "facing=west,flat_top=false": { + "x": 90, + "y": 270, + "model": "sophisticatedstorage:block/copper_barrel" + }, + "facing=down,flat_top=true": { + "x": 180, + "model": "sophisticatedstorage:block/flat/copper_barrel" + }, + "facing=east,flat_top=true": { + "x": 90, + "y": 90, + "model": "sophisticatedstorage:block/flat/copper_barrel" + }, + "facing=north,flat_top=true": { + "x": 90, + "model": "sophisticatedstorage:block/flat/copper_barrel" + }, + "facing=south,flat_top=true": { + "x": 90, + "y": 180, + "model": "sophisticatedstorage:block/flat/copper_barrel" + }, + "facing=up,flat_top=true": { + "model": "sophisticatedstorage:block/flat/copper_barrel" + }, + "facing=west,flat_top=true": { + "x": 90, + "y": 270, + "model": "sophisticatedstorage:block/flat/copper_barrel" + } } - } } \ No newline at end of file diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/diamond_barrel.json b/src/main/resources/assets/sophisticatedstorage/blockstates/diamond_barrel.json index 60ded2734..d48701d4f 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/diamond_barrel.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/diamond_barrel.json @@ -2,58 +2,54 @@ "variants": { "facing=down,flat_top=false": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/diamond_barrel" }, "facing=east,flat_top=false": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/diamond_barrel" }, "facing=north,flat_top=false": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/diamond_barrel" }, "facing=south,flat_top=false": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/diamond_barrel" }, "facing=up,flat_top=false": { - "y": 180, "model": "sophisticatedstorage:block/diamond_barrel" }, "facing=west,flat_top=false": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/diamond_barrel" }, "facing=down,flat_top=true": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/diamond_barrel" }, "facing=east,flat_top=true": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/diamond_barrel" }, "facing=north,flat_top=true": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/diamond_barrel" }, "facing=south,flat_top=true": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/diamond_barrel" }, "facing=up,flat_top=true": { - "y": 180, "model": "sophisticatedstorage:block/flat/diamond_barrel" }, "facing=west,flat_top=true": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/diamond_barrel" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/gold_barrel.json b/src/main/resources/assets/sophisticatedstorage/blockstates/gold_barrel.json index 57c58fd45..712ac0d50 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/gold_barrel.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/gold_barrel.json @@ -2,58 +2,54 @@ "variants": { "facing=down,flat_top=false": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/gold_barrel" }, "facing=east,flat_top=false": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/gold_barrel" }, "facing=north,flat_top=false": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/gold_barrel" }, "facing=south,flat_top=false": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/gold_barrel" }, "facing=up,flat_top=false": { - "y": 180, "model": "sophisticatedstorage:block/gold_barrel" }, "facing=west,flat_top=false": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/gold_barrel" }, "facing=down,flat_top=true": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/gold_barrel" }, "facing=east,flat_top=true": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/gold_barrel" }, "facing=north,flat_top=true": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/gold_barrel" }, "facing=south,flat_top=true": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/gold_barrel" }, "facing=up,flat_top=true": { - "y": 180, "model": "sophisticatedstorage:block/flat/gold_barrel" }, "facing=west,flat_top=true": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/gold_barrel" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/iron_barrel.json b/src/main/resources/assets/sophisticatedstorage/blockstates/iron_barrel.json index 1458277a7..ac48a10e0 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/iron_barrel.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/iron_barrel.json @@ -2,58 +2,54 @@ "variants": { "facing=down,flat_top=false": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/iron_barrel" }, "facing=east,flat_top=false": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/iron_barrel" }, "facing=north,flat_top=false": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/iron_barrel" }, "facing=south,flat_top=false": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/iron_barrel" }, "facing=up,flat_top=false": { - "y": 180, "model": "sophisticatedstorage:block/iron_barrel" }, "facing=west,flat_top=false": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/iron_barrel" }, "facing=down,flat_top=true": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/iron_barrel" }, "facing=east,flat_top=true": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/iron_barrel" }, "facing=north,flat_top=true": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/iron_barrel" }, "facing=south,flat_top=true": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/iron_barrel" }, "facing=up,flat_top=true": { - "y": 180, "model": "sophisticatedstorage:block/flat/iron_barrel" }, "facing=west,flat_top=true": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/iron_barrel" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_barrel_1.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_barrel_1.json index 616c34e57..1f3668b26 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_barrel_1.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_barrel_1.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_barrel_1" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_barrel_1" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_barrel_1" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_barrel_1" }, "facing=east,flat_top=false,vertical_facing=down": { - "x": 180, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_barrel_1" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_barrel_1" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_barrel_1" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_barrel_1" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_barrel_1" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_barrel_1" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_barrel_1" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_barrel_1" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_barrel_1" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_barrel_1" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_1" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_barrel_1" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_barrel_1" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_1" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_1" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_barrel_1" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_barrel_1" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_1" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_1" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_barrel_1" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_barrel_2.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_barrel_2.json index 7f6eb7710..b4d1743a1 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_barrel_2.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_barrel_2.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_barrel_2" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_barrel_2" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_barrel_2" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_barrel_2" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_barrel_2" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_barrel_2" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_barrel_2" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_barrel_2" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_barrel_2" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_barrel_2" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_barrel_2" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_barrel_2" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_barrel_2" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_barrel_2" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_2" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_barrel_2" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_barrel_2" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_2" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_2" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_barrel_2" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_barrel_2" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_2" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_2" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_barrel_2" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_barrel_3.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_barrel_3.json index 222e70988..d6ba70e88 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_barrel_3.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_barrel_3.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_barrel_3" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_barrel_3" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_barrel_3" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_barrel_3" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_barrel_3" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_barrel_3" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_barrel_3" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_barrel_3" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_barrel_3" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_barrel_3" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_barrel_3" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_barrel_3" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_barrel_3" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_barrel_3" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_3" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_barrel_3" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_barrel_3" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_3" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_3" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_barrel_3" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_barrel_3" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_3" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_3" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_barrel_3" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_barrel_4.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_barrel_4.json index f3ca540bc..03132f3df 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_barrel_4.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_barrel_4.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_barrel_4" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_barrel_4" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_barrel_4" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_barrel_4" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_barrel_4" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_barrel_4" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_barrel_4" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_barrel_4" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_barrel_4" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_barrel_4" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_barrel_4" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_barrel_4" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_barrel_4" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_barrel_4" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_4" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_barrel_4" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_barrel_4" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_4" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_4" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_barrel_4" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_barrel_4" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_4" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_barrel_4" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_barrel_4" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_copper_barrel_1.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_copper_barrel_1.json index 7f32c9f31..62fc0e944 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_copper_barrel_1.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_copper_barrel_1.json @@ -1,110 +1,110 @@ { - "variants": { - "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, - "model": "sophisticatedstorage:block/limited_copper_barrel_1" - }, - "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, - "model": "sophisticatedstorage:block/limited_copper_barrel_1" - }, - "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, - "model": "sophisticatedstorage:block/limited_copper_barrel_1" - }, - "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, - "model": "sophisticatedstorage:block/limited_copper_barrel_1" - }, - "facing=east,flat_top=false,vertical_facing=down": { - "x": 180, - "y": 270, - "model": "sophisticatedstorage:block/limited_copper_barrel_1" - }, - "facing=north,flat_top=false,vertical_facing=down": { - "x": 180, - "y": 180, - "model": "sophisticatedstorage:block/limited_copper_barrel_1" - }, - "facing=south,flat_top=false,vertical_facing=down": { - "x": 180, - "model": "sophisticatedstorage:block/limited_copper_barrel_1" - }, - "facing=west,flat_top=false,vertical_facing=down": { - "x": 180, - "y": 90, - "model": "sophisticatedstorage:block/limited_copper_barrel_1" - }, - "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, - "model": "sophisticatedstorage:block/limited_copper_barrel_1" - }, - "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, - "model": "sophisticatedstorage:block/limited_copper_barrel_1" - }, - "facing=south,flat_top=false,vertical_facing=up": { - "model": "sophisticatedstorage:block/limited_copper_barrel_1" - }, - "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, - "model": "sophisticatedstorage:block/limited_copper_barrel_1" - }, - "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" - }, - "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" - }, - "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" - }, - "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" - }, - "facing=east,flat_top=true,vertical_facing=down": { - "x": 180, - "y": 270, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" - }, - "facing=north,flat_top=true,vertical_facing=down": { - "x": 180, - "y": 180, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" - }, - "facing=south,flat_top=true,vertical_facing=down": { - "x": 180, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" - }, - "facing=west,flat_top=true,vertical_facing=down": { - "x": 180, - "y": 90, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" - }, - "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" - }, - "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" - }, - "facing=south,flat_top=true,vertical_facing=up": { - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" - }, - "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" + "variants": { + "facing=east,flat_top=false,vertical_facing=no": { + "x": 90, + "y": 90, + "model": "sophisticatedstorage:block/limited_copper_barrel_1" + }, + "facing=north,flat_top=false,vertical_facing=no": { + "x": 90, + "model": "sophisticatedstorage:block/limited_copper_barrel_1" + }, + "facing=south,flat_top=false,vertical_facing=no": { + "x": 90, + "y": 180, + "model": "sophisticatedstorage:block/limited_copper_barrel_1" + }, + "facing=west,flat_top=false,vertical_facing=no": { + "x": 90, + "y": 270, + "model": "sophisticatedstorage:block/limited_copper_barrel_1" + }, + "facing=east,flat_top=false,vertical_facing=down": { + "x": 180, + "y": 90, + "model": "sophisticatedstorage:block/limited_copper_barrel_1" + }, + "facing=north,flat_top=false,vertical_facing=down": { + "x": 180, + "model": "sophisticatedstorage:block/limited_copper_barrel_1" + }, + "facing=south,flat_top=false,vertical_facing=down": { + "x": 180, + "y": 180, + "model": "sophisticatedstorage:block/limited_copper_barrel_1" + }, + "facing=west,flat_top=false,vertical_facing=down": { + "x": 180, + "y": 270, + "model": "sophisticatedstorage:block/limited_copper_barrel_1" + }, + "facing=east,flat_top=false,vertical_facing=up": { + "y": 90, + "model": "sophisticatedstorage:block/limited_copper_barrel_1" + }, + "facing=north,flat_top=false,vertical_facing=up": { + "model": "sophisticatedstorage:block/limited_copper_barrel_1" + }, + "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, + "model": "sophisticatedstorage:block/limited_copper_barrel_1" + }, + "facing=west,flat_top=false,vertical_facing=up": { + "y": 270, + "model": "sophisticatedstorage:block/limited_copper_barrel_1" + }, + "facing=east,flat_top=true,vertical_facing=no": { + "x": 90, + "y": 90, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" + }, + "facing=north,flat_top=true,vertical_facing=no": { + "x": 90, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" + }, + "facing=south,flat_top=true,vertical_facing=no": { + "x": 90, + "y": 180, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" + }, + "facing=west,flat_top=true,vertical_facing=no": { + "x": 90, + "y": 270, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" + }, + "facing=east,flat_top=true,vertical_facing=down": { + "x": 180, + "y": 90, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" + }, + "facing=north,flat_top=true,vertical_facing=down": { + "x": 180, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" + }, + "facing=south,flat_top=true,vertical_facing=down": { + "x": 180, + "y": 180, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" + }, + "facing=west,flat_top=true,vertical_facing=down": { + "x": 180, + "y": 270, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" + }, + "facing=east,flat_top=true,vertical_facing=up": { + "y": 90, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" + }, + "facing=north,flat_top=true,vertical_facing=up": { + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" + }, + "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" + }, + "facing=west,flat_top=true,vertical_facing=up": { + "y": 270, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_1" + } } - } } \ No newline at end of file diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_copper_barrel_2.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_copper_barrel_2.json index a3e14a418..70a1a5e32 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_copper_barrel_2.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_copper_barrel_2.json @@ -1,110 +1,110 @@ { - "variants": { - "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, - "model": "sophisticatedstorage:block/limited_copper_barrel_2" - }, - "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, - "model": "sophisticatedstorage:block/limited_copper_barrel_2" - }, - "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, - "model": "sophisticatedstorage:block/limited_copper_barrel_2" - }, - "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, - "model": "sophisticatedstorage:block/limited_copper_barrel_2" - }, - "facing=east,flat_top=false,vertical_facing=down": { - "x": 180, - "y": 270, - "model": "sophisticatedstorage:block/limited_copper_barrel_2" - }, - "facing=north,flat_top=false,vertical_facing=down": { - "x": 180, - "y": 180, - "model": "sophisticatedstorage:block/limited_copper_barrel_2" - }, - "facing=south,flat_top=false,vertical_facing=down": { - "x": 180, - "model": "sophisticatedstorage:block/limited_copper_barrel_2" - }, - "facing=west,flat_top=false,vertical_facing=down": { - "x": 180, - "y": 90, - "model": "sophisticatedstorage:block/limited_copper_barrel_2" - }, - "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, - "model": "sophisticatedstorage:block/limited_copper_barrel_2" - }, - "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, - "model": "sophisticatedstorage:block/limited_copper_barrel_2" - }, - "facing=south,flat_top=false,vertical_facing=up": { - "model": "sophisticatedstorage:block/limited_copper_barrel_2" - }, - "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, - "model": "sophisticatedstorage:block/limited_copper_barrel_2" - }, - "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" - }, - "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" - }, - "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" - }, - "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" - }, - "facing=east,flat_top=true,vertical_facing=down": { - "x": 180, - "y": 270, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" - }, - "facing=north,flat_top=true,vertical_facing=down": { - "x": 180, - "y": 180, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" - }, - "facing=south,flat_top=true,vertical_facing=down": { - "x": 180, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" - }, - "facing=west,flat_top=true,vertical_facing=down": { - "x": 180, - "y": 90, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" - }, - "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" - }, - "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" - }, - "facing=south,flat_top=true,vertical_facing=up": { - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" - }, - "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" + "variants": { + "facing=east,flat_top=false,vertical_facing=no": { + "x": 90, + "y": 90, + "model": "sophisticatedstorage:block/limited_copper_barrel_2" + }, + "facing=north,flat_top=false,vertical_facing=no": { + "x": 90, + "model": "sophisticatedstorage:block/limited_copper_barrel_2" + }, + "facing=south,flat_top=false,vertical_facing=no": { + "x": 90, + "y": 180, + "model": "sophisticatedstorage:block/limited_copper_barrel_2" + }, + "facing=west,flat_top=false,vertical_facing=no": { + "x": 90, + "y": 270, + "model": "sophisticatedstorage:block/limited_copper_barrel_2" + }, + "facing=east,flat_top=false,vertical_facing=down": { + "x": 180, + "y": 90, + "model": "sophisticatedstorage:block/limited_copper_barrel_2" + }, + "facing=north,flat_top=false,vertical_facing=down": { + "x": 180, + "model": "sophisticatedstorage:block/limited_copper_barrel_2" + }, + "facing=south,flat_top=false,vertical_facing=down": { + "x": 180, + "y": 180, + "model": "sophisticatedstorage:block/limited_copper_barrel_2" + }, + "facing=west,flat_top=false,vertical_facing=down": { + "x": 180, + "y": 270, + "model": "sophisticatedstorage:block/limited_copper_barrel_2" + }, + "facing=east,flat_top=false,vertical_facing=up": { + "y": 90, + "model": "sophisticatedstorage:block/limited_copper_barrel_2" + }, + "facing=north,flat_top=false,vertical_facing=up": { + "model": "sophisticatedstorage:block/limited_copper_barrel_2" + }, + "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, + "model": "sophisticatedstorage:block/limited_copper_barrel_2" + }, + "facing=west,flat_top=false,vertical_facing=up": { + "y": 270, + "model": "sophisticatedstorage:block/limited_copper_barrel_2" + }, + "facing=east,flat_top=true,vertical_facing=no": { + "x": 90, + "y": 90, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" + }, + "facing=north,flat_top=true,vertical_facing=no": { + "x": 90, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" + }, + "facing=south,flat_top=true,vertical_facing=no": { + "x": 90, + "y": 180, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" + }, + "facing=west,flat_top=true,vertical_facing=no": { + "x": 90, + "y": 270, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" + }, + "facing=east,flat_top=true,vertical_facing=down": { + "x": 180, + "y": 90, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" + }, + "facing=north,flat_top=true,vertical_facing=down": { + "x": 180, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" + }, + "facing=south,flat_top=true,vertical_facing=down": { + "x": 180, + "y": 180, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" + }, + "facing=west,flat_top=true,vertical_facing=down": { + "x": 180, + "y": 270, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" + }, + "facing=east,flat_top=true,vertical_facing=up": { + "y": 90, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" + }, + "facing=north,flat_top=true,vertical_facing=up": { + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" + }, + "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" + }, + "facing=west,flat_top=true,vertical_facing=up": { + "y": 270, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_2" + } } - } } \ No newline at end of file diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_copper_barrel_3.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_copper_barrel_3.json index 3d855137a..aadf185a1 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_copper_barrel_3.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_copper_barrel_3.json @@ -1,110 +1,110 @@ { - "variants": { - "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, - "model": "sophisticatedstorage:block/limited_copper_barrel_3" - }, - "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, - "model": "sophisticatedstorage:block/limited_copper_barrel_3" - }, - "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, - "model": "sophisticatedstorage:block/limited_copper_barrel_3" - }, - "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, - "model": "sophisticatedstorage:block/limited_copper_barrel_3" - }, - "facing=east,flat_top=false,vertical_facing=down": { - "x": 180, - "y": 270, - "model": "sophisticatedstorage:block/limited_copper_barrel_3" - }, - "facing=north,flat_top=false,vertical_facing=down": { - "x": 180, - "y": 180, - "model": "sophisticatedstorage:block/limited_copper_barrel_3" - }, - "facing=south,flat_top=false,vertical_facing=down": { - "x": 180, - "model": "sophisticatedstorage:block/limited_copper_barrel_3" - }, - "facing=west,flat_top=false,vertical_facing=down": { - "x": 180, - "y": 90, - "model": "sophisticatedstorage:block/limited_copper_barrel_3" - }, - "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, - "model": "sophisticatedstorage:block/limited_copper_barrel_3" - }, - "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, - "model": "sophisticatedstorage:block/limited_copper_barrel_3" - }, - "facing=south,flat_top=false,vertical_facing=up": { - "model": "sophisticatedstorage:block/limited_copper_barrel_3" - }, - "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, - "model": "sophisticatedstorage:block/limited_copper_barrel_3" - }, - "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" - }, - "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" - }, - "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" - }, - "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" - }, - "facing=east,flat_top=true,vertical_facing=down": { - "x": 180, - "y": 270, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" - }, - "facing=north,flat_top=true,vertical_facing=down": { - "x": 180, - "y": 180, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" - }, - "facing=south,flat_top=true,vertical_facing=down": { - "x": 180, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" - }, - "facing=west,flat_top=true,vertical_facing=down": { - "x": 180, - "y": 90, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" - }, - "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" - }, - "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" - }, - "facing=south,flat_top=true,vertical_facing=up": { - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" - }, - "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" + "variants": { + "facing=east,flat_top=false,vertical_facing=no": { + "x": 90, + "y": 90, + "model": "sophisticatedstorage:block/limited_copper_barrel_3" + }, + "facing=north,flat_top=false,vertical_facing=no": { + "x": 90, + "model": "sophisticatedstorage:block/limited_copper_barrel_3" + }, + "facing=south,flat_top=false,vertical_facing=no": { + "x": 90, + "y": 180, + "model": "sophisticatedstorage:block/limited_copper_barrel_3" + }, + "facing=west,flat_top=false,vertical_facing=no": { + "x": 90, + "y": 270, + "model": "sophisticatedstorage:block/limited_copper_barrel_3" + }, + "facing=east,flat_top=false,vertical_facing=down": { + "x": 180, + "y": 90, + "model": "sophisticatedstorage:block/limited_copper_barrel_3" + }, + "facing=north,flat_top=false,vertical_facing=down": { + "x": 180, + "model": "sophisticatedstorage:block/limited_copper_barrel_3" + }, + "facing=south,flat_top=false,vertical_facing=down": { + "x": 180, + "y": 180, + "model": "sophisticatedstorage:block/limited_copper_barrel_3" + }, + "facing=west,flat_top=false,vertical_facing=down": { + "x": 180, + "y": 270, + "model": "sophisticatedstorage:block/limited_copper_barrel_3" + }, + "facing=east,flat_top=false,vertical_facing=up": { + "y": 90, + "model": "sophisticatedstorage:block/limited_copper_barrel_3" + }, + "facing=north,flat_top=false,vertical_facing=up": { + "model": "sophisticatedstorage:block/limited_copper_barrel_3" + }, + "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, + "model": "sophisticatedstorage:block/limited_copper_barrel_3" + }, + "facing=west,flat_top=false,vertical_facing=up": { + "y": 270, + "model": "sophisticatedstorage:block/limited_copper_barrel_3" + }, + "facing=east,flat_top=true,vertical_facing=no": { + "x": 90, + "y": 90, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" + }, + "facing=north,flat_top=true,vertical_facing=no": { + "x": 90, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" + }, + "facing=south,flat_top=true,vertical_facing=no": { + "x": 90, + "y": 180, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" + }, + "facing=west,flat_top=true,vertical_facing=no": { + "x": 90, + "y": 270, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" + }, + "facing=east,flat_top=true,vertical_facing=down": { + "x": 180, + "y": 90, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" + }, + "facing=north,flat_top=true,vertical_facing=down": { + "x": 180, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" + }, + "facing=south,flat_top=true,vertical_facing=down": { + "x": 180, + "y": 180, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" + }, + "facing=west,flat_top=true,vertical_facing=down": { + "x": 180, + "y": 270, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" + }, + "facing=east,flat_top=true,vertical_facing=up": { + "y": 90, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" + }, + "facing=north,flat_top=true,vertical_facing=up": { + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" + }, + "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" + }, + "facing=west,flat_top=true,vertical_facing=up": { + "y": 270, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_3" + } } - } } \ No newline at end of file diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_copper_barrel_4.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_copper_barrel_4.json index 078864f3b..3e18abd57 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_copper_barrel_4.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_copper_barrel_4.json @@ -1,110 +1,110 @@ { - "variants": { - "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, - "model": "sophisticatedstorage:block/limited_copper_barrel_4" - }, - "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, - "model": "sophisticatedstorage:block/limited_copper_barrel_4" - }, - "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, - "model": "sophisticatedstorage:block/limited_copper_barrel_4" - }, - "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, - "model": "sophisticatedstorage:block/limited_copper_barrel_4" - }, - "facing=east,flat_top=false,vertical_facing=down": { - "x": 180, - "y": 270, - "model": "sophisticatedstorage:block/limited_copper_barrel_4" - }, - "facing=north,flat_top=false,vertical_facing=down": { - "x": 180, - "y": 180, - "model": "sophisticatedstorage:block/limited_copper_barrel_4" - }, - "facing=south,flat_top=false,vertical_facing=down": { - "x": 180, - "model": "sophisticatedstorage:block/limited_copper_barrel_4" - }, - "facing=west,flat_top=false,vertical_facing=down": { - "x": 180, - "y": 90, - "model": "sophisticatedstorage:block/limited_copper_barrel_4" - }, - "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, - "model": "sophisticatedstorage:block/limited_copper_barrel_4" - }, - "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, - "model": "sophisticatedstorage:block/limited_copper_barrel_4" - }, - "facing=south,flat_top=false,vertical_facing=up": { - "model": "sophisticatedstorage:block/limited_copper_barrel_4" - }, - "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, - "model": "sophisticatedstorage:block/limited_copper_barrel_4" - }, - "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" - }, - "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" - }, - "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" - }, - "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" - }, - "facing=east,flat_top=true,vertical_facing=down": { - "x": 180, - "y": 270, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" - }, - "facing=north,flat_top=true,vertical_facing=down": { - "x": 180, - "y": 180, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" - }, - "facing=south,flat_top=true,vertical_facing=down": { - "x": 180, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" - }, - "facing=west,flat_top=true,vertical_facing=down": { - "x": 180, - "y": 90, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" - }, - "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" - }, - "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" - }, - "facing=south,flat_top=true,vertical_facing=up": { - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" - }, - "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, - "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" + "variants": { + "facing=east,flat_top=false,vertical_facing=no": { + "x": 90, + "y": 90, + "model": "sophisticatedstorage:block/limited_copper_barrel_4" + }, + "facing=north,flat_top=false,vertical_facing=no": { + "x": 90, + "model": "sophisticatedstorage:block/limited_copper_barrel_4" + }, + "facing=south,flat_top=false,vertical_facing=no": { + "x": 90, + "y": 180, + "model": "sophisticatedstorage:block/limited_copper_barrel_4" + }, + "facing=west,flat_top=false,vertical_facing=no": { + "x": 90, + "y": 270, + "model": "sophisticatedstorage:block/limited_copper_barrel_4" + }, + "facing=east,flat_top=false,vertical_facing=down": { + "x": 180, + "y": 90, + "model": "sophisticatedstorage:block/limited_copper_barrel_4" + }, + "facing=north,flat_top=false,vertical_facing=down": { + "x": 180, + "model": "sophisticatedstorage:block/limited_copper_barrel_4" + }, + "facing=south,flat_top=false,vertical_facing=down": { + "x": 180, + "y": 180, + "model": "sophisticatedstorage:block/limited_copper_barrel_4" + }, + "facing=west,flat_top=false,vertical_facing=down": { + "x": 180, + "y": 270, + "model": "sophisticatedstorage:block/limited_copper_barrel_4" + }, + "facing=east,flat_top=false,vertical_facing=up": { + "y": 90, + "model": "sophisticatedstorage:block/limited_copper_barrel_4" + }, + "facing=north,flat_top=false,vertical_facing=up": { + "model": "sophisticatedstorage:block/limited_copper_barrel_4" + }, + "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, + "model": "sophisticatedstorage:block/limited_copper_barrel_4" + }, + "facing=west,flat_top=false,vertical_facing=up": { + "y": 270, + "model": "sophisticatedstorage:block/limited_copper_barrel_4" + }, + "facing=east,flat_top=true,vertical_facing=no": { + "x": 90, + "y": 90, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" + }, + "facing=north,flat_top=true,vertical_facing=no": { + "x": 90, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" + }, + "facing=south,flat_top=true,vertical_facing=no": { + "x": 90, + "y": 180, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" + }, + "facing=west,flat_top=true,vertical_facing=no": { + "x": 90, + "y": 270, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" + }, + "facing=east,flat_top=true,vertical_facing=down": { + "x": 180, + "y": 90, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" + }, + "facing=north,flat_top=true,vertical_facing=down": { + "x": 180, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" + }, + "facing=south,flat_top=true,vertical_facing=down": { + "x": 180, + "y": 180, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" + }, + "facing=west,flat_top=true,vertical_facing=down": { + "x": 180, + "y": 270, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" + }, + "facing=east,flat_top=true,vertical_facing=up": { + "y": 90, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" + }, + "facing=north,flat_top=true,vertical_facing=up": { + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" + }, + "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" + }, + "facing=west,flat_top=true,vertical_facing=up": { + "y": 270, + "model": "sophisticatedstorage:block/flat/limited_copper_barrel_4" + } } - } } \ No newline at end of file diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_diamond_barrel_1.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_diamond_barrel_1.json index 996e754d8..c577aaf6f 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_diamond_barrel_1.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_diamond_barrel_1.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_diamond_barrel_1" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_diamond_barrel_1" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_1" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_diamond_barrel_1" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_diamond_barrel_1" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_1" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_1" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_diamond_barrel_1" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_diamond_barrel_1" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_1" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_1" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_diamond_barrel_1" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_1" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_1" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_1" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_1" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_1" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_1" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_1" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_1" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_1" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_1" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_1" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_1" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_diamond_barrel_2.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_diamond_barrel_2.json index 07ca02695..59afd006c 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_diamond_barrel_2.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_diamond_barrel_2.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_diamond_barrel_2" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_diamond_barrel_2" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_2" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_diamond_barrel_2" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_diamond_barrel_2" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_2" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_2" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_diamond_barrel_2" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_diamond_barrel_2" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_2" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_2" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_diamond_barrel_2" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_2" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_2" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_2" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_2" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_2" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_2" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_2" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_2" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_2" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_2" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_2" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_2" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_diamond_barrel_3.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_diamond_barrel_3.json index 891fb2331..63f2ccee9 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_diamond_barrel_3.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_diamond_barrel_3.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_diamond_barrel_3" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_diamond_barrel_3" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_3" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_diamond_barrel_3" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_diamond_barrel_3" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_3" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_3" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_diamond_barrel_3" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_diamond_barrel_3" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_3" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_3" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_diamond_barrel_3" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_3" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_3" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_3" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_3" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_3" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_3" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_3" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_3" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_3" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_3" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_3" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_3" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_diamond_barrel_4.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_diamond_barrel_4.json index fc1daca48..a7ab5d53a 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_diamond_barrel_4.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_diamond_barrel_4.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_diamond_barrel_4" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_diamond_barrel_4" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_4" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_diamond_barrel_4" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_diamond_barrel_4" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_4" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_4" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_diamond_barrel_4" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_diamond_barrel_4" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_4" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_diamond_barrel_4" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_diamond_barrel_4" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_4" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_4" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_4" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_4" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_4" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_4" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_4" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_4" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_4" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_4" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_4" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_diamond_barrel_4" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_gold_barrel_1.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_gold_barrel_1.json index 25eaa158c..2419f7f03 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_gold_barrel_1.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_gold_barrel_1.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_gold_barrel_1" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_gold_barrel_1" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_1" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_gold_barrel_1" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_gold_barrel_1" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_1" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_1" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_gold_barrel_1" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_gold_barrel_1" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_1" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_1" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_gold_barrel_1" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_1" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_1" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_1" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_1" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_1" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_1" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_1" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_1" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_1" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_1" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_1" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_1" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_gold_barrel_2.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_gold_barrel_2.json index 2d19150b9..051e4f56a 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_gold_barrel_2.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_gold_barrel_2.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_gold_barrel_2" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_gold_barrel_2" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_2" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_gold_barrel_2" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_gold_barrel_2" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_2" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_2" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_gold_barrel_2" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_gold_barrel_2" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_2" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_2" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_gold_barrel_2" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_2" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_2" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_2" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_2" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_2" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_2" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_2" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_2" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_2" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_2" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_2" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_2" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_gold_barrel_3.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_gold_barrel_3.json index 916425f2c..67c936b4c 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_gold_barrel_3.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_gold_barrel_3.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_gold_barrel_3" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_gold_barrel_3" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_3" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_gold_barrel_3" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_gold_barrel_3" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_3" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_3" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_gold_barrel_3" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_gold_barrel_3" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_3" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_3" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_gold_barrel_3" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_3" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_3" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_3" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_3" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_3" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_3" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_3" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_3" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_3" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_3" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_3" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_3" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_gold_barrel_4.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_gold_barrel_4.json index 9ad9b8063..f9896f708 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_gold_barrel_4.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_gold_barrel_4.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_gold_barrel_4" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_gold_barrel_4" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_4" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_gold_barrel_4" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_gold_barrel_4" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_4" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_4" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_gold_barrel_4" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_gold_barrel_4" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_4" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_gold_barrel_4" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_gold_barrel_4" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_4" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_4" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_4" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_4" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_4" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_4" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_4" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_4" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_4" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_4" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_4" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_gold_barrel_4" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_iron_barrel_1.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_iron_barrel_1.json index decafed03..c3c126303 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_iron_barrel_1.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_iron_barrel_1.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_iron_barrel_1" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_iron_barrel_1" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_1" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_iron_barrel_1" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_iron_barrel_1" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_1" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_1" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_iron_barrel_1" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_iron_barrel_1" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_1" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_1" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_iron_barrel_1" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_1" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_1" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_1" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_1" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_1" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_1" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_1" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_1" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_1" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_1" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_1" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_1" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_iron_barrel_2.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_iron_barrel_2.json index eba80e74f..1c6afd7e3 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_iron_barrel_2.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_iron_barrel_2.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_iron_barrel_2" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_iron_barrel_2" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_2" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_iron_barrel_2" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_iron_barrel_2" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_2" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_2" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_iron_barrel_2" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_iron_barrel_2" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_2" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_2" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_iron_barrel_2" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_2" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_2" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_2" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_2" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_2" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_2" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_2" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_2" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_2" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_2" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_2" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_2" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_iron_barrel_3.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_iron_barrel_3.json index b68ad6545..53946e2e2 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_iron_barrel_3.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_iron_barrel_3.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_iron_barrel_3" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_iron_barrel_3" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_3" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_iron_barrel_3" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_iron_barrel_3" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_3" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_3" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_iron_barrel_3" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_iron_barrel_3" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_3" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_3" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_iron_barrel_3" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_3" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_3" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_3" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_3" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_3" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_3" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_3" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_3" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_3" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_3" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_3" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_3" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_iron_barrel_4.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_iron_barrel_4.json index e202785a9..fbba71cb0 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_iron_barrel_4.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_iron_barrel_4.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_iron_barrel_4" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_iron_barrel_4" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_4" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_iron_barrel_4" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_iron_barrel_4" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_4" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_4" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_iron_barrel_4" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_iron_barrel_4" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_4" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_iron_barrel_4" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_iron_barrel_4" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_4" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_4" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_4" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_4" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_4" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_4" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_4" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_4" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_4" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_4" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_4" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_iron_barrel_4" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_netherite_barrel_1.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_netherite_barrel_1.json index 791fe576a..3a4290d36 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_netherite_barrel_1.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_netherite_barrel_1.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_netherite_barrel_1" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_netherite_barrel_1" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_1" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_netherite_barrel_1" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_netherite_barrel_1" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_1" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_1" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_netherite_barrel_1" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_netherite_barrel_1" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_1" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_1" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_netherite_barrel_1" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_1" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_1" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_1" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_1" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_1" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_1" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_1" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_1" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_1" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_1" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_1" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_1" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_netherite_barrel_2.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_netherite_barrel_2.json index 7506b4356..ceaa31352 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_netherite_barrel_2.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_netherite_barrel_2.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_netherite_barrel_2" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_netherite_barrel_2" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_2" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_netherite_barrel_2" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_netherite_barrel_2" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_2" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_2" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_netherite_barrel_2" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_netherite_barrel_2" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_2" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_2" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_netherite_barrel_2" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_2" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_2" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_2" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_2" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_2" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_2" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_2" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_2" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_2" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_2" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_2" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_2" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_netherite_barrel_3.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_netherite_barrel_3.json index 585dc415c..d925275a2 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_netherite_barrel_3.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_netherite_barrel_3.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_netherite_barrel_3" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_netherite_barrel_3" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_3" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_netherite_barrel_3" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_netherite_barrel_3" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_3" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_3" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_netherite_barrel_3" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_netherite_barrel_3" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_3" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_3" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_netherite_barrel_3" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_3" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_3" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_3" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_3" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_3" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_3" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_3" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_3" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_3" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_3" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_3" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_3" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_netherite_barrel_4.json b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_netherite_barrel_4.json index 91c0e808c..29644e532 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/limited_netherite_barrel_4.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/limited_netherite_barrel_4.json @@ -1,109 +1,109 @@ { "variants": { "facing=east,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/limited_netherite_barrel_4" }, "facing=north,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/limited_netherite_barrel_4" }, "facing=south,flat_top=false,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_4" }, "facing=west,flat_top=false,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_netherite_barrel_4" }, "facing=east,flat_top=false,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_netherite_barrel_4" }, "facing=north,flat_top=false,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_4" }, "facing=south,flat_top=false,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_4" }, "facing=west,flat_top=false,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_netherite_barrel_4" }, "facing=east,flat_top=false,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/limited_netherite_barrel_4" }, "facing=north,flat_top=false,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_4" }, "facing=south,flat_top=false,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/limited_netherite_barrel_4" }, "facing=west,flat_top=false,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/limited_netherite_barrel_4" }, "facing=east,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_4" }, "facing=north,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_4" }, "facing=south,flat_top=true,vertical_facing=no": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_4" }, "facing=west,flat_top=true,vertical_facing=no": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_4" }, "facing=east,flat_top=true,vertical_facing=down": { "x": 180, - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_4" }, "facing=north,flat_top=true,vertical_facing=down": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_4" }, "facing=south,flat_top=true,vertical_facing=down": { "x": 180, + "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_4" }, "facing=west,flat_top=true,vertical_facing=down": { "x": 180, - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_4" }, "facing=east,flat_top=true,vertical_facing=up": { - "y": 270, + "y": 90, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_4" }, "facing=north,flat_top=true,vertical_facing=up": { - "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_4" }, "facing=south,flat_top=true,vertical_facing=up": { + "y": 180, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_4" }, "facing=west,flat_top=true,vertical_facing=up": { - "y": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/limited_netherite_barrel_4" } } diff --git a/src/main/resources/assets/sophisticatedstorage/blockstates/netherite_barrel.json b/src/main/resources/assets/sophisticatedstorage/blockstates/netherite_barrel.json index 8508887c3..cc97b494e 100644 --- a/src/main/resources/assets/sophisticatedstorage/blockstates/netherite_barrel.json +++ b/src/main/resources/assets/sophisticatedstorage/blockstates/netherite_barrel.json @@ -2,58 +2,54 @@ "variants": { "facing=down,flat_top=false": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/netherite_barrel" }, "facing=east,flat_top=false": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/netherite_barrel" }, "facing=north,flat_top=false": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/netherite_barrel" }, "facing=south,flat_top=false": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/netherite_barrel" }, "facing=up,flat_top=false": { - "y": 180, "model": "sophisticatedstorage:block/netherite_barrel" }, "facing=west,flat_top=false": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/netherite_barrel" }, "facing=down,flat_top=true": { "x": 180, - "y": 180, "model": "sophisticatedstorage:block/flat/netherite_barrel" }, "facing=east,flat_top=true": { - "x": 270, - "y": 270, + "x": 90, + "y": 90, "model": "sophisticatedstorage:block/flat/netherite_barrel" }, "facing=north,flat_top=true": { - "x": 270, - "y": 180, + "x": 90, "model": "sophisticatedstorage:block/flat/netherite_barrel" }, "facing=south,flat_top=true": { - "x": 270, + "x": 90, + "y": 180, "model": "sophisticatedstorage:block/flat/netherite_barrel" }, "facing=up,flat_top=true": { - "y": 180, "model": "sophisticatedstorage:block/flat/netherite_barrel" }, "facing=west,flat_top=true": { - "x": 270, - "y": 90, + "x": 90, + "y": 270, "model": "sophisticatedstorage:block/flat/netherite_barrel" } } diff --git a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/down_inner_trim.json b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/down_inner_trim.json index 5554357c8..a6f734f06 100644 --- a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/down_inner_trim.json +++ b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/down_inner_trim.json @@ -4,12 +4,12 @@ }, "elements": [ { - "from": [7, 14.5, 9], - "to": [9, 15.5, 15], + "from": [7, 14.5, 1], + "to": [9, 15.5, 7], "faces": { - "east": {"uv": [9, 9, 10, 15], "rotation": 90, "texture": "#top_inner_trim"}, - "west": {"uv": [6, 9, 7, 15], "rotation": 270, "texture": "#top_inner_trim"}, - "up": {"uv": [7, 9, 9, 15], "texture": "#top_inner_trim", "cullface": "up"} + "east": {"uv": [9, 1, 10, 7], "rotation": 90, "texture": "#top_inner_trim"}, + "west": {"uv": [6, 1, 7, 7], "rotation": 270, "texture": "#top_inner_trim"}, + "up": {"uv": [7, 1, 9, 7], "texture": "#top_inner_trim", "cullface": "up"} } } ] diff --git a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/down_inner_trim_tintable_accent.json b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/down_inner_trim_tintable_accent.json index dbdcec574..a9dc9344e 100644 --- a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/down_inner_trim_tintable_accent.json +++ b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/down_inner_trim_tintable_accent.json @@ -4,12 +4,12 @@ }, "elements": [ { - "from": [7, 14.5, 9], - "to": [9, 15.5, 15], + "from": [7, 14.5, 1], + "to": [9, 15.5, 7], "faces": { - "east": {"uv": [9, 9, 10, 15], "rotation": 90, "texture": "#top_inner_trim", "tintindex": 1001}, - "west": {"uv": [6, 9, 7, 15], "rotation": 270, "texture": "#top_inner_trim", "tintindex": 1001}, - "up": {"uv": [7, 9, 9, 15], "texture": "#top_inner_trim", "tintindex": 1001, "cullface": "up"} + "east": {"uv": [9, 1, 10, 7], "rotation": 90, "texture": "#top_inner_trim", "tintindex": 1001}, + "west": {"uv": [6, 1, 7, 7], "rotation": 270, "texture": "#top_inner_trim", "tintindex": 1001}, + "up": {"uv": [7, 1, 9, 7], "texture": "#top_inner_trim", "tintindex": 1001, "cullface": "up"} } } ] diff --git a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_down_inner_trim.json b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_down_inner_trim.json index 837df4c39..69ac9da7c 100644 --- a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_down_inner_trim.json +++ b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_down_inner_trim.json @@ -4,10 +4,10 @@ }, "elements": [ { - "from": [7, 15, 9], - "to": [9, 16, 15], + "from": [7, 15, 1], + "to": [9, 16, 7], "faces": { - "up": {"uv": [7, 9, 9, 15], "texture": "#top_inner_trim", "cullface": "up"} + "up": {"uv": [7, 1, 9, 7], "texture": "#top_inner_trim", "cullface": "up"} } } ] diff --git a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_tintable_down_inner_trim.json b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_tintable_down_inner_trim.json index 7caff574c..c3ea35c38 100644 --- a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_tintable_down_inner_trim.json +++ b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_tintable_down_inner_trim.json @@ -4,10 +4,10 @@ }, "elements": [ { - "from": [7, 15, 1], - "to": [9, 16, 7], + "from": [7, 15, 9], + "to": [9, 16, 15], "faces": { - "up": {"uv": [7, 1, 9, 7], "texture": "#top_inner_trim", "cullface": "up", "tintindex": 1001} + "up": {"uv": [7, 9, 9, 15], "texture": "#top_inner_trim", "cullface": "up", "tintindex": 1001} } } ] diff --git a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_tintable_up_inner_trim.json b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_tintable_up_inner_trim.json index c3ea35c38..7caff574c 100644 --- a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_tintable_up_inner_trim.json +++ b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_tintable_up_inner_trim.json @@ -4,10 +4,10 @@ }, "elements": [ { - "from": [7, 15, 9], - "to": [9, 16, 15], + "from": [7, 15, 1], + "to": [9, 16, 7], "faces": { - "up": {"uv": [7, 9, 9, 15], "texture": "#top_inner_trim", "cullface": "up", "tintindex": 1001} + "up": {"uv": [7, 1, 9, 7], "texture": "#top_inner_trim", "cullface": "up", "tintindex": 1001} } } ] diff --git a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_up_inner_trim.json b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_up_inner_trim.json index 69ac9da7c..837df4c39 100644 --- a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_up_inner_trim.json +++ b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/flat_up_inner_trim.json @@ -4,10 +4,10 @@ }, "elements": [ { - "from": [7, 15, 1], - "to": [9, 16, 7], + "from": [7, 15, 9], + "to": [9, 16, 15], "faces": { - "up": {"uv": [7, 1, 9, 7], "texture": "#top_inner_trim", "cullface": "up"} + "up": {"uv": [7, 9, 9, 15], "texture": "#top_inner_trim", "cullface": "up"} } } ] diff --git a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/up_inner_trim.json b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/up_inner_trim.json index a6f734f06..5554357c8 100644 --- a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/up_inner_trim.json +++ b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/up_inner_trim.json @@ -4,12 +4,12 @@ }, "elements": [ { - "from": [7, 14.5, 1], - "to": [9, 15.5, 7], + "from": [7, 14.5, 9], + "to": [9, 15.5, 15], "faces": { - "east": {"uv": [9, 1, 10, 7], "rotation": 90, "texture": "#top_inner_trim"}, - "west": {"uv": [6, 1, 7, 7], "rotation": 270, "texture": "#top_inner_trim"}, - "up": {"uv": [7, 1, 9, 7], "texture": "#top_inner_trim", "cullface": "up"} + "east": {"uv": [9, 9, 10, 15], "rotation": 90, "texture": "#top_inner_trim"}, + "west": {"uv": [6, 9, 7, 15], "rotation": 270, "texture": "#top_inner_trim"}, + "up": {"uv": [7, 9, 9, 15], "texture": "#top_inner_trim", "cullface": "up"} } } ] diff --git a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/up_inner_trim_tintable_accent.json b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/up_inner_trim_tintable_accent.json index d44aa8337..16dcb1f0f 100644 --- a/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/up_inner_trim_tintable_accent.json +++ b/src/main/resources/assets/sophisticatedstorage/models/block/barrel_part/up_inner_trim_tintable_accent.json @@ -4,12 +4,12 @@ }, "elements": [ { - "from": [7, 14.5, 1], - "to": [9, 15.5, 7], + "from": [7, 14.5, 9], + "to": [9, 15.5, 15], "faces": { - "east": {"uv": [9, 1, 10, 7], "rotation": 90, "texture": "#top_inner_trim", "tintindex": 1001}, - "west": {"uv": [6, 1, 7, 7], "rotation": 270, "texture": "#top_inner_trim", "tintindex": 1001}, - "up": {"uv": [7, 1, 9, 7], "texture": "#top_inner_trim", "tintindex": 1001, "cullface": "up"} + "east": {"uv": [9, 9, 10, 15], "rotation": 90, "texture": "#top_inner_trim", "tintindex": 1001}, + "west": {"uv": [6, 9, 7, 15], "rotation": 270, "texture": "#top_inner_trim", "tintindex": 1001}, + "up": {"uv": [7, 9, 9, 15], "texture": "#top_inner_trim", "tintindex": 1001, "cullface": "up"} } } ] diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/acacia_barrel_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/acacia_barrel_top.png index 0368ec813..fb68a5545 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/acacia_barrel_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/acacia_barrel_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/acacia_barrel_top_open.png b/src/main/resources/assets/sophisticatedstorage/textures/block/acacia_barrel_top_open.png index 2121e114d..aebda07c9 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/acacia_barrel_top_open.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/acacia_barrel_top_open.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/bamboo_barrel_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/bamboo_barrel_top.png index 644a0b360..539309b58 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/bamboo_barrel_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/bamboo_barrel_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/bamboo_barrel_top_open.png b/src/main/resources/assets/sophisticatedstorage/textures/block/bamboo_barrel_top_open.png index 8984fbbad..1d5077dbd 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/bamboo_barrel_top_open.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/bamboo_barrel_top_open.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/barrel_top_packed.png b/src/main/resources/assets/sophisticatedstorage/textures/block/barrel_top_packed.png index 1fa80dfda..ec3eef8b4 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/barrel_top_packed.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/barrel_top_packed.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/barrel_top_tintable_accent.png b/src/main/resources/assets/sophisticatedstorage/textures/block/barrel_top_tintable_accent.png index c6d5680ac..095dcdd1d 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/barrel_top_tintable_accent.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/barrel_top_tintable_accent.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/barrel_top_tintable_main.png b/src/main/resources/assets/sophisticatedstorage/textures/block/barrel_top_tintable_main.png index 593750f28..3278b54c2 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/barrel_top_tintable_main.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/barrel_top_tintable_main.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/barrel_top_tintable_main_open.png b/src/main/resources/assets/sophisticatedstorage/textures/block/barrel_top_tintable_main_open.png index 1494558da..eca440158 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/barrel_top_tintable_main_open.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/barrel_top_tintable_main_open.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/birch_barrel_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/birch_barrel_top.png index 5d4fd3eb8..edcc5521f 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/birch_barrel_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/birch_barrel_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/birch_barrel_top_open.png b/src/main/resources/assets/sophisticatedstorage/textures/block/birch_barrel_top_open.png index 0c8bb3207..e800a3d71 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/birch_barrel_top_open.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/birch_barrel_top_open.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/cherry_barrel_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/cherry_barrel_top.png index b11d6a800..9cb08399e 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/cherry_barrel_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/cherry_barrel_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/cherry_barrel_top_open.png b/src/main/resources/assets/sophisticatedstorage/textures/block/cherry_barrel_top_open.png index a558b86e4..2a2bada31 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/cherry_barrel_top_open.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/cherry_barrel_top_open.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/copper_barrel_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/copper_barrel_top.png index 2a7b82ebb..5ac93f406 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/copper_barrel_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/copper_barrel_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/crimson_barrel_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/crimson_barrel_top.png index bddc5319a..d4a0274d5 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/crimson_barrel_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/crimson_barrel_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/crimson_barrel_top_open.png b/src/main/resources/assets/sophisticatedstorage/textures/block/crimson_barrel_top_open.png index 6aa31ec36..1f3cd4969 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/crimson_barrel_top_open.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/crimson_barrel_top_open.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/dark_oak_barrel_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/dark_oak_barrel_top.png index ffb41d006..327e2bb5c 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/dark_oak_barrel_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/dark_oak_barrel_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/dark_oak_barrel_top_open.png b/src/main/resources/assets/sophisticatedstorage/textures/block/dark_oak_barrel_top_open.png index d46341ce3..97dae2e94 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/dark_oak_barrel_top_open.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/dark_oak_barrel_top_open.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/diamond_barrel_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/diamond_barrel_top.png index f9246be78..7479602cf 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/diamond_barrel_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/diamond_barrel_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/gold_barrel_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/gold_barrel_top.png index c25633993..f4627dccd 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/gold_barrel_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/gold_barrel_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/iron_barrel_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/iron_barrel_top.png index 78ee5d2b2..745731be3 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/iron_barrel_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/iron_barrel_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/jungle_barrel_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/jungle_barrel_top.png index 1ffb72b76..4253320f8 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/jungle_barrel_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/jungle_barrel_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/jungle_barrel_top_open.png b/src/main/resources/assets/sophisticatedstorage/textures/block/jungle_barrel_top_open.png index 206d2f37e..0446a3eb3 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/jungle_barrel_top_open.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/jungle_barrel_top_open.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_acacia_barrel_1_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_acacia_barrel_1_top.png index e0d9ba9bc..5c71e364a 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_acacia_barrel_1_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_acacia_barrel_1_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_acacia_barrel_2_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_acacia_barrel_2_top.png index 479494e32..08d1bb5e4 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_acacia_barrel_2_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_acacia_barrel_2_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_acacia_barrel_3_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_acacia_barrel_3_top.png index 3db261a80..ca00e84ff 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_acacia_barrel_3_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_acacia_barrel_3_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_acacia_barrel_4_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_acacia_barrel_4_top.png index 5cc051883..7e37d0c97 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_acacia_barrel_4_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_acacia_barrel_4_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_bamboo_barrel_1_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_bamboo_barrel_1_top.png index fb501fefb..aa02728e0 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_bamboo_barrel_1_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_bamboo_barrel_1_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_bamboo_barrel_2_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_bamboo_barrel_2_top.png index c40e3aa93..68cc5586f 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_bamboo_barrel_2_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_bamboo_barrel_2_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_bamboo_barrel_3_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_bamboo_barrel_3_top.png index 3caf88905..6c8493978 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_bamboo_barrel_3_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_bamboo_barrel_3_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_bamboo_barrel_4_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_bamboo_barrel_4_top.png index 5129947aa..7d7df7757 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_bamboo_barrel_4_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_bamboo_barrel_4_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_1_top_tintable_accent.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_1_top_tintable_accent.png index 22b01ea6e..9218b8de7 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_1_top_tintable_accent.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_1_top_tintable_accent.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_1_top_tintable_main.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_1_top_tintable_main.png index ebfa8baf0..02cfa459f 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_1_top_tintable_main.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_1_top_tintable_main.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_2_top_tintable_accent.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_2_top_tintable_accent.png index f4adee339..27770c5f6 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_2_top_tintable_accent.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_2_top_tintable_accent.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_2_top_tintable_main.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_2_top_tintable_main.png index 764e5c187..fa49f3a1f 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_2_top_tintable_main.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_2_top_tintable_main.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_3_top_tintable_accent.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_3_top_tintable_accent.png index fd2d90f6f..c61660b13 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_3_top_tintable_accent.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_3_top_tintable_accent.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_3_top_tintable_main.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_3_top_tintable_main.png index 67c7cf388..2dd4ff452 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_3_top_tintable_main.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_3_top_tintable_main.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_4_top_tintable_accent.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_4_top_tintable_accent.png index 96236ab5c..0f6349254 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_4_top_tintable_accent.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_4_top_tintable_accent.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_4_top_tintable_main.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_4_top_tintable_main.png index 1f6a5345e..18bd62308 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_4_top_tintable_main.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_barrel_4_top_tintable_main.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_birch_barrel_1_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_birch_barrel_1_top.png index f5436e5fc..9980d912e 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_birch_barrel_1_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_birch_barrel_1_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_birch_barrel_2_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_birch_barrel_2_top.png index 895bb488a..aa75149fa 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_birch_barrel_2_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_birch_barrel_2_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_birch_barrel_3_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_birch_barrel_3_top.png index e8aa1ab02..2c29b2d9d 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_birch_barrel_3_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_birch_barrel_3_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_birch_barrel_4_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_birch_barrel_4_top.png index 71f8c5e2f..ba1ebf126 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_birch_barrel_4_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_birch_barrel_4_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_cherry_barrel_1_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_cherry_barrel_1_top.png index de2867af6..ece31f32e 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_cherry_barrel_1_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_cherry_barrel_1_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_cherry_barrel_2_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_cherry_barrel_2_top.png index ede83c06f..44b67f560 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_cherry_barrel_2_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_cherry_barrel_2_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_cherry_barrel_3_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_cherry_barrel_3_top.png index 9643fab93..2099d6ea2 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_cherry_barrel_3_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_cherry_barrel_3_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_cherry_barrel_4_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_cherry_barrel_4_top.png index 2029604fd..833419713 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_cherry_barrel_4_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_cherry_barrel_4_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_crimson_barrel_1_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_crimson_barrel_1_top.png index b55b242ed..5c3783298 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_crimson_barrel_1_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_crimson_barrel_1_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_crimson_barrel_2_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_crimson_barrel_2_top.png index d235002f5..d6b12a173 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_crimson_barrel_2_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_crimson_barrel_2_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_crimson_barrel_3_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_crimson_barrel_3_top.png index e4c8ca30f..7fba4dcf1 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_crimson_barrel_3_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_crimson_barrel_3_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_crimson_barrel_4_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_crimson_barrel_4_top.png index c01d0d67b..9e034eb83 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_crimson_barrel_4_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_crimson_barrel_4_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_dark_oak_barrel_1_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_dark_oak_barrel_1_top.png index 82d4d19bb..e6700bbdb 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_dark_oak_barrel_1_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_dark_oak_barrel_1_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_dark_oak_barrel_2_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_dark_oak_barrel_2_top.png index dc8e301eb..e56bb3b27 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_dark_oak_barrel_2_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_dark_oak_barrel_2_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_dark_oak_barrel_3_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_dark_oak_barrel_3_top.png index e1ba4d375..6693497b0 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_dark_oak_barrel_3_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_dark_oak_barrel_3_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_dark_oak_barrel_4_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_dark_oak_barrel_4_top.png index 5316640eb..d050827e2 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_dark_oak_barrel_4_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_dark_oak_barrel_4_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_jungle_barrel_1_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_jungle_barrel_1_top.png index e9fce439b..1977cfa0c 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_jungle_barrel_1_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_jungle_barrel_1_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_jungle_barrel_2_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_jungle_barrel_2_top.png index cf034c0fb..9dd5d930d 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_jungle_barrel_2_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_jungle_barrel_2_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_jungle_barrel_3_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_jungle_barrel_3_top.png index 092d2cd4c..4cc5e0fdc 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_jungle_barrel_3_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_jungle_barrel_3_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_jungle_barrel_4_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_jungle_barrel_4_top.png index f52cde613..52c6ec04c 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_jungle_barrel_4_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_jungle_barrel_4_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_mangrove_barrel_1_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_mangrove_barrel_1_top.png index 1196dcd6b..e71134041 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_mangrove_barrel_1_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_mangrove_barrel_1_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_mangrove_barrel_2_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_mangrove_barrel_2_top.png index db3789750..c23ee9005 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_mangrove_barrel_2_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_mangrove_barrel_2_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_mangrove_barrel_3_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_mangrove_barrel_3_top.png index d69346dc0..ab3d13d4c 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_mangrove_barrel_3_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_mangrove_barrel_3_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_mangrove_barrel_4_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_mangrove_barrel_4_top.png index b96472120..51c7d5aad 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_mangrove_barrel_4_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_mangrove_barrel_4_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_oak_barrel_1_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_oak_barrel_1_top.png index cff29a28f..94bcc3d54 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_oak_barrel_1_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_oak_barrel_1_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_oak_barrel_2_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_oak_barrel_2_top.png index 112036ace..d9489be10 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_oak_barrel_2_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_oak_barrel_2_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_oak_barrel_3_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_oak_barrel_3_top.png index 27a3accb8..074b3b47f 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_oak_barrel_3_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_oak_barrel_3_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_oak_barrel_4_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_oak_barrel_4_top.png index 19ad47f96..41c9afeff 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_oak_barrel_4_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_oak_barrel_4_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_spruce_barrel_1_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_spruce_barrel_1_top.png index bc5336ed1..bbe594f61 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_spruce_barrel_1_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_spruce_barrel_1_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_spruce_barrel_2_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_spruce_barrel_2_top.png index c921652e5..7f1b18fd0 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_spruce_barrel_2_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_spruce_barrel_2_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_spruce_barrel_3_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_spruce_barrel_3_top.png index 4165abeb3..bb0b85c7f 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_spruce_barrel_3_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_spruce_barrel_3_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_spruce_barrel_4_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_spruce_barrel_4_top.png index 8c3801741..1fcf0958f 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_spruce_barrel_4_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_spruce_barrel_4_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_warped_barrel_1_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_warped_barrel_1_top.png index 9b223ce07..14a6c0612 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_warped_barrel_1_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_warped_barrel_1_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_warped_barrel_2_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_warped_barrel_2_top.png index 5dc2e8a46..b5a5c7da6 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_warped_barrel_2_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_warped_barrel_2_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_warped_barrel_3_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_warped_barrel_3_top.png index 120db7506..e7b6d77f6 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_warped_barrel_3_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_warped_barrel_3_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_warped_barrel_4_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_warped_barrel_4_top.png index 2de8ac869..4ab137d7a 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/limited_warped_barrel_4_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/limited_warped_barrel_4_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/mangrove_barrel_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/mangrove_barrel_top.png index 97cf66fb6..38c7a2a3c 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/mangrove_barrel_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/mangrove_barrel_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/mangrove_barrel_top_open.png b/src/main/resources/assets/sophisticatedstorage/textures/block/mangrove_barrel_top_open.png index 762d51dc7..cdcaf9967 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/mangrove_barrel_top_open.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/mangrove_barrel_top_open.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/netherite_barrel_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/netherite_barrel_top.png index 35fc1d9e0..aaaed43f6 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/netherite_barrel_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/netherite_barrel_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/oak_barrel_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/oak_barrel_top.png index eac286b20..e872cda7e 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/oak_barrel_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/oak_barrel_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/oak_barrel_top_open.png b/src/main/resources/assets/sophisticatedstorage/textures/block/oak_barrel_top_open.png index f4225ee86..b16197d85 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/oak_barrel_top_open.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/oak_barrel_top_open.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/spruce_barrel_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/spruce_barrel_top.png index 93a53102a..61dc6ba95 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/spruce_barrel_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/spruce_barrel_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/spruce_barrel_top_open.png b/src/main/resources/assets/sophisticatedstorage/textures/block/spruce_barrel_top_open.png index de2bc8bee..51e8d593e 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/spruce_barrel_top_open.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/spruce_barrel_top_open.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/warped_barrel_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/warped_barrel_top.png index c5b543e9d..7350d546d 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/warped_barrel_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/warped_barrel_top.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/warped_barrel_top_open.png b/src/main/resources/assets/sophisticatedstorage/textures/block/warped_barrel_top_open.png index 67d3535ca..0e9373ed8 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/warped_barrel_top_open.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/warped_barrel_top_open.png differ diff --git a/src/main/resources/assets/sophisticatedstorage/textures/block/wood_barrel_top.png b/src/main/resources/assets/sophisticatedstorage/textures/block/wood_barrel_top.png index dde5384b4..98e0d8b53 100644 Binary files a/src/main/resources/assets/sophisticatedstorage/textures/block/wood_barrel_top.png and b/src/main/resources/assets/sophisticatedstorage/textures/block/wood_barrel_top.png differ