Нема описа

Olivier Dragon 97a4f2bee5 Add luacheck CI пре 2 година
.github 97a4f2bee5 Add luacheck CI пре 2 година
locale 80fce710c3 Run update translations script (sorted) пре 3 година
schematics fe0984b698 initial commit пре 6 година
textures fdab1a0b04 support for drawers mod пре 6 година
.gitattributes a1a4949751 Add .luacheckrc and cleanup some warnings пре 2 година
.luacheckrc a1a4949751 Add .luacheckrc and cleanup some warnings пре 2 година
LICENSE 1829c7a00d Create LICENSE пре 6 година
README.md 97a4f2bee5 Add luacheck CI пре 2 година
crafts.lua 56ec0692c6 Update dependencies пре 3 година
decorations.lua a1a4949751 Add .luacheckrc and cleanup some warnings пре 2 година
depends.txt 56ec0692c6 Update dependencies пре 3 година
init.lua 56ec0692c6 Update dependencies пре 3 година
intermod.lua 56ec0692c6 Update dependencies пре 3 година
maple_in_the_wild.jpg ef84f3c0dd readme пре 6 година
mod.conf 56ec0692c6 Update dependencies пре 3 година
nodes.lua 70038b6940 Increase rarity of sampling пре 4 година
trees.lua a1a4949751 Add .luacheckrc and cleanup some warnings пре 2 година

README.md

luacheck

Maple

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 tree

Maple Tree

Bonemeal

The mod now registers itself with the bonemeal API (optional). Saplings should be recognized automatically, and grow faster with bonemeal.

Technic chainsaw

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

Stairs, slabs and doors

Maple tries to register fancy wooden shapes for maple wood with stairs, moreblocks, and doors.

Drawers

If storage drawers mod is available, maple registers the corresponding assortment of drawers.

Arcs

If pkarcs (simple arcs) mod is found, maple arcs are registered.