Harvesting points for placing saplings and destroying tree blocks added to reach lumberjack privs.

This commit is contained in:
Joachim Stolberg 2018-04-09 23:39:28 +02:00
parent b6b8ce4044
commit beca652ee7

@ -3,11 +3,9 @@
Mod to completely cut trees by destroying only one block.
This mod allows to destroy the bottom of the tree and the whole tree is felled
and moved to the players inventory.
But therefore 'lumberjack' privs are needed, otherwise you have to dig the hole tree from the top.
(prevents part of trees hanging in the air)
and moved to the players inventory.
But therefore 'lumberjack' privs are needed, otherwise you have to dig the hole tree from the top.
(prevents part of trees hanging in the air)
To get the lumberjack privs, the player has to collect harvesting points by harvesting tree blocks and placing saplings.
This mod based on ideas from the mods TreeCapitator, Timber, and New Timber.
@ -22,6 +20,6 @@ Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt and http
Sound is taken from Hybrid Dog (TreeCapitator)
# History
V0.1 07/Apr/2018 Mod initial created
v0.2 08/Apr/2018 Priv 'lumberjack' added, digging of trees from the top only added, tool wearing added
v0.3 09/apr/2018 Harvesting points for placing saplings and destroying tree blocks added to reach lumberjack privs
V0.1 07/Apr/2018 Mod initial created
v0.2 08/Apr/2018 Priv 'lumberjack' added, digging of trees from the top only added, tool wearing added
v0.3 09/apr/2018 Harvesting points for placing saplings and destroying tree blocks added to reach lumberjack privs