1
0
Fork 0

Revert "Forgot about blackstone"

I left it in from another branch, didn't want to force push.

This reverts commit 58d2f59192.
This commit is contained in:
seventeenthShulker 2023-09-26 13:20:16 +02:00
parent 8f7182f1ea
commit a770779081
1 changed files with 6 additions and 1 deletions

View File

@ -202,7 +202,12 @@ 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")
"mcl_blackstone:blackstone",
nil,
nil,
nil,
minetest.registered_nodes["mcl_blackstone:blackstone"]._mcl_hardness,
minetest.registered_nodes["mcl_blackstone:blackstone"]._mcl_blast_resistance)
--lavacooling