Re: [Mod] Conifers [0.3] [conifers]

You have to go above 30 m if you didn't edit the mod. You might wait a little bit too.

Otherwise, if you want to speed up the tree generation, change the the line 31 of conifers/init.lua as this:

local INTERVAL = 3600

by

local INTERVAL = 600

It will generate a tree each 10 minutes instead of each hour (proportionally to the game's time).

Re: [Mod] Conifers [0.3] [conifers]

Latest minetest has leaf decay. Does it work well with your mod or that beautiful leaves dissapear if too far from the trunk?

Bitcoin donations: 18r66dJmUjwTmWRTFnorpGMzs8d4B8jzbw

Re: [Mod] Conifers [0.3] [conifers]

I didn't even have to generate a new map. But the conifer leaves don't burn.

Re: [Mod] Conifers [0.3] [conifers]

i just /pulverize them

Zen S.D.

The next generation of tranquility!
malheureusement mon français n'est pas bon :<
Owner of the Zelo's
In game name: MuadTralk, spdtainted, sdzen, sd zen, sdzeno

Re: [Mod] Conifers [0.3] [conifers]

They doesn't? I was sure they could. I'm gonna fix this as soon as possible.
neko259: I think leaf decay doesn't work on my mod. I can try to make it work.

Re: [Mod] Conifers [0.3] [conifers]

cisoun wrote:

They doesn't? I was sure they could. I'm gonna fix this as soon as possible.
neko259: I think leaf decay doesn't work on my mod. I can try to make it work.

Leaf decay works on default:leaves and checks default:tree in radius. Unless you use different leaves, your ones will decay.

Bitcoin donations: 18r66dJmUjwTmWRTFnorpGMzs8d4B8jzbw

32 (edited by Nemo08 2012-03-31 19:31:08)

Re: [Mod] Conifers [0.3] [conifers]

i dont try, but maybe for conifers leaves need "leafdecay" group? celeron wrote  "Leaf decay, based on the groups 'leafdecay' and 'tree'"
UPD. yes, with these groups leaves decay

Re: [Mod] Conifers [0.3] [conifers]

In my opinion confiers shouldn't spawn using ABMs. This breaks some maps. They should only appear on newly generated terrain.

Redstone for minetest: Mesecons (mesecons.net)

Re: [Mod] Conifers [0.3] [conifers]

Jeija wrote:

In my opinion confiers shouldn't spawn using ABMs. This breaks some maps. They should only appear on newly generated terrain.

Or from some conifer saplings.

Bitcoin donations: 18r66dJmUjwTmWRTFnorpGMzs8d4B8jzbw

Re: [Mod] Conifers [0.3] [conifers]

Jeija: I searched how to do that but it was too complex so I choose to use the ABM system anyway.

Re: [Mod] Conifers [0.3] [conifers]

* Updated to use trunks and leaves as fuel in furnaces.

Re: [Mod] Conifers [0.3] [conifers]

Great work on this mod cisoun its nice to finally have more than one type of tree :D

Re: [Mod] Conifers [0.3] [conifers]

dannydark wrote:

Great work on this mod cisoun its nice to finally have more than one type of tree :D

danny darko is one of my favorite movies:D

Minetest is the shizneez!
Minetest.com Editor. The one stop shop to all your textures, mods, and servers:D

Re: [Mod] Conifers [0.3] [conifers]

Update
----
* Updated for compatibility with the new fire mod and 3D droped things.
* Optimized generation.

Re: [Mod] Conifers [0.3] [conifers]

WTF is the map seed in the image!!!

Re: [Mod] Conifers [0.3] [conifers]

I'm sorry, I don't have it anymore because it was just a test map...

Re: [Mod] Conifers [0.3] [conifers]

May I use this mod in my modpack?

Re: [Mod] Conifers [0.3] [conifers]

Do !!

Re: [Mod] Conifers [0.3] [conifers]

Thanks

Re: [Mod] Conifers [0.3] [conifers]

Leaves sometimes spawn so far from the trunk that they decay and drop.

MC "block" = MT "node", MC "chunk" = MT "block". Don't mix up terms!
There is no such thing as a "plugin", we call those "mods" here.
My Server: Menche's Freebuild

46

Re: [Mod] Conifers [0.3] [conifers]

Death Dealer wrote:
dannydark wrote:

Great work on this mod cisoun its nice to finally have more than one type of tree :D

danny darko is one of my favorite movies:D


I do too. : ) with many others.

Re: [Mod] Conifers [0.3] [conifers]

http://i1172.photobucket.com/albums/r574/TheRandomRobot/screenshot_39663826.png

anyway to stop that from happening when the tree is cut down? i dont like cleaning it up x.x... and it only seems to happen 80% of the time.

"Everyone has a plan, until they get punched in the face"
                                                                                             - Mike Tyson

Re: [Mod] Conifers [0.3] [conifers]

Thanks for reporting, I'm gonna have to fix some stuff this week anyway.
This is pretty weird though, I never expected that...

Re: [Mod] Conifers [0.3] [conifers]

Could the leaves be made to decay like regular trees, and not drop items? Also, if the default max width isn't lowered, leaves spawn far enough away from the trunk that they decay right after the tree grows.

MC "block" = MT "node", MC "chunk" = MT "block". Don't mix up terms!
There is no such thing as a "plugin", we call those "mods" here.
My Server: Menche's Freebuild

Re: [Mod] Conifers [0.3] [conifers]

Menche wrote:

Could the leaves be made to decay like regular trees, and not drop items?

Yep I'm gonna check this.

Menche wrote:

Also, if the default max width isn't lowered, leaves spawn far enough away from the trunk that they decay right after the tree grows.

The decay system pisses me off...
I will see if there is a solution anyway but this feature seems not very good for a kind of mod like mine.

I'm gonna finally work on it the next week because I'll be busy this weekend.
So, stay tuned.