2018-04-29 23:25:22 +03:00
2018-04-29 23:14:13 +03:00
2018-04-29 23:14:13 +03:00
2018-04-29 23:14:13 +03:00
2018-04-29 23:14:13 +03:00
2018-04-29 23:22:02 +03:00
2018-04-29 23:25:22 +03:00
2018-04-29 23:14:13 +03:00

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

If you are using the bonemeal mod, add this to mods.lua to enable maple support:

if minetest.get_modpath("maple") then
	bonemeal:add_sapling({
		{"maple:maple_sapling", maple.grow_sapling, "soil"},
	})
end
Description
No description provided
Readme 132 KiB
Languages
Lua 97.6%
TypeScript 2.4%