Nathan Salapat 325c3b2f8d Random updates, large rewrite of hbhunger. | 1 سال پیش | |
---|---|---|
.. | ||
sounds | 4 سال پیش | |
textures | 4 سال پیش | |
README.md | 4 سال پیش | |
init.lua | 1 سال پیش | |
license.txt.txt | 4 سال پیش | |
mod.conf | 1 سال پیش | |
screenshot.png | 4 سال پیش | |
settingtypes.txt | 4 سال پیش |
A Mod for tree harvesting and planting!
This mod fulfills several aspects:
This mod allows to completely fell trees by destroying only one block. The whole tree is harvested and moved to the players inventory. But therefore lumberjack privs are needed. New player normally will not get the necessary privs immediately, they have to harvest the tree from the top, block by block "to improve their skills".
But there are three configuration possibilities:
Points have to be collected by harvesting tree blocks AND planting saplings. The default setting is 400 which means, you have to harvest more then 400 tree blocks and plant more then 66 (400/6) saplings to get lumberjack privs.
The configuration can be changed directly in the file 'settingtypes.txt' or by means of the Minetest GUI.
Some technical aspects:
default
Copyright (C) 2018-2020 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)
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.4 - 16/Apr/2018 - Stem steps added
v0.5 - 17/Apr/2018 - protection bug fixed, further improvements
v0.6 -07/Jan/2020 - screwdriver bugfix