New blocks

This commit is contained in:
JoseDouglas26 2024-06-08 19:58:35 -03:00
parent fe56839e5e
commit b88e464677
3 changed files with 12 additions and 0 deletions

View File

@ -190,6 +190,18 @@ local blocks = {
groups = {building_blocks = 1, pickaxey = 1, stonecuttable = 1},
sounds = mcl_sounds.node_sound_stone_defaults()
},
["smooth_red_sandstone"] = {
_mcl_blast_resistance = 6,
_mcl_hardness = 2,
groups = {building_blocks = 1, pickaxey = 1, stonecuttable = 1},
sounds = mcl_sounds.node_sound_stone_defaults()
},
["smooth_sandstone"] = {
_mcl_blast_resistance = 6,
_mcl_hardness = 2,
groups = {building_blocks = 1, pickaxey = 1, stonecuttable = 1},
sounds = mcl_sounds.node_sound_stone_defaults()
},
["stone_bricks"] = {
_mcl_blast_resistance = 6,
_mcl_hardness = 1.5,

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB