1
0
Fork 0

Forgot about blackstone

This commit is contained in:
seventeenthShulker 2023-09-17 17:11:35 +02:00 committed by the-real-herowl
parent 8099a4bd17
commit bc3bde4cf8
1 changed files with 2 additions and 6 deletions

View File

@ -202,12 +202,8 @@ mcl_stairs.register_stair_and_slab_simple("blackstone_brick_polished", "mcl_blac
mcl_walls.register_wall(
"mcl_blackstone:wall",
S("Blackstone Wall"),
"mcl_blackstone:blackstone",
nil,
nil,
nil,
minetest.registered_nodes["mcl_blackstone:blackstone"]._mcl_hardness,
minetest.registered_nodes["mcl_blackstone:blackstone"]._mcl_blast_resistance)
"mcl_blackstone:blackstone"
)
--lavacooling