

Depends: default
Optional: stairs
License: GPLv3
Minetest version: 5.0+
The schematic is available in .mts and .lua format
Source Code
Download from DownGit
Too much complicated (for me) hahaha. Now it can be downloaded from Gitdown.Hume2 wrote:The problem is that the mod doesn't have its own repository. The link refers to a Minetest branch with an installed game that contains this mod.
@runs: An advice for you: Put your mod into a submodule, so you can update your mods independently. Submodule is a reference to an external repository which puts the content to your repository where you want. You can find more info at git help submodule.
Yes, it is an error. I've uploaded the fixes. Can you check it and then tell me if now is all OK?Clyde wrote:The magogany-tree starts grow 1 node + x and 1 node + z
The lemon-tree starts grow 1 node under the sapling.
Ok, maybe this is not a but, it's a feature ;-).
Greetings, Clyde.
Thanks, now that it is fixed too.trainwrecktony wrote:nice trree textures. i reset my server map and added your cherry, clementine, and lemon (doh! i downloaded it early and got the typo lemmon version and even though i manually typied it out a dozen times to add registrations to other mod like moreblocks, mymeshnodes, etc)
one thing to also fix in code clemetine is not dropping leaves theres typo "clementinetree:_leaves"
drop = {
max_items = 1,
items = {
{items = {"clementinetree:sapling"}, rarity = 20},
{items = {"clementinetree:_leaves"}}
}
},
I fix that offset and now it could be fixed. I've checked:Clyde wrote:The trees do now all the same:
I use mapgen v7, but the generated trees are growing right and without a problem.
But if you plant a tree, they start grow 2 node next to x and 2 node next to z from the sapling.
Except the mahoganytree grows now 3 node next to x and 3 nodes next to z from the sapling.
Greetings, Clyde.
Yes, you're right. I reuploaded a new *I hope* fixed version.Clyde wrote:Hello runs,
Bugreport:
Clementinetree
Mahoganytree
Lemontree
Check the schematics, you use there always the cherrytree-schematics.
Only Mahoganytree has trouble with the coordinates:
Greetings, Clyde.
Hey guy, you was right. Fixed the cork issue.Clyde wrote:Next Bugreport:
Take a look on the lemontree:trunk
on_rightclick ....
There is an old function for cork, that let crash a server, if the mod isn't there.
If you replace it with on of the other on_rightclick-functions from cherry, clementine or. mahogany, then the trees works well and without problems.
Greetings, Clyde.
Code: Select all
local mg_name = minetest.get_mapgen_setting("mg_name")
No. It is independent. It uses schematics to place the trees.mzs.112000 wrote:Does this conflict with other mods such as moretrees?
It is a mix for my private use, from here and there. I'm updating for the v5.0 version.ThorfinnS wrote:Off topic, but what texture pack is that, runs?
Users browsing this forum: Bing [Bot] and 5 guests