Stone tiles (#731)
* Tweak bricks, add stone glactite tiles, tweak grey chalk * Sandstone + marble tiles, redo marble bricks, and tweak a bunch of textures randomly because im insane * i hate git * Tweaks, make glacite bricks consistent with tiles * Add limestone tiles * Add limestone tile texture * Make stone bircks consistent wile stone tile * formatting
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"class" : "stone",
|
"class" : "stone",
|
||||||
"hardness" : 25,
|
"hardness" : 20,
|
||||||
"breakingPower" : 1,
|
"breakingPower" : 1,
|
||||||
"drops" : [
|
"drops" : [
|
||||||
"auto"
|
"auto"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"class" : "stone",
|
"class" : "stone",
|
||||||
"hardness" : 25,
|
"hardness" : 20,
|
||||||
"breakingPower" : 1,
|
"breakingPower" : 1,
|
||||||
"drops" : [
|
"drops" : [
|
||||||
"auto"
|
"auto"
|
||||||
|
11
assets/cubyz/blocks/glacite_tile.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"class" : "stone",
|
||||||
|
"hardness" : 20,
|
||||||
|
"breakingPower" : 1,
|
||||||
|
"drops" : [
|
||||||
|
"auto"
|
||||||
|
],
|
||||||
|
"rotation" : "stairs",
|
||||||
|
"model" : "cubyz:cube",
|
||||||
|
"texture" : "cubyz:glacite_tile"
|
||||||
|
}
|
10
assets/cubyz/blocks/limestone_tiles.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"class": "stone",
|
||||||
|
"hardness": 12,
|
||||||
|
"drops": [
|
||||||
|
"auto"
|
||||||
|
],
|
||||||
|
"rotation": "stairs",
|
||||||
|
"model": "cubyz:cube",
|
||||||
|
"texture": "cubyz:limestone_tiles"
|
||||||
|
}
|
10
assets/cubyz/blocks/marble_tile.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"class": "stone",
|
||||||
|
"hardness": 12,
|
||||||
|
"drops": [
|
||||||
|
"auto"
|
||||||
|
],
|
||||||
|
"rotation": "stairs",
|
||||||
|
"model": "cubyz:cube",
|
||||||
|
"texture": "cubyz:marble_tile"
|
||||||
|
}
|
10
assets/cubyz/blocks/sandstone_tile.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"class": "stone",
|
||||||
|
"hardness": 12,
|
||||||
|
"drops": [
|
||||||
|
"auto"
|
||||||
|
],
|
||||||
|
"rotation": "stairs",
|
||||||
|
"model": "cubyz:cube",
|
||||||
|
"texture": "cubyz:sandstone_tile"
|
||||||
|
}
|
10
assets/cubyz/blocks/stone_tile.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"class": "stone",
|
||||||
|
"hardness": 12,
|
||||||
|
"drops": [
|
||||||
|
"auto"
|
||||||
|
],
|
||||||
|
"rotation": "stairs",
|
||||||
|
"model": "cubyz:cube",
|
||||||
|
"texture": "cubyz:stone_tile"
|
||||||
|
}
|
Before Width: | Height: | Size: 335 B After Width: | Height: | Size: 336 B |
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 332 B |
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 348 B |
BIN
assets/cubyz/blocks/textures/glacite_tile.png
Normal file
After Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 314 B After Width: | Height: | Size: 321 B |
BIN
assets/cubyz/blocks/textures/limestone_tiles.png
Normal file
After Width: | Height: | Size: 337 B |
Before Width: | Height: | Size: 266 B After Width: | Height: | Size: 326 B |
BIN
assets/cubyz/blocks/textures/marble_tile.png
Normal file
After Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 375 B After Width: | Height: | Size: 414 B |
BIN
assets/cubyz/blocks/textures/sandstone_tile.png
Normal file
After Width: | Height: | Size: 391 B |
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 281 B |
BIN
assets/cubyz/blocks/textures/stone_tile.png
Normal file
After Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 317 B After Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 362 B |