forked from VoxeLibre/VoxeLibre
parent
b2b86e4fcc
commit
4a727d79c7
|
@ -214,7 +214,7 @@ minetest.register_node("mcl_mushroom:warped_hyphae_wood", {
|
|||
_mcl_hardness = 2,
|
||||
})
|
||||
|
||||
mcl_stairs.register_stair_and_slab_simple("warped_hyphae_wood", "mcl_mushroom:warped_hyphae_wood", "Warped Wood Stairs", "Warped Wood Slab", "Double Warped Wood Slab")
|
||||
mcl_stairs.register_stair_and_slab_simple("warped_hyphae_wood", "mcl_mushroom:warped_hyphae_wood", S("Warped Stair"), S("Warped Slab"), S("Double Warped Slab"))
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_mushroom:warped_hyphae_wood 4",
|
||||
|
@ -420,7 +420,7 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
mcl_stairs.register_stair_and_slab_simple("crimson_hyphae_wood", "mcl_mushroom:crimson_hyphae_wood", "Crimson Wood Stairs", "Crimson Wood Slab", "Double Crimson Wood Slab")
|
||||
mcl_stairs.register_stair_and_slab_simple("crimson_hyphae_wood", "mcl_mushroom:crimson_hyphae_wood", "Crimson Stair", "Crimson Slab", "Double Crimson Slab")
|
||||
|
||||
minetest.register_abm({
|
||||
label = "mcl_mushroom:crimson_fungus",
|
||||
|
|
|
@ -1,14 +1,24 @@
|
|||
# textdomain: mcl_mushroom
|
||||
|
||||
Warped Fungus Mushroom=Wirrpilz
|
||||
Twisting Vines=Zwirbelranken
|
||||
Nether Sprouts=Nethersprossen
|
||||
Warped Roots=Wirrwurzeln
|
||||
Warped Wart Block=Wirrwarzenblock
|
||||
Shroomlight=Pilzlicht
|
||||
Warped Hyphae=Wirrhyphe
|
||||
Warped Nylium=Wirr-Nezel
|
||||
Warped Checknode - only to check!=Wirr Checkblock - Nur zum checken!
|
||||
Warped Hyphae Wood= Wirrhyphen Holz
|
||||
Warped Hyphae Wood=Wirrhyphen Holz
|
||||
Warped Stair=Wirrtreppe
|
||||
Warped Slab=Wirrstufe
|
||||
Double Warped Slab=Doppelte Wirrstufe
|
||||
Crimson Fungus Mushroom=Karmesinpilz
|
||||
Crimson Roots=Karmesinwurzeln
|
||||
Crimson Hyphae=Karmesinhyphe
|
||||
Crimson Hyphae Wood=Karmesinhyphenholz
|
||||
Crimson Stair=Karmesintreppe
|
||||
Crimson Slab=Karmesinstufe
|
||||
Double Crimson Slab=Doppelte Karmesinstufe
|
||||
Crimson Nylium=Karmesin-Nezel
|
||||
Crimson Checknode - only to check!=Karmesin Checkblock - Nur zum checken!
|
||||
|
|
|
@ -1,14 +1,23 @@
|
|||
# textdomain: mcl_mushroom
|
||||
|
||||
Warped Fungus Mushroom=
|
||||
Twisting Vines=
|
||||
Nether Sprouts=
|
||||
Warped Roots=
|
||||
Warped Wart Block=
|
||||
Shroomlight=
|
||||
Warped Hyphae=
|
||||
Warped Nylium=
|
||||
Warped Checknode - only to check!=
|
||||
Warped Hyphae Wood=
|
||||
Warped Stair=
|
||||
Warped Slab=
|
||||
Crimson Fungus Mushroom=
|
||||
Crimson Roots=
|
||||
Crimson Hyphae=
|
||||
Crimson Hyphae Wood=
|
||||
Crimson Stair=
|
||||
Crimson Slab=
|
||||
Double Crimson Slab=
|
||||
Crimson Nylium=
|
||||
Crimson Checknode - only to check!=
|
||||
|
|
Loading…
Reference in New Issue