Go to file
Wuzzy ca40acb71d Use ephemeral sounds 2020-04-06 00:41:29 +02:00
locale Use Minetest's new translation system 2019-03-07 19:00:54 +01:00
sounds Add fill-up sound 2019-03-07 19:06:39 +01:00
textures Update textures 2014-06-13 17:39:09 +02:00
README.md Version 1.4 2019-04-01 15:46:33 +02:00
init.lua Use ephemeral sounds 2020-04-06 00:41:29 +02:00
mod.conf Update metadata 2019-03-07 19:02:33 +01:00
screenshot.png Add screenshot 2016-10-29 15:57:00 +02:00

README.md

#Watering Can

  • A mod for Minetest
  • Version: 1.4

##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.
  • S = Steel Ingot
  • s = Stick or other item of group “stick”
  • B = Empty Bucket or a water bucket or other item of group “water_bucket

##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 cant become wet; youd 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:

  • farming
  • pedology

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

License

MIT License