descriptionA Minetest mod which adds a watering can to wetten the soil.
ownerWuzzy@disroot.org
last changeSun, 5 Apr 2020 22:41:29 +0000 (6 00:41 +0200)
content tags
add:
README.md

Watering Can

Description

This mod adds a watering can to minetest which you can use to make some blocks wet. :-)

Getting the watering can

You can craft the watering can with this recipe:

..S
sS.
SB.

Usage

To use a watering can, you have to first fill it up. Rightclick with it on water. Alternatively, you can refill the watering can by crafting (empty watering can + any water bucket). Your watering can is now full. To use it, you have to rightclick on a node which can be made wet. You can use the watering can 24 times, then you have to fill it up again. The watering can uses the “tool wear” bar to indicate how much water is left. The watering can itself does not wear off and does not get destroyed by usage (it just becomes empty).

Currently, the watering can supports the Farming mod (from minetest_game) and the Pedology mod. For the Farming mod, you can use the watering can on soil or desert sand soil to wetten it. For the Pedology mod, you can increase the wetness level of ground blocks by 1, but the maximum wetness you can reach is 2 to avoid creating mud lakes only with a watering can. ;-)

Anything else currently can’t become wet; you’d simply waste your water. ;-)

Support

Currently, the mods Farming and Pedology are supported.

As for water, any node which is member of the water group can be used to fill up the watering can.

Dependencies

There are only optional dependencies:

However, it recommended to use at least one of these mods, otherwise you have nothing to use the watering can on. ;-)

License

MIT License

shortlog
2020-04-05 WuzzyUse ephemeral soundsmaster
2019-04-01 WuzzyVersion 1.41.4
2019-03-07 WuzzyChange license to MIT License
2019-03-07 WuzzyAdd fill-up sound
2019-03-07 WuzzyUpdate metadata
2019-03-07 WuzzyUse Minetest's new translation system
2018-10-16 WuzzyAdd watering can to disable_repair group
2016-12-28 WuzzyVersion 1.3
2016-12-28 WuzzyUse new doc alias syntax
2016-11-18 WuzzyUpdate locales
2016-11-18 WuzzyFix entry name
2016-11-18 WuzzyDon't break mod if doc_items is missing
2016-11-17 WuzzyVersion 1.2
2016-11-17 WuzzyUse get_group_name from doc_items
2016-11-17 WuzzyFix mod breaking due to doc_items alias
2016-11-16 WuzzyUpdate doc_items field names
...
tags
5 years ago 1.4 Version 1.4 (for MT 5.0.0)
heads
4 years ago master