diff --git a/src/main/resources/assets/actuallyadditions/blockstates/blockAtomicReconstructor.json b/src/main/resources/assets/actuallyadditions/blockstates/blockAtomicReconstructor.json index 0f9979aa1..2519848bd 100644 --- a/src/main/resources/assets/actuallyadditions/blockstates/blockAtomicReconstructor.json +++ b/src/main/resources/assets/actuallyadditions/blockstates/blockAtomicReconstructor.json @@ -5,9 +5,7 @@ "textures": { "particle": "actuallyadditions:blocks/blockAtomicReconstructor", "down": "#particle", - "up": "actuallyadditions:blocks/blockAtomicReconstructorTop", "south": "#particle", - "north": "actuallyadditions:blocks/blockAtomicReconstructorFront", "east": "#particle", "west": "#particle" }, diff --git a/src/main/resources/assets/actuallyadditions/blockstates/blockCoalGenerator.json b/src/main/resources/assets/actuallyadditions/blockstates/blockCoalGenerator.json index f542c8f97..381ca3f04 100644 --- a/src/main/resources/assets/actuallyadditions/blockstates/blockCoalGenerator.json +++ b/src/main/resources/assets/actuallyadditions/blockstates/blockCoalGenerator.json @@ -3,11 +3,7 @@ "defaults": { "model": "actuallyadditions:blockCoalGenerator", "textures": { - "particle": "actuallyadditions:blocks/blockCoalGenerator", - "side": "actuallyadditions:blocks/blockCoalGeneratorSide", - "bottom": "actuallyadditions:blocks/blockCoalGeneratorBottom", - "top": "actuallyadditions:blocks/blockCoalGeneratorTop", - "north": "actuallyadditions:blocks/blockCoalGenerator" + "particle": "actuallyadditions:blocks/blockCoalGenerator" }, "transform": "forge:default-block" }, diff --git a/src/main/resources/assets/actuallyadditions/blockstates/blockDisplayStand.json b/src/main/resources/assets/actuallyadditions/blockstates/blockDisplayStand.json index 223f7aece..8afed312d 100644 --- a/src/main/resources/assets/actuallyadditions/blockstates/blockDisplayStand.json +++ b/src/main/resources/assets/actuallyadditions/blockstates/blockDisplayStand.json @@ -3,10 +3,7 @@ "defaults": { "model": "actuallyadditions:blockDisplayStand", "textures": { - "particle": "actuallyadditions:blocks/blockGiantChestTop", - "bottom": "actuallyadditions:blocks/blockDisplayStand", - "top": "#bottom", - "side": "actuallyadditions:blocks/blockDisplayStandSide" + "particle": "actuallyadditions:blocks/blockGiantChestTop" }, "transform": "forge:default-block" }, diff --git a/src/main/resources/assets/actuallyadditions/blockstates/blockEmpowerer.json b/src/main/resources/assets/actuallyadditions/blockstates/blockEmpowerer.json index 43785f7a7..cac6af8eb 100644 --- a/src/main/resources/assets/actuallyadditions/blockstates/blockEmpowerer.json +++ b/src/main/resources/assets/actuallyadditions/blockstates/blockEmpowerer.json @@ -1,11 +1,9 @@ { "forge_marker": 1, "defaults": { - "model": "minecraft:half_slab", + "model": "actuallyadditions:blockEmpowerer", "textures": { - "bottom": "actuallyadditions:blocks/blockEmpowerer", - "top": "#bottom", - "side": "actuallyadditions:blocks/blockEmpowererSide" + "particle": "actuallyadditions:blocks/blockEmpowerer" }, "transform": "forge:default-block" }, diff --git a/src/main/resources/assets/actuallyadditions/blockstates/blockGiantChest.json b/src/main/resources/assets/actuallyadditions/blockstates/blockGiantChest.json index 6f6d45729..956f8157a 100644 --- a/src/main/resources/assets/actuallyadditions/blockstates/blockGiantChest.json +++ b/src/main/resources/assets/actuallyadditions/blockstates/blockGiantChest.json @@ -1,11 +1,9 @@ { "forge_marker": 1, "defaults": { - "model": "minecraft:cube_bottom_top", + "model": "actuallyadditions:blockGiantChest", "textures": { - "side": "actuallyadditions:blocks/blockGiantChest", - "bottom": "actuallyadditions:blocks/blockGiantChestTop", - "top": "actuallyadditions:blocks/blockGiantChestTop" + "particle": "actuallyadditions:blocks/blockGiantChest" }, "transform": "forge:default-block" }, diff --git a/src/main/resources/assets/actuallyadditions/blockstates/blockGiantChestLarge.json b/src/main/resources/assets/actuallyadditions/blockstates/blockGiantChestLarge.json index 4fcba9ab0..e3f20ee8c 100644 --- a/src/main/resources/assets/actuallyadditions/blockstates/blockGiantChestLarge.json +++ b/src/main/resources/assets/actuallyadditions/blockstates/blockGiantChestLarge.json @@ -1,11 +1,9 @@ { "forge_marker": 1, "defaults": { - "model": "minecraft:cube_bottom_top", + "model": "actuallyadditions:blockGiantChestLarge", "textures": { - "side": "actuallyadditions:blocks/blockGiantChestLarge", - "bottom": "actuallyadditions:blocks/blockGiantChestTop", - "top": "actuallyadditions:blocks/blockGiantChestTop" + "particle": "actuallyadditions:blocks/blockGiantChest" }, "transform": "forge:default-block" }, diff --git a/src/main/resources/assets/actuallyadditions/blockstates/blockGiantChestMedium.json b/src/main/resources/assets/actuallyadditions/blockstates/blockGiantChestMedium.json index 43571a3e3..140305691 100644 --- a/src/main/resources/assets/actuallyadditions/blockstates/blockGiantChestMedium.json +++ b/src/main/resources/assets/actuallyadditions/blockstates/blockGiantChestMedium.json @@ -1,11 +1,9 @@ { "forge_marker": 1, "defaults": { - "model": "minecraft:cube_bottom_top", + "model": "actuallyadditions:blockGiantChestMedium", "textures": { - "side": "actuallyadditions:blocks/blockGiantChestMedium", - "bottom": "actuallyadditions:blocks/blockGiantChestTop", - "top": "actuallyadditions:blocks/blockGiantChestTop" + "particle": "actuallyadditions:blocks/blockGiantChest" }, "transform": "forge:default-block" }, diff --git a/src/main/resources/assets/actuallyadditions/models/block/blockEmpowerer.json b/src/main/resources/assets/actuallyadditions/models/block/blockEmpowerer.json new file mode 100644 index 000000000..305ad0bde --- /dev/null +++ b/src/main/resources/assets/actuallyadditions/models/block/blockEmpowerer.json @@ -0,0 +1,180 @@ +{ + "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", + "textures": { + "0": "actuallyadditions:blocks/blockCoalGeneratorSide", + "1": "actuallyadditions:blocks/blockMiscIronCasing", + "2": "actuallyadditions:blocks/blockAtomicReconstructorTop", + "3": "actuallyadditions:blocks/blockEmpowerer" + }, + "elements": [ + { + "name": "Cube", + "from": [ 0.0, 0.0, 0.0 ], + "to": [ 16.0, 1.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, + "up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, + "down": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } + } + }, + { + "name": "Cube", + "from": [ 2.0, 1.0, 2.0 ], + "to": [ 14.0, 2.0, 14.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 2.0, 0.0, 14.0, 1.0 ] }, + "east": { "texture": "#1", "uv": [ 2.0, 0.0, 14.0, 1.0 ] }, + "south": { "texture": "#1", "uv": [ 2.0, 0.0, 14.0, 1.0 ] }, + "west": { "texture": "#1", "uv": [ 2.0, 0.0, 14.0, 1.0 ] }, + "up": { "texture": "#1", "uv": [ 2.0, 2.0, 14.0, 14.0 ] }, + "down": { "texture": "#1", "uv": [ 2.0, 2.0, 14.0, 14.0 ] } + } + }, + { + "name": "Cube", + "from": [ 1.0, 1.0, 4.0 ], + "to": [ 15.0, 2.0, 12.0 ], + "faces": { + "north": { "texture": "#2", "uv": [ 0.0, 1.0, 14.0, 2.0 ] }, + "east": { "texture": "#2", "uv": [ 4.0, 0.0, 12.0, 1.0 ] }, + "south": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 2.0 ] }, + "west": { "texture": "#2", "uv": [ 4.0, 2.0, 12.0, 1.0 ] }, + "up": { "texture": "#2", "uv": [ 4.0, 1.0, 12.0, 15.0 ], "rotation": 270 }, + "down": { "texture": "#2", "uv": [ 4.0, 1.0, 12.0, 15.0 ], "rotation": 270 } + } + }, + { + "name": "Cube", + "from": [ 4.0, 1.0, 1.0 ], + "to": [ 12.0, 2.0, 15.0 ], + "faces": { + "north": { "texture": "#2", "uv": [ 4.0, 0.0, 12.0, 1.0 ] }, + "east": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 2.0 ] }, + "south": { "texture": "#2", "uv": [ 4.0, 1.0, 12.0, 2.0 ] }, + "west": { "texture": "#2", "uv": [ 0.0, 1.0, 14.0, 2.0 ] }, + "up": { "texture": "#2", "uv": [ 4.0, 1.0, 12.0, 15.0 ], "rotation": 180 }, + "down": { "texture": "#2", "uv": [ 4.0, 1.0, 12.0, 15.0 ] } + } + }, + { + "name": "Cube", + "from": [ 2.0, 2.0, 2.0 ], + "to": [ 14.0, 3.0, 14.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 2.0, 1.0, 14.0, 2.0 ] }, + "east": { "texture": "#1", "uv": [ 2.0, 1.0, 14.0, 2.0 ] }, + "south": { "texture": "#1", "uv": [ 2.0, 14.0, 14.0, 15.0 ] }, + "west": { "texture": "#1", "uv": [ 2.0, 14.0, 12.0, 15.0 ] }, + "up": { "texture": "#1", "uv": [ 2.0, 2.0, 14.0, 14.0 ] }, + "down": { "texture": "#1", "uv": [ 2.0, 2.0, 14.0, 14.0 ] } + } + }, + { + "name": "Cube", + "from": [ 6.0, 3.0, 6.0 ], + "to": [ 10.0, 6.0, 10.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 3.0 ] }, + "east": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 3.0 ] }, + "south": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 3.0 ] }, + "west": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 3.0 ] }, + "up": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 4.0 ] }, + "down": { "texture": "#1", "uv": [ 0.0, 0.0, 4.0, 4.0 ] } + } + }, + { + "name": "Cube", + "from": [ 2.0, 6.0, 0.0 ], + "to": [ 14.0, 7.0, 16.0 ], + "faces": { + "north": { "texture": "#2", "uv": [ 2.0, 0.0, 14.0, 1.0 ] }, + "east": { "texture": "#2", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "south": { "texture": "#2", "uv": [ 2.0, 0.0, 14.0, 1.0 ] }, + "west": { "texture": "#2", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "up": { "texture": "#2", "uv": [ 2.0, 0.0, 14.0, 16.0 ] }, + "down": { "texture": "#2", "uv": [ 2.0, 0.0, 14.0, 16.0 ] } + } + }, + { + "name": "Cube", + "from": [ 0.0, 6.0, 2.0 ], + "to": [ 16.0, 7.0, 14.0 ], + "faces": { + "north": { "texture": "#2", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "east": { "texture": "#2", "uv": [ 2.0, 0.0, 14.0, 1.0 ] }, + "south": { "texture": "#2", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "west": { "texture": "#2", "uv": [ 2.0, 0.0, 14.0, 1.0 ] }, + "up": { "texture": "#2", "uv": [ 0.0, 2.0, 16.0, 14.0 ] }, + "down": { "texture": "#2", "uv": [ 0.0, 2.0, 16.0, 14.0 ] } + } + }, + { + "name": "Cube", + "from": [ 1.0, 7.0, 1.0 ], + "to": [ 15.0, 8.0, 15.0 ], + "faces": { + "north": { "texture": "#3", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "east": { "texture": "#3", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "south": { "texture": "#3", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "west": { "texture": "#3", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "up": { "texture": "#3", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "down": { "texture": "#3", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } + } + }, + { + "name": "Cube", + "from": [ 0.0, 7.0, 0.0 ], + "to": [ 16.0, 8.0, 1.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 1.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 1.0 ] }, + "up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "down": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] } + } + }, + { + "name": "Cube", + "from": [ 0.0, 7.0, 15.0 ], + "to": [ 16.0, 8.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 1.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 1.0 ] }, + "up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "down": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] } + } + }, + { + "name": "Cube", + "from": [ 0.0, 7.0, 1.0 ], + "to": [ 1.0, 8.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 1.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 1.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "up": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 14.0 ] }, + "down": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 14.0 ] } + } + }, + { + "name": "Cube", + "from": [ 15.0, 7.0, 1.0 ], + "to": [ 16.0, 8.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 1.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 1.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "up": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 14.0 ] }, + "down": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 14.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/actuallyadditions/models/block/blockGiantChest.json b/src/main/resources/assets/actuallyadditions/models/block/blockGiantChest.json new file mode 100644 index 000000000..01db7ad1a --- /dev/null +++ b/src/main/resources/assets/actuallyadditions/models/block/blockGiantChest.json @@ -0,0 +1,100 @@ +{ + "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", + "textures": { + "0": "actuallyadditions:blocks/blockGiantChestTop", + "1": "actuallyadditions:blocks/blockGiantChestLarge" + }, + "elements": [ + { + "name": "Cube", + "from": [ 1.0, 1.0, 1.0 ], + "to": [ 15.0, 15.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "east": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "south": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "west": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "up": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "down": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } + } + }, + { + "name": "Cube", + "from": [ 0.0, 0.0, 10.0 ], + "to": [ 1.0, 16.0, 13.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 10.0, 0.0, 11.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "south": { "texture": "#1", "uv": [ 12.0, 0.0, 13.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "up": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 1.0 ], "rotation": 90 }, + "down": { "texture": "#1", "uv": [ 10.0, 15.0, 13.0, 16.0 ], "rotation": 270 } + } + }, + { + "name": "Cube", + "from": [ 15.0, 0.0, 3.0 ], + "to": [ 16.0, 16.0, 6.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 12.0, 0.0, 13.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "south": { "texture": "#1", "uv": [ 10.0, 0.0, 11.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "up": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 1.0 ], "rotation": 270 }, + "down": { "texture": "#1", "uv": [ 10.0, 15.0, 13.0, 16.0 ], "rotation": 90 } + } + }, + { + "name": "Cube", + "from": [ 10.0, 0.0, 15.0 ], + "to": [ 13.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 12.0, 0.0, 13.0, 16.0 ] }, + "south": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 10.0, 0.0, 11.0, 16.0 ] }, + "up": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 1.0 ] }, + "down": { "texture": "#1", "uv": [ 10.0, 15.0, 13.0, 16.0 ] } + } + }, + { + "name": "Cube", + "from": [ 3.0, 0.0, 0.0 ], + "to": [ 6.0, 16.0, 1.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 10.0, 0.0, 11.0, 16.0 ] }, + "south": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 12.0, 0.0, 13.0, 16.0 ] }, + "up": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 1.0 ], "rotation": 180 }, + "down": { "texture": "#1", "uv": [ 10.0, 15.0, 13.0, 16.0 ], "rotation": 180 } + } + }, + { + "name": "Cube", + "from": [ 1.0, 15.0, 1.0 ], + "to": [ 15.0, 16.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "east": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "south": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "west": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "up": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "down": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } + } + }, + { + "name": "Cube", + "from": [ 1.0, 0.0, 1.0 ], + "to": [ 15.0, 1.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "east": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "south": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "west": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "up": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "down": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/actuallyadditions/models/block/blockGiantChestLarge.json b/src/main/resources/assets/actuallyadditions/models/block/blockGiantChestLarge.json new file mode 100644 index 000000000..0ac3e5b3d --- /dev/null +++ b/src/main/resources/assets/actuallyadditions/models/block/blockGiantChestLarge.json @@ -0,0 +1,256 @@ +{ + "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", + "textures": { + "0": "actuallyadditions:blocks/blockGiantChestLarge", + "1": "actuallyadditions:blocks/blockGiantChestTop" + }, + "elements": [ + { + "name": "Cube", + "from": [ 1.0, 1.0, 1.0 ], + "to": [ 15.0, 15.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "east": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "south": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "west": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "up": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "down": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } + } + }, + { + "name": "Cube", + "from": [ 0.0, 0.0, 10.0 ], + "to": [ 1.0, 16.0, 13.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 10.0, 0.0, 11.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 12.0, 0.0, 13.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "up": { "texture": "#0", "uv": [ 10.0, 0.0, 13.0, 1.0 ], "rotation": 90 }, + "down": { "texture": "#0", "uv": [ 10.0, 15.0, 13.0, 16.0 ], "rotation": 270 } + } + }, + { + "name": "Cube", + "from": [ 0.0, 8.0, 1.0 ], + "to": [ 1.0, 10.0, 10.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 7.0, 6.0, 8.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 9.0, 6.0, 10.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 7.0 ], "rotation": 90 }, + "down": { "texture": "#0", "uv": [ 1.0, 7.0, 10.0, 8.0 ], "rotation": 270 } + } + }, + { + "name": "Cube", + "from": [ 15.0, 8.0, 6.0 ], + "to": [ 16.0, 10.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 6.0, 2.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 9.0, 6.0, 10.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 1.0, 6.0, 9.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 7.0 ], "rotation": 270 }, + "down": { "texture": "#0", "uv": [ 1.0, 7.0, 10.0, 8.0 ], "rotation": 90 } + } + }, + { + "name": "Cube", + "from": [ 6.0, 8.0, 0.0 ], + "to": [ 15.0, 10.0, 1.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 1.0, 6.0, 2.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 10.0, 6.0, 9.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 7.0 ], "rotation": 180 }, + "down": { "texture": "#0", "uv": [ 1.0, 7.0, 10.0, 8.0 ], "rotation": 180 } + } + }, + { + "name": "Cube", + "from": [ 1.0, 8.0, 15.0 ], + "to": [ 10.0, 10.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 9.0, 6.0, 10.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 2.0, 6.0, 1.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 7.0 ] }, + "down": { "texture": "#0", "uv": [ 1.0, 7.0, 10.0, 8.0 ] } + } + }, + { + "name": "Cube", + "from": [ 0.0, 8.0, 13.0 ], + "to": [ 1.0, 10.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 14.0, 6.0, 15.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 14.0, 6.0, 15.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 7.0 ], "rotation": 90 }, + "down": { "texture": "#0", "uv": [ 13.0, 7.0, 15.0, 8.0 ], "rotation": 270 } + } + }, + { + "name": "Cube", + "from": [ 15.0, 8.0, 1.0 ], + "to": [ 16.0, 10.0, 3.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 14.0, 6.0, 15.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 13.0, 6.0, 14.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 7.0 ], "rotation": 270 }, + "down": { "texture": "#0", "uv": [ 13.0, 7.0, 15.0, 8.0 ], "rotation": 90 } + } + }, + { + "name": "Cube", + "from": [ 13.0, 8.0, 15.0 ], + "to": [ 15.0, 10.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 14.0, 6.0, 15.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 13.0, 6.0, 14.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 7.0 ] }, + "down": { "texture": "#0", "uv": [ 13.0, 7.0, 15.0, 8.0 ] } + } + }, + { + "name": "Cube", + "from": [ 1.0, 8.0, 0.0 ], + "to": [ 3.0, 10.0, 1.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 14.0, 6.0, 15.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 14.0, 6.0, 15.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 13.0, 7.0, 15.0, 8.0 ], "rotation": 180 }, + "down": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 7.0 ], "rotation": 180 } + } + }, + { + "name": "Cube", + "from": [ 15.0, 0.0, 3.0 ], + "to": [ 16.0, 16.0, 6.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 12.0, 0.0, 13.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 10.0, 0.0, 11.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "up": { "texture": "#0", "uv": [ 10.0, 0.0, 13.0, 1.0 ], "rotation": 270 }, + "down": { "texture": "#0", "uv": [ 10.0, 15.0, 13.0, 16.0 ], "rotation": 90 } + } + }, + { + "name": "Cube", + "from": [ 10.0, 0.0, 15.0 ], + "to": [ 13.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 12.0, 0.0, 13.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 10.0, 0.0, 11.0, 16.0 ] }, + "up": { "texture": "#0", "uv": [ 10.0, 0.0, 13.0, 1.0 ] }, + "down": { "texture": "#0", "uv": [ 10.0, 15.0, 13.0, 16.0 ] } + } + }, + { + "name": "Cube", + "from": [ 3.0, 0.0, 0.0 ], + "to": [ 6.0, 16.0, 1.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 10.0, 0.0, 11.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 12.0, 0.0, 13.0, 16.0 ] }, + "up": { "texture": "#0", "uv": [ 10.0, 0.0, 13.0, 1.0 ], "rotation": 180 }, + "down": { "texture": "#0", "uv": [ 10.0, 15.0, 13.0, 16.0 ], "rotation": 180 } + } + }, + { + "name": "Cube", + "from": [ 1.0, 15.0, 1.0 ], + "to": [ 15.0, 16.0, 15.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } + } + }, + { + "name": "Cube", + "from": [ 1.0, 0.0, 1.0 ], + "to": [ 15.0, 1.0, 15.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } + } + }, + { + "name": "Cube", + "from": [ 0.0, 8.0, 0.0 ], + "to": [ 1.0, 10.0, 1.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 7.0 ] }, + "down": { "texture": "#0", "uv": [ 15.0, 7.0, 16.0, 8.0 ] } + } + }, + { + "name": "Cube", + "from": [ 0.0, 8.0, 15.0 ], + "to": [ 1.0, 10.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 7.0 ] }, + "down": { "texture": "#0", "uv": [ 15.0, 7.0, 16.0, 8.0 ] } + } + }, + { + "name": "Cube", + "from": [ 15.0, 8.0, 15.0 ], + "to": [ 16.0, 10.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 7.0 ] }, + "down": { "texture": "#0", "uv": [ 15.0, 7.0, 16.0, 8.0 ] } + } + }, + { + "name": "Cube", + "from": [ 15.0, 8.0, 0.0 ], + "to": [ 16.0, 10.0, 1.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 7.0 ] }, + "down": { "texture": "#0", "uv": [ 15.0, 7.0, 16.0, 8.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/actuallyadditions/models/block/blockGiantChestMedium.json b/src/main/resources/assets/actuallyadditions/models/block/blockGiantChestMedium.json new file mode 100644 index 000000000..6378f43d8 --- /dev/null +++ b/src/main/resources/assets/actuallyadditions/models/block/blockGiantChestMedium.json @@ -0,0 +1,257 @@ +{ + "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", + "textures": { + "0": "actuallyadditions:blocks/blockGiantChestMedium", + "1": "actuallyadditions:blocks/blockGiantChestMedium", + "2": "actuallyadditions:blocks/blockGiantChestTop" + }, + "elements": [ + { + "name": "Cube", + "from": [ 1.0, 1.0, 1.0 ], + "to": [ 15.0, 15.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "east": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "south": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "west": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "up": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "down": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } + } + }, + { + "name": "Cube", + "from": [ 0.0, 0.0, 10.0 ], + "to": [ 1.0, 16.0, 13.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 10.0, 0.0, 11.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 12.0, 0.0, 13.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "up": { "texture": "#0", "uv": [ 10.0, 0.0, 13.0, 1.0 ], "rotation": 90 }, + "down": { "texture": "#0", "uv": [ 10.0, 15.0, 13.0, 16.0 ], "rotation": 270 } + } + }, + { + "name": "Cube", + "from": [ 0.0, 8.0, 1.0 ], + "to": [ 1.0, 10.0, 10.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 7.0, 6.0, 8.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 9.0, 6.0, 10.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 7.0 ], "rotation": 90 }, + "down": { "texture": "#0", "uv": [ 1.0, 7.0, 10.0, 8.0 ], "rotation": 270 } + } + }, + { + "name": "Cube", + "from": [ 15.0, 8.0, 6.0 ], + "to": [ 16.0, 10.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 6.0, 2.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 9.0, 6.0, 10.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 1.0, 6.0, 9.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 7.0 ], "rotation": 270 }, + "down": { "texture": "#0", "uv": [ 1.0, 7.0, 10.0, 8.0 ], "rotation": 90 } + } + }, + { + "name": "Cube", + "from": [ 6.0, 8.0, 0.0 ], + "to": [ 15.0, 10.0, 1.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 1.0, 6.0, 2.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 10.0, 6.0, 9.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 7.0 ], "rotation": 180 }, + "down": { "texture": "#0", "uv": [ 1.0, 7.0, 10.0, 8.0 ], "rotation": 180 } + } + }, + { + "name": "Cube", + "from": [ 1.0, 8.0, 15.0 ], + "to": [ 10.0, 10.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 9.0, 6.0, 10.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 2.0, 6.0, 1.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 1.0, 6.0, 10.0, 7.0 ] }, + "down": { "texture": "#0", "uv": [ 1.0, 7.0, 10.0, 8.0 ] } + } + }, + { + "name": "Cube", + "from": [ 0.0, 8.0, 13.0 ], + "to": [ 1.0, 10.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 14.0, 6.0, 15.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 14.0, 6.0, 15.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 7.0 ], "rotation": 90 }, + "down": { "texture": "#0", "uv": [ 13.0, 7.0, 15.0, 8.0 ], "rotation": 270 } + } + }, + { + "name": "Cube", + "from": [ 15.0, 8.0, 1.0 ], + "to": [ 16.0, 10.0, 3.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 14.0, 6.0, 15.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 13.0, 6.0, 14.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 7.0 ], "rotation": 270 }, + "down": { "texture": "#0", "uv": [ 13.0, 7.0, 15.0, 8.0 ], "rotation": 90 } + } + }, + { + "name": "Cube", + "from": [ 13.0, 8.0, 15.0 ], + "to": [ 15.0, 10.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 14.0, 6.0, 15.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 13.0, 6.0, 14.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 7.0 ] }, + "down": { "texture": "#0", "uv": [ 13.0, 7.0, 15.0, 8.0 ] } + } + }, + { + "name": "Cube", + "from": [ 1.0, 8.0, 0.0 ], + "to": [ 3.0, 10.0, 1.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 14.0, 6.0, 15.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 14.0, 6.0, 15.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 13.0, 7.0, 15.0, 8.0 ], "rotation": 180 }, + "down": { "texture": "#0", "uv": [ 13.0, 6.0, 15.0, 7.0 ], "rotation": 180 } + } + }, + { + "name": "Cube", + "from": [ 15.0, 0.0, 3.0 ], + "to": [ 16.0, 16.0, 6.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 12.0, 0.0, 13.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "south": { "texture": "#1", "uv": [ 10.0, 0.0, 11.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "up": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 1.0 ], "rotation": 270 }, + "down": { "texture": "#1", "uv": [ 10.0, 15.0, 13.0, 16.0 ], "rotation": 90 } + } + }, + { + "name": "Cube", + "from": [ 10.0, 0.0, 15.0 ], + "to": [ 13.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 12.0, 0.0, 13.0, 16.0 ] }, + "south": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 10.0, 0.0, 11.0, 16.0 ] }, + "up": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 1.0 ] }, + "down": { "texture": "#1", "uv": [ 10.0, 15.0, 13.0, 16.0 ] } + } + }, + { + "name": "Cube", + "from": [ 3.0, 0.0, 0.0 ], + "to": [ 6.0, 16.0, 1.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 10.0, 0.0, 11.0, 16.0 ] }, + "south": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 12.0, 0.0, 13.0, 16.0 ] }, + "up": { "texture": "#1", "uv": [ 10.0, 0.0, 13.0, 1.0 ], "rotation": 180 }, + "down": { "texture": "#1", "uv": [ 10.0, 15.0, 13.0, 16.0 ], "rotation": 180 } + } + }, + { + "name": "Cube", + "from": [ 1.0, 15.0, 1.0 ], + "to": [ 15.0, 16.0, 15.0 ], + "faces": { + "north": { "texture": "#2", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "east": { "texture": "#2", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "south": { "texture": "#2", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "west": { "texture": "#2", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "up": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "down": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } + } + }, + { + "name": "Cube", + "from": [ 1.0, 0.0, 1.0 ], + "to": [ 15.0, 1.0, 15.0 ], + "faces": { + "north": { "texture": "#2", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "east": { "texture": "#2", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "south": { "texture": "#2", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "west": { "texture": "#2", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "up": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "down": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } + } + }, + { + "name": "Cube", + "from": [ 0.0, 8.0, 0.0 ], + "to": [ 1.0, 10.0, 1.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 7.0 ] }, + "down": { "texture": "#0", "uv": [ 15.0, 7.0, 16.0, 8.0 ] } + } + }, + { + "name": "Cube", + "from": [ 0.0, 8.0, 15.0 ], + "to": [ 1.0, 10.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 7.0 ] }, + "down": { "texture": "#0", "uv": [ 15.0, 7.0, 16.0, 8.0 ] } + } + }, + { + "name": "Cube", + "from": [ 15.0, 8.0, 15.0 ], + "to": [ 16.0, 10.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 7.0 ] }, + "down": { "texture": "#0", "uv": [ 15.0, 7.0, 16.0, 8.0 ] } + } + }, + { + "name": "Cube", + "from": [ 15.0, 8.0, 0.0 ], + "to": [ 16.0, 10.0, 1.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "east": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "south": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "west": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 8.0 ] }, + "up": { "texture": "#0", "uv": [ 15.0, 6.0, 16.0, 7.0 ] }, + "down": { "texture": "#0", "uv": [ 15.0, 7.0, 16.0, 8.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/actuallyadditions/textures/blocks/blockEmpowerer.png b/src/main/resources/assets/actuallyadditions/textures/blocks/blockEmpowerer.png index 20e335a65..23de613c9 100644 Binary files a/src/main/resources/assets/actuallyadditions/textures/blocks/blockEmpowerer.png and b/src/main/resources/assets/actuallyadditions/textures/blocks/blockEmpowerer.png differ diff --git a/src/main/resources/assets/actuallyadditions/textures/blocks/blockEmpowererSide.png b/src/main/resources/assets/actuallyadditions/textures/blocks/blockEmpowererSide.png index 67a5ccf15..7a09d61c2 100644 Binary files a/src/main/resources/assets/actuallyadditions/textures/blocks/blockEmpowererSide.png and b/src/main/resources/assets/actuallyadditions/textures/blocks/blockEmpowererSide.png differ diff --git a/src/main/resources/assets/actuallyadditions/textures/blocks/blockGiantChestLarge.png b/src/main/resources/assets/actuallyadditions/textures/blocks/blockGiantChestLarge.png index dd36b13d2..577586a0a 100644 Binary files a/src/main/resources/assets/actuallyadditions/textures/blocks/blockGiantChestLarge.png and b/src/main/resources/assets/actuallyadditions/textures/blocks/blockGiantChestLarge.png differ diff --git a/src/main/resources/assets/actuallyadditions/textures/blocks/blockGiantChestMedium.png b/src/main/resources/assets/actuallyadditions/textures/blocks/blockGiantChestMedium.png index cf92e8658..8fe94e309 100644 Binary files a/src/main/resources/assets/actuallyadditions/textures/blocks/blockGiantChestMedium.png and b/src/main/resources/assets/actuallyadditions/textures/blocks/blockGiantChestMedium.png differ diff --git a/src/main/resources/assets/actuallyadditions/textures/blocks/blockMiscWoodCasing.png b/src/main/resources/assets/actuallyadditions/textures/blocks/blockMiscWoodCasing.png index da2fae99f..54dc99a5d 100644 Binary files a/src/main/resources/assets/actuallyadditions/textures/blocks/blockMiscWoodCasing.png and b/src/main/resources/assets/actuallyadditions/textures/blocks/blockMiscWoodCasing.png differ