Skip to content

Commit

Permalink
Add Brick blocks (PixelGuys#459)
Browse files Browse the repository at this point in the history
* Add brick textures

* Add brick blocks
  • Loading branch information
careeoki authored Jun 11, 2024
1 parent 020a811 commit 68edf31
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assets/cubyz/blocks/ferrock_bricks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"class" : "stone",
"hardness" : 25,
"breakingPower" : 1,
"drops" : [
"auto"
],
"rotation" : "stairs",
"model" : "cube",
"texture" : "cubyz:ferrock_bricks"
}
11 changes: 11 additions & 0 deletions assets/cubyz/blocks/glacite_bricks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"class" : "stone",
"hardness" : 25,
"breakingPower" : 1,
"drops" : [
"auto"
],
"rotation" : "stairs",
"model" : "cube",
"texture" : "cubyz:glacite_bricks"
}
10 changes: 10 additions & 0 deletions assets/cubyz/blocks/sandstone_bricks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"class": "stone",
"hardness": 12,
"drops": [
"auto"
],
"rotation": "stairs",
"model": "cube",
"texture": "cubyz:sandstone_bricks"
}
10 changes: 10 additions & 0 deletions assets/cubyz/blocks/stone_bricks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"class": "stone",
"hardness": 12,
"drops": [
"auto"
],
"rotation": "stairs",
"model": "cube",
"texture": "cubyz:stone_bricks"
}
Binary file added assets/cubyz/blocks/textures/ferrock_bricks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cubyz/blocks/textures/glacite_bricks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cubyz/blocks/textures/sandstone_bricks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cubyz/blocks/textures/stone_bricks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cubyz/blocks/textures/void_stone_bricks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions assets/cubyz/blocks/void_stone_bricks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"class" : "stone",
"hardness" : 25,
"breakingPower" : 1,
"drops" : [
"auto"
],
"rotation" : "stairs",
"model" : "cube",
"texture" : "cubyz:void_stone_bricks"
}

0 comments on commit 68edf31

Please sign in to comment.