Nessuna descrizione

Olivier Dragon 56ec0692c6 Update dependencies 2 anni fa
locale 80fce710c3 Run update translations script (sorted) 2 anni fa
schematics fe0984b698 initial commit 6 anni fa
textures fdab1a0b04 support for drawers mod 6 anni fa
.gitattributes 97f5287853 Add .git* filetypes as text 4 anni fa
LICENSE 1829c7a00d Create LICENSE 6 anni fa
README.md 56ec0692c6 Update dependencies 2 anni fa
crafts.lua 56ec0692c6 Update dependencies 2 anni fa
decorations.lua 3171f0f944 Add missing local translator S() 4 anni fa
depends.txt 56ec0692c6 Update dependencies 2 anni fa
init.lua 56ec0692c6 Update dependencies 2 anni fa
intermod.lua 56ec0692c6 Update dependencies 2 anni fa
maple_in_the_wild.jpg ef84f3c0dd readme 6 anni fa
mod.conf 56ec0692c6 Update dependencies 2 anni fa
nodes.lua 70038b6940 Increase rarity of sampling 4 anni fa
trees.lua 87f46a2d70 Split init into different modules 4 anni fa
update_translation.pl 44d4068511 Fix translation script 4 anni fa

README.md

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.