lumberjack/README.md

23 lines
867 B
Markdown
Raw Normal View History

2018-04-07 23:28:59 +02:00
# Lumberjack
A simple mod based on ideas from the mods TreeCapitator, Timber, and New Timber.
This mod allows to hit the bottom of the tree and the whole tree (wood) is harvested
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)
2018-04-07 23:28:59 +02:00
To distinguish between "grown" trees and playes tree nodes, the 'node.param1'
is used to identify placed nodes.
## Dependencies
default
# License
Copyright (C) 2018 Joachim Stolberg
Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt and http://www.gnu.org/licenses/lgpl-2.1.txt
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