mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-23 16:39:33 +01:00
Remove incorrect dead chorus flower tooltip
This commit is contained in:
parent
402205d1ed
commit
ed6604ee56
1 changed files with 0 additions and 1 deletions
|
@ -207,7 +207,6 @@ minetest.register_node("mcl_end:chorus_flower", {
|
||||||
|
|
||||||
minetest.register_node("mcl_end:chorus_flower_dead", {
|
minetest.register_node("mcl_end:chorus_flower_dead", {
|
||||||
description = S("Dead Chorus Flower"),
|
description = S("Dead Chorus Flower"),
|
||||||
_tt_help = S("Grows on end stone"),
|
|
||||||
_doc_items_longdesc = S("This is a part of a chorus plant. It doesn't grow. Chorus flowers die of old age or when they are unable to grow. A dead chorus flower can be harvested to obtain a fresh chorus flower which is able to grow again."),
|
_doc_items_longdesc = S("This is a part of a chorus plant. It doesn't grow. Chorus flowers die of old age or when they are unable to grow. A dead chorus flower can be harvested to obtain a fresh chorus flower which is able to grow again."),
|
||||||
tiles = {
|
tiles = {
|
||||||
"mcl_end_chorus_flower_dead.png",
|
"mcl_end_chorus_flower_dead.png",
|
||||||
|
|
Loading…
Reference in a new issue