mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
Merge pull request 'Nylium Block Fixes' (#3084) from FossFanatic/MineClone2:nylium_block_fixes into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/3084 Reviewed-by: kabou <kabou@noreply.git.minetest.land> Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
This commit is contained in:
commit
ab3530c356
1 changed files with 2 additions and 2 deletions
|
@ -307,10 +307,10 @@ minetest.register_node("mcl_crimson:warped_nylium", {
|
||||||
"mcl_nether_netherrack.png^warped_nylium_side.png",
|
"mcl_nether_netherrack.png^warped_nylium_side.png",
|
||||||
"mcl_nether_netherrack.png^warped_nylium_side.png",
|
"mcl_nether_netherrack.png^warped_nylium_side.png",
|
||||||
},
|
},
|
||||||
paramtype2 = "facedir",
|
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
drop = "mcl_nether:netherrack",
|
drop = "mcl_nether:netherrack",
|
||||||
groups = {pickaxey=1, building_block=1, material_stone=1},
|
groups = {pickaxey=1, building_block=1, material_stone=1},
|
||||||
|
sounds = mcl_sounds.node_sound_stone_defaults(),
|
||||||
_mcl_hardness = 0.4,
|
_mcl_hardness = 0.4,
|
||||||
_mcl_blast_resistance = 0.4,
|
_mcl_blast_resistance = 0.4,
|
||||||
_mcl_silk_touch_drop = true,
|
_mcl_silk_touch_drop = true,
|
||||||
|
@ -559,7 +559,7 @@ minetest.register_node("mcl_crimson:crimson_nylium", {
|
||||||
"mcl_nether_netherrack.png^crimson_nylium_side.png",
|
"mcl_nether_netherrack.png^crimson_nylium_side.png",
|
||||||
},
|
},
|
||||||
groups = {pickaxey = 1, building_block = 1, material_stone = 1},
|
groups = {pickaxey = 1, building_block = 1, material_stone = 1},
|
||||||
paramtype2 = "facedir",
|
sounds = mcl_sounds.node_sound_stone_defaults(),
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
drop = "mcl_nether:netherrack",
|
drop = "mcl_nether:netherrack",
|
||||||
_mcl_hardness = 0.4,
|
_mcl_hardness = 0.4,
|
||||||
|
|
Loading…
Reference in a new issue