Page 11 of 13

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Mon Feb 20, 2017 21:34
by VanessaE
There's just no way that I can see that bushes_classic nor biome_lib could do this unless you have a mod conflict somewhere.

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Tue Feb 21, 2017 15:03
by twoelk
wasn't there some long solved old bug with vines or such growing endlessly into the sky?
btw, can any grow pattern be made out?

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Fri Mar 31, 2017 23:20
by JoshMars
This modpack is nicely done. I just have a vendetta of sorts against the sunflower. For some reason, it looks really ugly to me. If I wanted to tone them back a bit, would this work?:

Code: Select all

local sunflowers_max_count = 2
local sunflowers_rarity = 2
or will that make them more common?

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Sat Apr 01, 2017 00:10
by VanessaE
Lower the max count and raise the rarity value, but the model for the sunflower needs improved anyway.

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Sun Apr 02, 2017 12:19
by JoshMars
VanessaE wrote:Lower the max count and raise the rarity value, but the model for the sunflower needs improved anyway.
Thanks

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Mon Jun 05, 2017 15:25
by Chibi ghost
I love this mod but I'm not sure if I have a problem or not
I have upgraded minetest to 0.4.16 and the ferns seem a lot smaller now
am I going mental ?

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Mon Jun 05, 2017 15:34
by VanessaE
They are smaller, because there was a change made in how the engine deals with the `visual_scale` node definition item. File a bug report on github against plantlife modpack please, I'll get to it soon-ish.

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Mon Jun 05, 2017 16:06
by Chibi ghost
done

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Mon Jun 05, 2017 18:21
by itskochon
Is biome_lib really required for this mod? because when I enable it the game will not load and gives these errors :

Code: Select all

2017-06-05 14:20:20: ERROR[Main]: ModError: Failed to load and run script from /home/kochon/.minetest/mods/biome_lib/init.lua:
2017-06-05 14:20:20: ERROR[Main]: /home/kochon/.minetest/mods/biome_lib/init.lua:69: attempt to index field 'settings' (a nil value)
2017-06-05 14:20:20: ERROR[Main]: stack traceback:
2017-06-05 14:20:20: ERROR[Main]: 	/home/kochon/.minetest/mods/biome_lib/init.lua:69: in main chunk
2017-06-05 14:20:20: ERROR[Main]: Check debug.txt for details.
and when I disable it I get these warnings :

Code: Select all

2017-06-05 14:17:47: ERROR[Main]: mod "hunger" has unsatisfied dependencies:  "bushes" "bushes_classic" "ferns" "moretrees"
2017-06-05 14:17:47: ERROR[Main]: mod "along_shore" has unsatisfied dependencies:  "biome_lib" "flowers_plus"
2017-06-05 14:17:47: ERROR[Main]: mod "bushes" has unsatisfied dependencies:  "biome_lib"
2017-06-05 14:17:47: ERROR[Main]: mod "bushes_classic" has unsatisfied dependencies:  "biome_lib"2017-06-05 14:20:20: ERROR[Main]: ModError: Failed to load and run script from /home/kochon/.minetest/mods/biome_lib/init.lua:
2017-06-05 14:20:20: ERROR[Main]: /home/kochon/.minetest/mods/biome_lib/init.lua:69: attempt to index field 'settings' (a nil value)
2017-06-05 14:20:20: ERROR[Main]: stack traceback:
2017-06-05 14:20:20: ERROR[Main]: 	/home/kochon/.minetest/mods/biome_lib/init.lua:69: in main chunk
2017-06-05 14:20:20: ERROR[Main]: Check debug.txt for details.

2017-06-05 14:17:47: ERROR[Main]: mod "dryplants" has unsatisfied dependencies:  "biome_lib"
2017-06-05 14:17:47: ERROR[Main]: mod "ferns" has unsatisfied dependencies:  "biome_lib"
2017-06-05 14:17:47: ERROR[Main]: mod "flowers_plus" has unsatisfied dependencies:  "biome_lib"
2017-06-05 14:17:47: ERROR[Main]: mod "molehills" has unsatisfied dependencies:  "biome_lib"
2017-06-05 14:17:47: ERROR[Main]: mod "nature_classic" has unsatisfied dependencies:  "moretrees"
2017-06-05 14:17:47: ERROR[Main]: mod "poisonivy" has unsatisfied dependencies:  "biome_lib"
2017-06-05 14:17:47: ERROR[Main]: mod "trunks" has unsatisfied dependencies:  "biome_lib" "bushes" "ferns" "moretrees"
2017-06-05 14:17:47: ERROR[Main]: mod "vines" has unsatisfied dependencies:  "biome_lib" "moretrees"
2017-06-05 14:17:47: ERROR[Main]: mod "woodsoils" has unsatisfied dependencies:  "biome_lib" "bushes" "ferns" "moretrees" "trunks"
2017-06-05 14:17:47: ERROR[Main]: mod "youngtrees" has unsatisfied dependencies:  "biome_lib"
2017-06-05 14:17:47: ERROR[Main]: mod "moretrees" has unsatisfied dependencies:  "biome_lib"
but the mod seems to function properly anyway (?)

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Mon Jun 05, 2017 18:24
by VanessaE
Yes, biome_lib is required, and you need to upgrade to Minetest 0.4.16 (released just yesterday)

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Mon Jun 05, 2017 18:39
by itskochon
My bad, I assumed pacman upgraded the game this morning but apparently it did not. Thanks

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Tue Jun 13, 2017 20:49
by VanessaE
(Actually, THIS topic was the correct place, Chibi. Duplicate post deleted from "Moretrees" topic)

