1
0
Fork
You've already forked maple
0
forked from Dacmot/maple
No description
  • Lua 100%
2022年03月24日 16:24:49 -04:00
.github/workflows Add luacheck CI 2022年03月24日 16:24:49 -04:00
locale Run update translations script (sorted) 2022年01月27日 21:01:01 -05:00
schematics initial commit 2018年04月29日 23:14:13 +03:00
textures support for drawers mod 2018年05月13日 14:15:29 +03:00
.gitattributes Add .luacheckrc and cleanup some warnings 2022年03月17日 20:51:23 -04:00
.luacheckrc Add .luacheckrc and cleanup some warnings 2022年03月17日 20:51:23 -04:00
crafts.lua Update dependencies 2022年02月03日 10:01:36 -05:00
decorations.lua Add .luacheckrc and cleanup some warnings 2022年03月17日 20:51:23 -04:00
depends.txt Update dependencies 2022年02月03日 10:01:36 -05:00
init.lua Update dependencies 2022年02月03日 10:01:36 -05:00
intermod.lua Update dependencies 2022年02月03日 10:01:36 -05:00
LICENSE Create LICENSE 2018年07月01日 21:17:48 +03:00
maple_in_the_wild.jpg readme 2018年04月29日 23:22:02 +03:00
mod.conf Update dependencies 2022年02月03日 10:01:36 -05:00
nodes.lua Increase rarity of sampling 2020年08月23日 23:46:16 -04:00
README.md Add luacheck CI 2022年03月24日 16:24:49 -04:00
trees.lua Add .luacheckrc and cleanup some warnings 2022年03月17日 20:51:23 -04:00

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.