Olivier Dragon 97a4f2bee5 Add luacheck CI | hace 2 años | |
---|---|---|
.github | hace 2 años | |
locale | hace 2 años | |
schematics | hace 6 años | |
textures | hace 6 años | |
.gitattributes | hace 2 años | |
.luacheckrc | hace 2 años | |
LICENSE | hace 6 años | |
README.md | hace 2 años | |
crafts.lua | hace 2 años | |
decorations.lua | hace 2 años | |
depends.txt | hace 2 años | |
init.lua | hace 2 años | |
intermod.lua | hace 2 años | |
maple_in_the_wild.jpg | hace 6 años | |
mod.conf | hace 2 años | |
nodes.lua | hace 4 años | |
trees.lua | hace 2 años |
Maple Tree for Minetest by ExeterDad
This mod adds a maple tree to the minetest game. Originally written for the Hometown server (http://hometownserver.com/) by ExeterDad (https://forum.minetest.net/memberlist.php?mode=viewprofile&u=10544).
The mod now registers itself with the bonemeal API (optional). Saplings should be recognized automatically, and grow faster with bonemeal.
Add this to technic/technic/tools/chainsaw.lua to enable support for maple trees for the chainsaw tool:
-- Support maple
if minetest.get_modpath("maple") then
timber_nodenames["maple:maple_tree"] = true
if chainsaw_leaves then
timber_nodenames["maple:maple_leaves"] = true
end
end
Maple tries to register fancy wooden shapes for maple wood with stairs, moreblocks, and doors.
If storage drawers mod is available, maple registers the corresponding assortment of drawers.
If pkarcs (simple arcs) mod is found, maple arcs are registered.