mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Forgot about blackstone
This commit is contained in:
parent
5bce56cdd6
commit
38d7609173
1 changed files with 2 additions and 6 deletions
|
@ -229,12 +229,8 @@ mcl_stairs.register_stair_and_slab("blackstone_brick_polished", "mcl_blackstone:
|
||||||
mcl_walls.register_wall(
|
mcl_walls.register_wall(
|
||||||
"mcl_blackstone:wall",
|
"mcl_blackstone:wall",
|
||||||
S("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
|
--lavacooling
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue