forked from MineClone5/MineClone5
Fix some format issues in mcl_mushroom (again)
just forgot to fix something
This commit is contained in:
parent
ddb618c2e3
commit
fa4a554b28
|
@ -91,15 +91,15 @@ minetest.register_node("mcl_mushroom:twisting_vines", {
|
|||
_mcl_shears_drop = true,
|
||||
_mcl_silk_touch_drop = true,
|
||||
_mcl_fortune_drop = { items = {{items = {"mcl_mushroom:twisting_vines"}, rarity = 3},},
|
||||
items = {{items = {"mcl_mushroom:twisting_vines"}, rarity = 1.8181818181818181},},
|
||||
"mcl_mushroom:twisting_vines",
|
||||
"mcl_mushroom:twisting_vines"},
|
||||
_mcl_blast_resistance = 0,
|
||||
stack_max = 64,
|
||||
items = {{items = {"mcl_mushroom:twisting_vines"}, rarity = 1.8181818181818181},},
|
||||
"mcl_mushroom:twisting_vines",
|
||||
"mcl_mushroom:twisting_vines"},
|
||||
_mcl_blast_resistance = 0,
|
||||
stack_max = 64,
|
||||
})
|
||||
|
||||
minetest.register_node("mcl_mushroom:nether_sprouts", {
|
||||
description = S("Nether Sprouts"),
|
||||
description = S("Nether Sprouts"),
|
||||
drawtype = "plantlike",
|
||||
tiles = { "nether_sprouts.png" },
|
||||
inventory_image = "nether_sprouts.png",
|
||||
|
@ -159,55 +159,58 @@ minetest.register_node("mcl_mushroom:shroomlight", {
|
|||
})
|
||||
|
||||
minetest.register_node("mcl_mushroom:warped_hyphae", {
|
||||
description = S("Warped Hyphae"),
|
||||
tiles = {"warped_hyphae.png",
|
||||
"warped_hyphae.png",
|
||||
"warped_hyphae_side.png",
|
||||
"warped_hyphae_side.png",
|
||||
"warped_hyphae_side.png",
|
||||
"warped_hyphae_side.png",
|
||||
},
|
||||
groups = {handy=5,axey=1, bark=1, building_block=1, material_wood=1,},
|
||||
paramtype2 = "facedir",
|
||||
stack_max = 64,
|
||||
_mcl_hardness = 2,
|
||||
description = S("Warped Hyphae"),
|
||||
tiles = {
|
||||
"warped_hyphae.png",
|
||||
"warped_hyphae.png",
|
||||
"warped_hyphae_side.png",
|
||||
"warped_hyphae_side.png",
|
||||
"warped_hyphae_side.png",
|
||||
"warped_hyphae_side.png",
|
||||
},
|
||||
groups = {handy=5,axey=1, bark=1, building_block=1, material_wood=1,},
|
||||
paramtype2 = "facedir",
|
||||
stack_max = 64,
|
||||
_mcl_hardness = 2,
|
||||
})
|
||||
|
||||
minetest.register_node("mcl_mushroom:warped_nylium", {
|
||||
description = S("Warped Nylium"),
|
||||
tiles = {"warped_nylium.png",
|
||||
"mcl_nether_netherrack.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",
|
||||
"mcl_nether_netherrack.png^warped_nylium_side.png",
|
||||
},
|
||||
groups = {pickaxey=1, building_block=1, material_stone=1},
|
||||
paramtype2 = "facedir",
|
||||
stack_max = 64,
|
||||
_mcl_hardness = 0.4,
|
||||
_mcl_blast_resistance = 0.4,
|
||||
is_ground_content = true,
|
||||
drop = "mcl_nether:netherrack",
|
||||
_mcl_silk_touch_drop = true,
|
||||
description = S("Warped Nylium"),
|
||||
tiles = {
|
||||
"warped_nylium.png",
|
||||
"mcl_nether_netherrack.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",
|
||||
"mcl_nether_netherrack.png^warped_nylium_side.png",
|
||||
},
|
||||
groups = {pickaxey=1, building_block=1, material_stone=1},
|
||||
paramtype2 = "facedir",
|
||||
stack_max = 64,
|
||||
_mcl_hardness = 0.4,
|
||||
_mcl_blast_resistance = 0.4,
|
||||
is_ground_content = true,
|
||||
drop = "mcl_nether:netherrack",
|
||||
_mcl_silk_touch_drop = true,
|
||||
})
|
||||
|
||||
minetest.register_node("mcl_mushroom:warped_checknode", {
|
||||
description = S("Warped Checknode - only to check!"),
|
||||
tiles = {"mcl_nether_netherrack.png",
|
||||
"mcl_nether_netherrack.png",
|
||||
"mcl_nether_netherrack.png",
|
||||
"mcl_nether_netherrack.png",
|
||||
"mcl_nether_netherrack.png",
|
||||
"mcl_nether_netherrack.png",
|
||||
},
|
||||
groups = {pickaxey=1, building_block=1, material_stone=1, not_in_creative_inventory=1},
|
||||
paramtype2 = "facedir",
|
||||
stack_max = 64,
|
||||
_mcl_hardness = 0.4,
|
||||
_mcl_blast_resistance = 0.4,
|
||||
is_ground_content = true,
|
||||
drop = "mcl_nether:netherrack"
|
||||
description = S("Warped Checknode - only to check!"),
|
||||
tiles = {
|
||||
"mcl_nether_netherrack.png",
|
||||
"mcl_nether_netherrack.png",
|
||||
"mcl_nether_netherrack.png",
|
||||
"mcl_nether_netherrack.png",
|
||||
"mcl_nether_netherrack.png",
|
||||
"mcl_nether_netherrack.png",
|
||||
},
|
||||
groups = {pickaxey=1, building_block=1, material_stone=1, not_in_creative_inventory=1},
|
||||
paramtype2 = "facedir",
|
||||
stack_max = 64,
|
||||
_mcl_hardness = 0.4,
|
||||
_mcl_blast_resistance = 0.4,
|
||||
is_ground_content = true,
|
||||
drop = "mcl_nether:netherrack"
|
||||
})
|
||||
|
||||
minetest.register_node("mcl_mushroom:warped_hyphae_wood", {
|
||||
|
|
Loading…
Reference in New Issue