There's already a github issue for the plant size, and it'll be an easy fix once I get back to coding actively.

As for farming redo, you'll need to yell at tenplus1. Not knowing what's wrong, off the top of my head, I'm guessing his mod is just mixing up the strawberry and raspberry *bushes* somehow (as there are about half a dozen kinds).

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Tue Jun 13, 2017 20:55
by Chibi ghost
ta I have memory issues relating to my dyslexia
I posted this on tenplus1's redo as well sorry for any inconvenience
I have caused

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Tue Dec 05, 2017 22:36
by zargulthewizard
Nice!

But...

Need herbicide addon quite badly. Vines and poison ivy are the main problem. They grow EVERYWHERE! By the way, is poison ivy... well, poison?

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Wed Dec 06, 2017 23:45
by dawgdoc
zargulthewizard wrote:Nice!

But...

Need herbicide addon quite badly. Vines and poison ivy are the main problem. They grow EVERYWHERE! By the way, is poison ivy... well, poison?
The herbicide I use is to deactivate the poison ivy sub-mod once the modpack has been activated. I hate this plant on principle; that is, I am very allergic.

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Thu Dec 07, 2017 00:28
by VanessaE
"I am very allergic."

I react to the stuff rather negatively, which is precisely why I created the mod - out of frustration after one such an encounter, you could say. In any case, just disable the two offending mods, and use worldedit to clean up the leftovers.

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Thu Dec 07, 2017 02:58
by zargulthewizard
Got it. Thanks!

Now why didn't I think of that?

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Thu Dec 07, 2017 09:42
by Chibi ghost
world edit combined with remove unknown nodes mod
would work better

Re: [Modpack] Plantlife [Mod] ferns

Posted: Sun Feb 11, 2018 23:58
by Festus1965
seams to be you ... as the package is signed by you
but about submod ferns, by Mossmanikin, Version 0.2.0

however even first thanks for your work,

and what could that mean ?
I see it in the report windows minetest-server 0.4.16 some time, without time stamp

Code: Select all

(before just a report about actual players)
ferns:sapling_tree_fern
break!
ferns:sapling_tree_fern
break!
(some normal report like player leaves)
anything I can do, or just accept ?, as no worry ?

edit: found the source:
mods/plantlife/ferns/treefern.lua

line 37 and line 40 ???

Re: [Modpack] Plantlife [vines]

Posted: Fri Mar 02, 2018 12:50
by Festus1965
If I want to stop the vines,
as disturbing and taking much CPU time
but don't want to have to search for the unknown Items after,

I just change in: /plantlife/vines/vines.lua
the spawn_change to 0 (Zero) ??? AT all of them ?

So the ones are there still are there, but no new ones are coming ?

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Fri Mar 02, 2018 12:54
by VanessaE
You can either set the chance to 0, or set the surface to some gibberish node name (as biome_lib will dump out of registration calls that involve unknown nodes).

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Sat Apr 07, 2018 20:36
by Buddler
If I may make a suggestion: Something should happen to moss if the tree node underneath it is mined away. Right now it simply stays afloat. Maybe leaf_decay might be a good idea since we don't really have any use for moss right now anyway, at least not to my knowledge. Or it could simply fall like sand would.

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Mon Apr 09, 2018 04:45
by ShallowDweller
I would like to report a (minor) bug where strawberry bushes drop raspberries and turn into raspberry bushes when their berries grow back. It only happens to strawberries.
Buddler wrote:If I may make a suggestion: Something should happen to moss if the tree node underneath it is mined away. Right now it simply stays afloat. Maybe leaf_decay might be a good idea since we don't really have any use for moss right now anyway, at least not to my knowledge. Or it could simply fall like sand would.
I found a use for moss. You can use a Compost Bin mod and add 'trunks:moss' and 'trunks:moss_fungus' to the compostable nodes list. This one allows you to make dry farms and this one allows you to make dirt.

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Mon Apr 09, 2018 10:54
by Chibi ghost
ShallowDweller wrote:I would like to report a (minor) bug where strawberry bushes drop raspberries and turn into raspberry bushes when their berries grow back. It only happens to strawberries.
Buddler wrote:If I may make a suggestion: Something should happen to moss if the tree node underneath it is mined away. Right now it simply stays afloat. Maybe leaf_decay might be a good idea since we don't really have any use for moss right now anyway, at least not to my knowledge. Or it could simply fall like sand would.
I found a use for moss. You can use a Compost Bin mod and add 'trunks:moss' and 'trunks:moss_fungus' to the compostable nodes list. This one allows you to make dry farms and this one allows you to make dirt.
I can help with the strawberries go into the farming redo folder find the compatibility section and delete the section for strawberries I have this problem each update

Re: [Modpack] Plantlife [rolling release] [plantlife_modpack

Posted: Tue Apr 10, 2018 03:06
by ShallowDweller
Chibi ghost wrote:
ShallowDweller wrote:I would like to report a (minor) bug where strawberry bushes drop raspberries and turn into raspberry bushes when their berries grow back. It only happens to strawberries.
Buddler wrote:If I may make a suggestion: Something should happen to moss if the tree node underneath it is mined away. Right now it simply stays afloat. Maybe leaf_decay might be a good idea since we don't really have any use for moss right now anyway, at least not to my knowledge. Or it could simply fall like sand would.
I found a use for moss. You can use a Compost Bin mod and add 'trunks:moss' and 'trunks:moss_fungus' to the compostable nodes list. This one allows you to make dry farms and this one allows you to make dirt.
I can help with the strawberries go into the farming redo folder find the compatibility section and delete the section for strawberries I have this problem each update
Thanks! It worked :D (took me a while to test)