description | A Minetest mod which adds a watering can to wetten the soil. |
owner | Wuzzy@disroot.org |
last change | Sun, 5 Apr 2020 22:41:29 +0000 (6 00:41 +0200) |
URL | git://repo.or.cz/minetest_wateringcan.git |
https://repo.or.cz/minetest_wateringcan.git | |
push URL | ssh://repo.or.cz/minetest_wateringcan.git |
https://repo.or.cz/minetest_wateringcan.git (learn more) | |
bundle info | minetest_wateringcan.git downloadable bundles |
content tags |
This mod adds a watering can to minetest which you can use to make some blocks wet. :-)
You can craft the watering can with this recipe:
..S
sS.
SB.
water_bucket
”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. ;-)
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.
There are only optional dependencies:
farming
pedology
However, it recommended to use at least one of these mods, otherwise you have nothing to use the watering can on. ;-)
MIT License
5 years ago | 1.4 | Version 1.4 (for MT 5.0.0) | tag | commitlog |
4 years ago | master | logtree |