New textures and dark prismarine

This commit is contained in:
JoseDouglas26 2024-06-09 09:58:54 -03:00
parent 4298171f11
commit d9d289bc0b
4 changed files with 6 additions and 0 deletions

View File

@ -119,6 +119,12 @@ local blocks = {
"building_cut_sandstone.png"
}
},
["dark_prismarine"] = {
_mcl_blast_resistance = 6,
_mcl_hardness = 1.5,
groups = {building_blocks = 1, pickaxey = 1, stonecuttable = 1},
sounds = mcl_sounds.node_sound_stone_defaults()
},
["deepslate_bricks"] = {
_mcl_blast_resistance = 6,
_mcl_hardness = 3.5,

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB