From fc2962c7c6fff000d2a941b6df3d73312bc20504 Mon Sep 17 00:00:00 2001 From: JoseDouglas26 Date: Fri, 7 Jun 2024 18:58:05 -0300 Subject: [PATCH] Purpur-related blocks migration --- mods/blocks/building/structural.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/mods/blocks/building/structural.lua b/mods/blocks/building/structural.lua index 1a12c23da..35554a51e 100644 --- a/mods/blocks/building/structural.lua +++ b/mods/blocks/building/structural.lua @@ -169,6 +169,21 @@ local blocks = { groups = {building_blocks = 1, pickaxey = 1, stonecuttable = 1}, sounds = mcl_sounds.node_sound_stone_defaults() }, + ["purpur_block"] = { + _mcl_blast_resistance = 6, + _mcl_hardness = 1.5, + groups = {building_blocks = 1, pickaxey = 1, stonecuttable = 1}, + sounds = mcl_sounds.node_sound_stone_defaults() + }, + ["purpur_pillar"] = { + _mcl_blast_resistance = 6, + _mcl_hardness = 1.5, + groups = {building_blocks = 1, pickaxey = 1}, + on_place = minetest.rotate_node, + paramtype2 = "facedir", + sounds = mcl_sounds.node_sound_stone_defaults(), + tiles = {type = "loglike"} + }, ["red_nether_bricks"] = { _mcl_blast_resistance = 6, _mcl_hardness = 2,