diff --git a/assets/cubyz/blocks/glacite.json b/assets/cubyz/blocks/glacite.json index 171886af..3a378090 100644 --- a/assets/cubyz/blocks/glacite.json +++ b/assets/cubyz/blocks/glacite.json @@ -1,6 +1,6 @@ { "class" : "stone", - "hardness" : 25, + "hardness" : 20, "breakingPower" : 1, "drops" : [ "auto" diff --git a/assets/cubyz/blocks/glacite_bricks.json b/assets/cubyz/blocks/glacite_bricks.json index 15746763..95e25f69 100644 --- a/assets/cubyz/blocks/glacite_bricks.json +++ b/assets/cubyz/blocks/glacite_bricks.json @@ -1,6 +1,6 @@ { "class" : "stone", - "hardness" : 25, + "hardness" : 20, "breakingPower" : 1, "drops" : [ "auto" diff --git a/assets/cubyz/blocks/glacite_tile.json b/assets/cubyz/blocks/glacite_tile.json new file mode 100644 index 00000000..3a1b9c1f --- /dev/null +++ b/assets/cubyz/blocks/glacite_tile.json @@ -0,0 +1,11 @@ +{ + "class" : "stone", + "hardness" : 20, + "breakingPower" : 1, + "drops" : [ + "auto" + ], + "rotation" : "stairs", + "model" : "cubyz:cube", + "texture" : "cubyz:glacite_tile" +} diff --git a/assets/cubyz/blocks/limestone_tiles.json b/assets/cubyz/blocks/limestone_tiles.json new file mode 100644 index 00000000..940bd704 --- /dev/null +++ b/assets/cubyz/blocks/limestone_tiles.json @@ -0,0 +1,10 @@ +{ + "class": "stone", + "hardness": 12, + "drops": [ + "auto" + ], + "rotation": "stairs", + "model": "cubyz:cube", + "texture": "cubyz:limestone_tiles" +} \ No newline at end of file diff --git a/assets/cubyz/blocks/marble_tile.json b/assets/cubyz/blocks/marble_tile.json new file mode 100644 index 00000000..fde07b72 --- /dev/null +++ b/assets/cubyz/blocks/marble_tile.json @@ -0,0 +1,10 @@ +{ + "class": "stone", + "hardness": 12, + "drops": [ + "auto" + ], + "rotation": "stairs", + "model": "cubyz:cube", + "texture": "cubyz:marble_tile" +} \ No newline at end of file diff --git a/assets/cubyz/blocks/sandstone_tile.json b/assets/cubyz/blocks/sandstone_tile.json new file mode 100644 index 00000000..6d2be26b --- /dev/null +++ b/assets/cubyz/blocks/sandstone_tile.json @@ -0,0 +1,10 @@ +{ + "class": "stone", + "hardness": 12, + "drops": [ + "auto" + ], + "rotation": "stairs", + "model": "cubyz:cube", + "texture": "cubyz:sandstone_tile" +} \ No newline at end of file diff --git a/assets/cubyz/blocks/stone_tile.json b/assets/cubyz/blocks/stone_tile.json new file mode 100644 index 00000000..c2311361 --- /dev/null +++ b/assets/cubyz/blocks/stone_tile.json @@ -0,0 +1,10 @@ +{ + "class": "stone", + "hardness": 12, + "drops": [ + "auto" + ], + "rotation": "stairs", + "model": "cubyz:cube", + "texture": "cubyz:stone_tile" +} \ No newline at end of file diff --git a/assets/cubyz/blocks/textures/chalk/dark_grey.png b/assets/cubyz/blocks/textures/chalk/dark_grey.png index a38bf7e6..de54e238 100644 Binary files a/assets/cubyz/blocks/textures/chalk/dark_grey.png and b/assets/cubyz/blocks/textures/chalk/dark_grey.png differ diff --git a/assets/cubyz/blocks/textures/chalk/grey.png b/assets/cubyz/blocks/textures/chalk/grey.png index d31cb061..5372998a 100644 Binary files a/assets/cubyz/blocks/textures/chalk/grey.png and b/assets/cubyz/blocks/textures/chalk/grey.png differ diff --git a/assets/cubyz/blocks/textures/glacite_bricks.png b/assets/cubyz/blocks/textures/glacite_bricks.png index f9eaf78e..f6bec2e0 100644 Binary files a/assets/cubyz/blocks/textures/glacite_bricks.png and b/assets/cubyz/blocks/textures/glacite_bricks.png differ diff --git a/assets/cubyz/blocks/textures/glacite_tile.png b/assets/cubyz/blocks/textures/glacite_tile.png new file mode 100644 index 00000000..40c21b68 Binary files /dev/null and b/assets/cubyz/blocks/textures/glacite_tile.png differ diff --git a/assets/cubyz/blocks/textures/limestone_bricks.png b/assets/cubyz/blocks/textures/limestone_bricks.png index 01d7e942..e46215f3 100644 Binary files a/assets/cubyz/blocks/textures/limestone_bricks.png and b/assets/cubyz/blocks/textures/limestone_bricks.png differ diff --git a/assets/cubyz/blocks/textures/limestone_tiles.png b/assets/cubyz/blocks/textures/limestone_tiles.png new file mode 100644 index 00000000..da8d8ec1 Binary files /dev/null and b/assets/cubyz/blocks/textures/limestone_tiles.png differ diff --git a/assets/cubyz/blocks/textures/marble_bricks.png b/assets/cubyz/blocks/textures/marble_bricks.png index 053f795e..474cd3d3 100644 Binary files a/assets/cubyz/blocks/textures/marble_bricks.png and b/assets/cubyz/blocks/textures/marble_bricks.png differ diff --git a/assets/cubyz/blocks/textures/marble_tile.png b/assets/cubyz/blocks/textures/marble_tile.png new file mode 100644 index 00000000..3ff6e070 Binary files /dev/null and b/assets/cubyz/blocks/textures/marble_tile.png differ diff --git a/assets/cubyz/blocks/textures/sandstone_bricks.png b/assets/cubyz/blocks/textures/sandstone_bricks.png index ae1133d5..08ba38a3 100644 Binary files a/assets/cubyz/blocks/textures/sandstone_bricks.png and b/assets/cubyz/blocks/textures/sandstone_bricks.png differ diff --git a/assets/cubyz/blocks/textures/sandstone_tile.png b/assets/cubyz/blocks/textures/sandstone_tile.png new file mode 100644 index 00000000..881b3a83 Binary files /dev/null and b/assets/cubyz/blocks/textures/sandstone_tile.png differ diff --git a/assets/cubyz/blocks/textures/stone_bricks.png b/assets/cubyz/blocks/textures/stone_bricks.png index 22cff0e2..04474588 100644 Binary files a/assets/cubyz/blocks/textures/stone_bricks.png and b/assets/cubyz/blocks/textures/stone_bricks.png differ diff --git a/assets/cubyz/blocks/textures/stone_tile.png b/assets/cubyz/blocks/textures/stone_tile.png new file mode 100644 index 00000000..3b4c8df9 Binary files /dev/null and b/assets/cubyz/blocks/textures/stone_tile.png differ diff --git a/assets/cubyz/blocks/textures/void_stone.png b/assets/cubyz/blocks/textures/void_stone.png index e26f59ab..7699b90c 100644 Binary files a/assets/cubyz/blocks/textures/void_stone.png and b/assets/cubyz/blocks/textures/void_stone.png differ diff --git a/assets/cubyz/blocks/textures/void_stone_bricks.png b/assets/cubyz/blocks/textures/void_stone_bricks.png index 3fa56d51..7ff96330 100644 Binary files a/assets/cubyz/blocks/textures/void_stone_bricks.png and b/assets/cubyz/blocks/textures/void_stone_bricks.png differ