Skip to content

Commit

Permalink
Update nodes.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS authored Feb 26, 2024
1 parent cdc1a4d commit f74ef8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions technic_worldgen/nodes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ minetest.register_node(":technic:sulfur_block", {
minetest.register_node(":technic:blast_resistant_concrete", {
description = S("Blast-resistant Concrete Block"),
tiles = {"technic_blast_resistant_concrete_block.png"},
is_ground_content = false,
groups = {cracky = 1, level = has_mcl and 0 or 3, concrete = 1, pickaxey=5},
_mcl_hardness = 5,
_mcl_blast_resistance = 9,
Expand Down

0 comments on commit f74ef8b

Please sign in to comment.