diff --git a/src/main/java/de/ellpeck/actuallyadditions/mod/blocks/BlockFermentingBarrel.java b/src/main/java/de/ellpeck/actuallyadditions/mod/blocks/BlockFermentingBarrel.java index b945d1462..b44cb6bde 100644 --- a/src/main/java/de/ellpeck/actuallyadditions/mod/blocks/BlockFermentingBarrel.java +++ b/src/main/java/de/ellpeck/actuallyadditions/mod/blocks/BlockFermentingBarrel.java @@ -36,6 +36,15 @@ public class BlockFermentingBarrel extends BlockContainerBase{ this.setSoundType(SoundType.WOOD); } + @Override + public boolean isFullCube(IBlockState state){ + return false; + } + + @Override + public boolean isOpaqueCube(IBlockState state){ + return false; + } @Override public TileEntity createNewTileEntity(World world, int par2){ diff --git a/src/main/resources/assets/actuallyadditions/blockstates/blockFermentingBarrel.json b/src/main/resources/assets/actuallyadditions/blockstates/blockFermentingBarrel.json index 31c1e4fe0..a10517e85 100644 --- a/src/main/resources/assets/actuallyadditions/blockstates/blockFermentingBarrel.json +++ b/src/main/resources/assets/actuallyadditions/blockstates/blockFermentingBarrel.json @@ -1,11 +1,9 @@ { "forge_marker": 1, "defaults": { - "model": "minecraft:cube_bottom_top", + "model": "actuallyadditions:blockFermentingBarrel", "textures": { - "side": "actuallyadditions:blocks/blockFermentingBarrel", - "bottom": "#top", - "top": "actuallyadditions:blocks/blockFermentingBarrelTop" + "particle": "actuallyadditions:blocks/blockFermentingBarrel" }, "transform": "forge:default-block" }, diff --git a/src/main/resources/assets/actuallyadditions/models/block/blockFermentingBarrel.json b/src/main/resources/assets/actuallyadditions/models/block/blockFermentingBarrel.json new file mode 100644 index 000000000..ed3830272 --- /dev/null +++ b/src/main/resources/assets/actuallyadditions/models/block/blockFermentingBarrel.json @@ -0,0 +1,607 @@ +{ + "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", + "textures": { + "0": "actuallyadditions:blocks/blockGiantChestTop", + "1": "actuallyadditions:blocks/blockFermentingBarrel" + }, + "elements": [ + { + "name": "Cube", + "from": [ 2.0, 0.5, 2.0 ], + "to": [ 14.0, 15.5, 14.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 12.0, 15.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 12.0, 15.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 12.0, 15.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 12.0, 15.0 ] }, + "up": { "texture": "#0", "uv": [ 2.0, 2.0, 14.0, 14.0 ] }, + "down": { "texture": "#0", "uv": [ 2.0, 2.0, 14.0, 14.0 ] } + } + }, + { + "name": "Cube", + "from": [ 2.0, 1.0, 1.0 ], + "to": [ 14.0, 15.0, 2.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 2.0, 1.0, 14.0, 15.0 ] }, + "east": { "texture": "#1", "uv": [ 0.0, 1.0, 1.0, 15.0 ] }, + "south": { "texture": "#1", "uv": [ 2.0, 1.0, 14.0, 15.0 ] }, + "west": { "texture": "#1", "uv": [ 0.0, 1.0, 1.0, 15.0 ] }, + "up": { "texture": "#1", "uv": [ 2.0, 2.0, 14.0, 3.0 ] }, + "down": { "texture": "#1", "uv": [ 2.0, 15.0, 14.0, 16.0 ] } + } + }, + { + "name": "Cube", + "from": [ 4.0, 1.0, 0.5 ], + "to": [ 6.0, 15.0, 1.5 ], + "faces": { + "north": { "texture": "#1", "uv": [ 10.0, 1.0, 12.0, 15.0 ] }, + "east": { "texture": "#1", "uv": [ 10.0, 1.0, 11.0, 15.0 ] }, + "south": { "texture": "#1", "uv": [ 10.0, 1.0, 12.0, 15.0 ] }, + "west": { "texture": "#1", "uv": [ 11.0, 1.0, 12.0, 15.0 ] }, + "up": { "texture": "#1", "uv": [ 10.0, 1.0, 12.0, 2.0 ] }, + "down": { "texture": "#1", "uv": [ 10.0, 14.0, 12.0, 15.0 ], "rotation": 180 } + } + }, + { + "name": "Cube", + "from": [ 10.0, 1.0, 0.5 ], + "to": [ 12.0, 15.0, 1.5 ], + "faces": { + "north": { "texture": "#1", "uv": [ 4.0, 1.0, 6.0, 15.0 ] }, + "east": { "texture": "#1", "uv": [ 4.0, 1.0, 5.0, 15.0 ] }, + "south": { "texture": "#1", "uv": [ 4.0, 1.0, 6.0, 15.0 ] }, + "west": { "texture": "#1", "uv": [ 5.0, 1.0, 6.0, 15.0 ] }, + "up": { "texture": "#1", "uv": [ 4.0, 1.0, 6.0, 2.0 ] }, + "down": { "texture": "#1", "uv": [ 4.0, 14.0, 6.0, 15.0 ], "rotation": 180 } + } + }, + { + "name": "Cube", + "from": [ 2.0, 2.0, 0.0 ], + "to": [ 14.0, 4.0, 1.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 0.0, 12.0, 12.0, 14.0 ] }, + "east": { "texture": "#1", "uv": [ 0.0, 12.0, 1.0, 14.0 ] }, + "south": { "texture": "#1", "uv": [ 0.0, 12.0, 12.0, 14.0 ] }, + "west": { "texture": "#1", "uv": [ 15.0, 12.0, 16.0, 14.0 ] }, + "up": { "texture": "#1", "uv": [ 0.0, 12.0, 12.0, 13.0 ] }, + "down": { "texture": "#1", "uv": [ 0.0, 13.0, 12.0, 14.0 ] } + } + }, + { + "name": "Cube", + "from": [ 2.0, 7.0, 0.0 ], + "to": [ 14.0, 9.0, 1.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 7.0, 13.0, 9.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 7.0, 2.0, 9.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 7.0, 13.0, 9.0 ] }, + "west": { "texture": "#1", "uv": [ 14.0, 7.0, 15.0, 9.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 7.0, 13.0, 8.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 8.0, 13.0, 9.0 ] } + } + }, + { + "name": "Cube", + "from": [ 2.0, 12.0, 0.0 ], + "to": [ 14.0, 14.0, 1.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 2.0, 13.0, 4.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 2.0, 13.0, 4.0 ] }, + "west": { "texture": "#1", "uv": [ 14.0, 2.0, 15.0, 4.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 2.0, 13.0, 3.0 ], "rotation": 180 }, + "down": { "texture": "#1", "uv": [ 1.0, 3.0, 13.0, 4.0 ], "rotation": 180 } + } + }, + { + "name": "Cube", + "from": [ 1.0, 1.0, 2.0 ], + "to": [ 2.0, 15.0, 14.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 0.0, 1.0, 1.0, 15.0 ] }, + "east": { "texture": "#1", "uv": [ 2.0, 1.0, 14.0, 15.0 ] }, + "south": { "texture": "#1", "uv": [ 0.0, 1.0, 1.0, 15.0 ] }, + "west": { "texture": "#1", "uv": [ 2.0, 1.0, 14.0, 15.0 ] }, + "up": { "texture": "#1", "uv": [ 2.0, 2.0, 14.0, 3.0 ], "rotation": 90 }, + "down": { "texture": "#1", "uv": [ 2.0, 16.0, 14.0, 15.0 ], "rotation": 270 } + } + }, + { + "name": "Cube", + "from": [ 14.0, 1.0, 2.0 ], + "to": [ 15.0, 15.0, 14.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 0.0, 1.0, 1.0, 15.0 ] }, + "east": { "texture": "#1", "uv": [ 2.0, 1.0, 14.0, 15.0 ] }, + "south": { "texture": "#1", "uv": [ 0.0, 1.0, 1.0, 15.0 ] }, + "west": { "texture": "#1", "uv": [ 2.0, 1.0, 14.0, 15.0 ] }, + "up": { "texture": "#1", "uv": [ 2.0, 2.0, 14.0, 3.0 ], "rotation": 270 }, + "down": { "texture": "#1", "uv": [ 2.0, 16.0, 14.0, 15.0 ], "rotation": 90 } + } + }, + { + "name": "Cube", + "from": [ 2.0, 1.0, 14.0 ], + "to": [ 14.0, 15.0, 15.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 2.0, 1.0, 14.0, 15.0 ] }, + "east": { "texture": "#1", "uv": [ 15.0, 1.0, 16.0, 15.0 ] }, + "south": { "texture": "#1", "uv": [ 2.0, 1.0, 14.0, 15.0 ] }, + "west": { "texture": "#1", "uv": [ 0.0, 1.0, 1.0, 15.0 ] }, + "up": { "texture": "#1", "uv": [ 2.0, 2.0, 14.0, 3.0 ] }, + "down": { "texture": "#1", "uv": [ 2.0, 15.0, 14.0, 16.0 ] } + } + }, + { + "name": "Cube", + "from": [ 10.0, 1.0, 14.5 ], + "to": [ 12.0, 15.0, 15.5 ], + "faces": { + "north": { "texture": "#1", "uv": [ 4.0, 1.0, 6.0, 15.0 ] }, + "east": { "texture": "#1", "uv": [ 4.0, 1.0, 5.0, 15.0 ] }, + "south": { "texture": "#1", "uv": [ 4.0, 1.0, 6.0, 15.0 ] }, + "west": { "texture": "#1", "uv": [ 5.0, 1.0, 6.0, 15.0 ] }, + "up": { "texture": "#1", "uv": [ 4.0, 1.0, 6.0, 2.0 ] }, + "down": { "texture": "#1", "uv": [ 4.0, 14.0, 6.0, 15.0 ] } + } + }, + { + "name": "Cube", + "from": [ 4.0, 1.0, 14.5 ], + "to": [ 6.0, 15.0, 15.5 ], + "faces": { + "north": { "texture": "#1", "uv": [ 4.0, 1.0, 6.0, 15.0 ] }, + "east": { "texture": "#1", "uv": [ 4.0, 1.0, 5.0, 15.0 ] }, + "south": { "texture": "#1", "uv": [ 4.0, 1.0, 6.0, 15.0 ] }, + "west": { "texture": "#1", "uv": [ 5.0, 1.0, 6.0, 15.0 ] }, + "up": { "texture": "#1", "uv": [ 4.0, 1.0, 6.0, 2.0 ] }, + "down": { "texture": "#1", "uv": [ 4.0, 14.0, 6.0, 15.0 ] } + } + }, + { + "name": "Cube", + "from": [ 0.5, 1.0, 10.0 ], + "to": [ 1.5, 15.0, 12.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 10.0, 1.0, 11.0, 15.0 ] }, + "east": { "texture": "#1", "uv": [ 10.0, 1.0, 12.0, 15.0 ] }, + "south": { "texture": "#1", "uv": [ 11.0, 1.0, 12.0, 15.0 ] }, + "west": { "texture": "#1", "uv": [ 10.0, 1.0, 12.0, 15.0 ] }, + "up": { "texture": "#1", "uv": [ 10.0, 1.0, 12.0, 2.0 ], "rotation": 90 }, + "down": { "texture": "#1", "uv": [ 10.0, 14.0, 12.0, 15.0 ], "rotation": 270 } + } + }, + { + "name": "Cube", + "from": [ 7.5, 1.0, 4.0 ], + "to": [ 8.5, 15.0, 6.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 4.0, 1.0, 5.0, 15.0 ] }, + "east": { "texture": "#1", "uv": [ 4.0, 1.0, 6.0, 15.0 ] }, + "south": { "texture": "#1", "uv": [ 5.0, 1.0, 6.0, 15.0 ] }, + "west": { "texture": "#1", "uv": [ 4.0, 1.0, 6.0, 15.0 ] }, + "up": { "texture": "#1", "uv": [ 4.0, 1.0, 6.0, 2.0 ], "rotation": 90 }, + "down": { "texture": "#1", "uv": [ 4.0, 15.0, 6.0, 16.0 ], "rotation": 270 } + } + }, + { + "name": "Cube", + "from": [ 14.5, 1.0, 10.0 ], + "to": [ 15.5, 15.0, 12.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 4.0, 1.0, 5.0, 15.0 ] }, + "east": { "texture": "#1", "uv": [ 4.0, 1.0, 6.0, 15.0 ] }, + "south": { "texture": "#1", "uv": [ 5.0, 1.0, 6.0, 15.0 ] }, + "west": { "texture": "#1", "uv": [ 4.0, 1.0, 6.0, 15.0 ] }, + "up": { "texture": "#1", "uv": [ 4.0, 1.0, 6.0, 2.0 ], "rotation": 270 }, + "down": { "texture": "#1", "uv": [ 4.0, 14.0, 6.0, 15.0 ], "rotation": 90 } + } + }, + { + "name": "Cube", + "from": [ 14.5, 1.0, 4.0 ], + "to": [ 15.5, 15.0, 6.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 4.0, 1.0, 5.0, 15.0 ] }, + "east": { "texture": "#1", "uv": [ 4.0, 1.0, 6.0, 15.0 ] }, + "south": { "texture": "#1", "uv": [ 5.0, 1.0, 6.0, 15.0 ] }, + "west": { "texture": "#1", "uv": [ 4.0, 1.0, 6.0, 15.0 ] }, + "up": { "texture": "#1", "uv": [ 4.0, 1.0, 6.0, 2.0 ] }, + "down": { "texture": "#1", "uv": [ 4.0, 14.0, 6.0, 15.0 ], "rotation": 90 } + } + }, + { + "name": "Cube", + "from": [ 14.0, 12.0, 1.0 ], + "to": [ 15.0, 14.0, 2.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 3.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 3.0, 2.0, 4.0 ] } + } + }, + { + "name": "Cube", + "from": [ 14.0, 7.0, 1.0 ], + "to": [ 15.0, 9.0, 2.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 3.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 3.0, 2.0, 4.0 ] } + } + }, + { + "name": "Cube", + "from": [ 14.0, 2.0, 1.0 ], + "to": [ 15.0, 4.0, 2.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 3.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 3.0, 2.0, 4.0 ] } + } + }, + { + "name": "Cube", + "from": [ 1.0, 2.0, 1.0 ], + "to": [ 2.0, 4.0, 2.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 3.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 3.0, 2.0, 4.0 ] } + } + }, + { + "name": "Cube", + "from": [ 1.0, 7.0, 1.0 ], + "to": [ 2.0, 9.0, 2.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 3.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 3.0, 2.0, 4.0 ] } + } + }, + { + "name": "Cube", + "from": [ 1.0, 7.0, 14.0 ], + "to": [ 2.0, 9.0, 15.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 3.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 3.0, 2.0, 4.0 ] } + } + }, + { + "name": "Cube", + "from": [ 1.0, 12.0, 14.0 ], + "to": [ 2.0, 14.0, 15.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 3.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 3.0, 2.0, 4.0 ] } + } + }, + { + "name": "Cube", + "from": [ 1.0, 2.0, 14.0 ], + "to": [ 2.0, 4.0, 15.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 3.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 3.0, 2.0, 4.0 ] } + } + }, + { + "name": "Cube", + "from": [ 14.0, 2.0, 14.0 ], + "to": [ 15.0, 4.0, 15.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 3.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 3.0, 2.0, 4.0 ] } + } + }, + { + "name": "Cube", + "from": [ 14.0, 7.0, 14.0 ], + "to": [ 15.0, 9.0, 15.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 3.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 3.0, 2.0, 4.0 ] } + } + }, + { + "name": "Cube", + "from": [ 14.0, 12.0, 14.0 ], + "to": [ 15.0, 14.0, 15.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 3.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 3.0, 2.0, 4.0 ] } + } + }, + { + "name": "Cube", + "from": [ 2.0, 12.0, 15.0 ], + "to": [ 14.0, 14.0, 16.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 2.0, 13.0, 4.0 ] }, + "east": { "texture": "#1", "uv": [ 14.0, 2.0, 15.0, 4.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 2.0, 13.0, 4.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 2.0, 13.0, 3.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 3.0, 13.0, 4.0 ] } + } + }, + { + "name": "Cube", + "from": [ 2.0, 7.0, 15.0 ], + "to": [ 14.0, 9.0, 16.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 0.0, 7.0, 12.0, 9.0 ] }, + "east": { "texture": "#1", "uv": [ 0.0, 7.0, 1.0, 9.0 ] }, + "south": { "texture": "#1", "uv": [ 0.0, 7.0, 12.0, 9.0 ] }, + "west": { "texture": "#1", "uv": [ 15.0, 7.0, 16.0, 9.0 ] }, + "up": { "texture": "#1", "uv": [ 0.0, 7.0, 12.0, 8.0 ] }, + "down": { "texture": "#1", "uv": [ 0.0, 8.0, 12.0, 9.0 ] } + } + }, + { + "name": "Cube", + "from": [ 2.0, 2.0, 15.0 ], + "to": [ 14.0, 4.0, 16.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 0.0, 12.0, 12.0, 14.0 ] }, + "east": { "texture": "#1", "uv": [ 0.0, 12.0, 1.0, 14.0 ] }, + "south": { "texture": "#1", "uv": [ 0.0, 12.0, 12.0, 14.0 ] }, + "west": { "texture": "#1", "uv": [ 15.0, 12.0, 16.0, 14.0 ] }, + "up": { "texture": "#1", "uv": [ 0.0, 12.0, 12.0, 13.0 ] }, + "down": { "texture": "#1", "uv": [ 0.0, 13.0, 12.0, 14.0 ] } + } + }, + { + "name": "Cube", + "from": [ 15.0, 2.0, 2.0 ], + "to": [ 16.0, 4.0, 14.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 14.0, 12.0, 15.0, 14.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 12.0, 13.0, 14.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 12.0, 2.0, 14.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 12.0, 13.0, 14.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 12.0, 15.0, 13.0 ], "rotation": 270 }, + "down": { "texture": "#1", "uv": [ 1.0, 13.0, 15.0, 14.0 ], "rotation": 270 } + } + }, + { + "name": "Cube", + "from": [ 15.0, 7.0, 2.0 ], + "to": [ 16.0, 9.0, 14.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 14.0, 7.0, 15.0, 9.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 7.0, 13.0, 9.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 7.0, 2.0, 9.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 7.0, 13.0, 9.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 7.0, 15.0, 8.0 ], "rotation": 270 }, + "down": { "texture": "#1", "uv": [ 1.0, 8.0, 15.0, 9.0 ], "rotation": 270 } + } + }, + { + "name": "Cube", + "from": [ 15.0, 12.0, 2.0 ], + "to": [ 16.0, 14.0, 14.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 14.0, 2.0, 15.0, 4.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 2.0, 13.0, 4.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "west": { "texture": "#1", "uv": [ 2.0, 2.0, 14.0, 4.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 2.0, 15.0, 3.0 ], "rotation": 270 }, + "down": { "texture": "#1", "uv": [ 1.0, 3.0, 15.0, 4.0 ], "rotation": 270 } + } + }, + { + "name": "Cube", + "from": [ 2.0, 15.0, 14.0 ], + "to": [ 14.0, 16.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 3.0, 13.0, 4.0 ], "rotation": 180 }, + "east": { "texture": "#0", "uv": [ 7.0, 3.0, 8.0, 4.0 ] }, + "south": { "texture": "#0", "uv": [ 1.0, 3.0, 13.0, 4.0 ] }, + "west": { "texture": "#0", "uv": [ 12.0, 3.0, 13.0, 4.0 ] }, + "up": { "texture": "#0", "uv": [ 1.0, 3.0, 13.0, 4.0 ] }, + "down": { "texture": "#0", "uv": [ 1.0, 3.0, 13.0, 4.0 ] } + } + }, + { + "name": "Cube", + "from": [ 2.0, 15.0, 1.0 ], + "to": [ 14.0, 16.0, 2.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 3.0, 13.0, 4.0 ], "rotation": 180 }, + "east": { "texture": "#0", "uv": [ 1.0, 3.0, 2.0, 4.0 ] }, + "south": { "texture": "#0", "uv": [ 1.0, 3.0, 13.0, 4.0 ], "rotation": 180 }, + "west": { "texture": "#0", "uv": [ 10.0, 3.0, 11.0, 4.0 ] }, + "up": { "texture": "#0", "uv": [ 2.0, 3.0, 14.0, 4.0 ] }, + "down": { "texture": "#0", "uv": [ 2.0, 3.0, 14.0, 4.0 ] } + } + }, + { + "name": "Cube", + "from": [ 1.0, 15.0, 2.0 ], + "to": [ 2.0, 16.0, 14.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 15.0, 2.0, 16.0, 3.0 ] }, + "east": { "texture": "#0", "uv": [ 15.0, 2.0, 16.0, 14.0 ], "rotation": 90 }, + "south": { "texture": "#0", "uv": [ 15.0, 13.0, 16.0, 14.0 ] }, + "west": { "texture": "#0", "uv": [ 15.0, 2.0, 16.0, 14.0 ], "rotation": 270 }, + "up": { "texture": "#0", "uv": [ 15.0, 2.0, 16.0, 14.0 ] }, + "down": { "texture": "#0", "uv": [ 15.0, 2.0, 16.0, 14.0 ] } + } + }, + { + "name": "Cube", + "from": [ 14.0, 15.0, 2.0 ], + "to": [ 15.0, 16.0, 14.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 13.0, 1.0, 14.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 2.0, 1.0, 14.0 ], "rotation": 270 }, + "south": { "texture": "#0", "uv": [ 0.0, 2.0, 1.0, 3.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 2.0, 1.0, 14.0 ], "rotation": 90 }, + "up": { "texture": "#0", "uv": [ 0.0, 2.0, 1.0, 14.0 ], "rotation": 180 }, + "down": { "texture": "#0", "uv": [ 0.0, 2.0, 1.0, 14.0 ], "rotation": 180 } + } + }, + { + "name": "Cube", + "from": [ 0.5, 1.0, 4.0 ], + "to": [ 1.5, 15.0, 6.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 10.0, 1.0, 11.0, 15.0 ] }, + "east": { "texture": "#1", "uv": [ 10.0, 1.0, 12.0, 15.0 ] }, + "south": { "texture": "#1", "uv": [ 11.0, 1.0, 12.0, 15.0 ] }, + "west": { "texture": "#1", "uv": [ 10.0, 1.0, 12.0, 15.0 ] }, + "up": { "texture": "#1", "uv": [ 10.0, 1.0, 12.0, 2.0 ] }, + "down": { "texture": "#1", "uv": [ 10.0, 14.0, 12.0, 15.0 ] } + } + }, + { + "name": "Cube", + "from": [ 1.0, 12.0, 1.0 ], + "to": [ 2.0, 14.0, 2.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 3.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 3.0, 2.0, 4.0 ] } + } + }, + { + "name": "Cube", + "from": [ 0.0, 2.0, 2.0 ], + "to": [ 1.0, 4.0, 14.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 12.0, 2.0, 14.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 12.0, 13.0, 14.0 ] }, + "south": { "texture": "#1", "uv": [ 14.0, 12.0, 15.0, 14.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 12.0, 13.0, 14.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 13.0, 15.0, 12.0 ], "rotation": 90 }, + "down": { "texture": "#1", "uv": [ 1.0, 13.0, 15.0, 14.0 ], "rotation": 90 } + } + }, + { + "name": "Cube", + "from": [ 0.0, 7.0, 2.0 ], + "to": [ 1.0, 9.0, 14.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 7.0, 2.0, 9.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 7.0, 13.0, 9.0 ] }, + "south": { "texture": "#1", "uv": [ 14.0, 7.0, 15.0, 9.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 7.0, 13.0, 9.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 8.0, 15.0, 7.0 ], "rotation": 90 }, + "down": { "texture": "#1", "uv": [ 1.0, 8.0, 15.0, 9.0 ], "rotation": 90 } + } + }, + { + "name": "Cube", + "from": [ 0.0, 12.0, 2.0 ], + "to": [ 1.0, 14.0, 14.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 1.0, 2.0, 2.0, 4.0 ] }, + "east": { "texture": "#1", "uv": [ 1.0, 2.0, 13.0, 4.0 ] }, + "south": { "texture": "#1", "uv": [ 14.0, 2.0, 15.0, 4.0 ] }, + "west": { "texture": "#1", "uv": [ 1.0, 2.0, 13.0, 4.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 3.0, 15.0, 2.0 ], "rotation": 90 }, + "down": { "texture": "#1", "uv": [ 1.0, 3.0, 15.0, 4.0 ], "rotation": 90 } + } + }, + { + "name": "Cube", + "from": [ 1.0, 0.0, 2.0 ], + "to": [ 2.0, 1.0, 14.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 15.0, 13.0, 16.0, 14.0 ] }, + "east": { "texture": "#0", "uv": [ 15.0, 2.0, 16.0, 14.0 ], "rotation": 90 }, + "south": { "texture": "#0", "uv": [ 15.0, 2.0, 16.0, 3.0 ] }, + "west": { "texture": "#0", "uv": [ 15.0, 2.0, 16.0, 14.0 ], "rotation": 90 }, + "up": { "texture": "#0", "uv": [ 15.0, 2.0, 16.0, 14.0 ], "rotation": 180 }, + "down": { "texture": "#0", "uv": [ 15.0, 2.0, 16.0, 14.0 ], "rotation": 180 } + } + }, + { + "name": "Cube", + "from": [ 14.0, 0.0, 2.0 ], + "to": [ 15.0, 1.0, 14.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 13.0, 1.0, 14.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 2.0, 1.0, 14.0 ], "rotation": 90 }, + "south": { "texture": "#0", "uv": [ 0.0, 2.0, 1.0, 3.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 2.0, 1.0, 14.0 ], "rotation": 90 }, + "up": { "texture": "#0", "uv": [ 0.0, 2.0, 1.0, 14.0 ], "rotation": 180 }, + "down": { "texture": "#0", "uv": [ 0.0, 2.0, 1.0, 14.0 ], "rotation": 180 } + } + }, + { + "name": "Cube", + "from": [ 2.0, 0.0, 14.0 ], + "to": [ 14.0, 1.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 3.0, 13.0, 4.0 ] }, + "east": { "texture": "#0", "uv": [ 1.0, 3.0, 2.0, 4.0 ] }, + "south": { "texture": "#0", "uv": [ 1.0, 3.0, 13.0, 4.0 ] }, + "west": { "texture": "#0", "uv": [ 12.0, 3.0, 13.0, 4.0 ] }, + "up": { "texture": "#0", "uv": [ 1.0, 3.0, 13.0, 4.0 ] }, + "down": { "texture": "#0", "uv": [ 1.0, 3.0, 13.0, 4.0 ] } + } + }, + { + "name": "Cube", + "from": [ 2.0, 0.0, 1.0 ], + "to": [ 14.0, 1.0, 2.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 2.0, 3.0, 14.0, 4.0 ] }, + "east": { "texture": "#0", "uv": [ 2.0, 3.0, 3.0, 4.0 ] }, + "south": { "texture": "#0", "uv": [ 2.0, 3.0, 14.0, 4.0 ] }, + "west": { "texture": "#0", "uv": [ 13.0, 3.0, 14.0, 4.0 ] }, + "up": { "texture": "#0", "uv": [ 2.0, 3.0, 14.0, 4.0 ] }, + "down": { "texture": "#0", "uv": [ 2.0, 3.0, 14.0, 4.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/actuallyadditions/textures/blocks/blockFermentingBarrel.png b/src/main/resources/assets/actuallyadditions/textures/blocks/blockFermentingBarrel.png index c0340d0e5..2152f8bcc 100644 Binary files a/src/main/resources/assets/actuallyadditions/textures/blocks/blockFermentingBarrel.png and b/src/main/resources/assets/actuallyadditions/textures/blocks/blockFermentingBarrel.png differ