Use ephemeral sounds
[minetest_wateringcan.git] / README.md
blobd0ee28f6ff73f04a64ca02dd8c778900d329138c
1 #Watering Can
2 * A mod for Minetest
3 * Version: 1.4
5 ##Description
6 This mod adds a watering can to minetest which you can use to make some blocks wet. :-)
8 ##Getting the watering can
9 You can craft the watering can with this recipe:
11     ..S
12     sS.
13     SB.
15 * S = Steel Ingot
16 * s = Stick or other item of group “stick”
17 * B = Empty Bucket or a water bucket or other item of group “`water_bucket`”
19 ##Usage
20 To use a watering can, you have to first fill it up. Rightclick with it on water. Alternatively,
21 you can refill the watering can by crafting (empty watering can + any water bucket).
22 Your watering can is now full. To use it, you have to rightclick on a node which can be made wet.
23 You can use the watering can 24 times, then you have to fill it up again.
24 The watering can uses the “tool wear” bar to indicate how much water is left. 
25 The watering can itself does *not* wear off and does not get destroyed by usage (it just becomes empty).
27 Currently, the watering can supports the Farming mod (from `minetest_game`) and the Pedology mod.
28 For the Farming mod, you can use the watering can on soil or desert sand soil to wetten it.
29 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. ;-)
31 Anything else currently can’t become wet; you’d simply waste your water. ;-)
33 ##Support
34 Currently, the mods Farming and Pedology are supported.
36 As for water, any node which is member of the `water` group can be used to fill up the watering can.
38 ##Dependencies
39 There are only optional dependencies:
41 * `farming`
42 * `pedology`
44 However, it recommended to use at least one of these mods, otherwise you have nothing to use the watering can on. ;-)
46 ## License
47 MIT License