Page 1 of 1

[Mod] Watering Can [1.3] [wateringcan]

PostPosted: Fri Jun 13, 2014 16:49
by Wuzzy
This mod adds a watering can to minetest which you can use to make some blocks wet. :-)
Currently optionally supported are the mods “farming” (Minetest Game) and Pedology.

+ Crafting


To use a watering can, you have to first fill it up. Rightclick with it on water.
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).

For the Farming mod, you can use the watering can on 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. ;-)
Please tell me of any mod which somehow deals with wetness, I’ll probably add support for it.

Download 1.3: Zip archive

Git project page: here

Optionally depends on:
  • farming (part of Minetest Game) (for watering support)
  • Pedology (for watering support)
  • intllib (for translation)
  • doc_items (for item documentation)
  • default (for crafting)
  • bucket (for crafting)
However, you should load at least one of farming or pedology, otherwise you have nothing to use your watering can on.

Mandatory dependencies: None!

License for everything: WTFPL

Screenshot of watering can in action:
Image

Re: [Mod] Watering Can [1.0] [wateringcan]

PostPosted: Fri Jun 13, 2014 18:20
by kerikter4of7
The recipe could be
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
[ ][ ][*]
[*][ ][*]
[*][*][*]

What to use is up to you - I'd go with a wood/plank myself, stone would be a bit heavy, metal would last longer? I know it's a habit to use mese in mod recipes but for organic play it makes things a bit tedious. Perhaps include the steel mod as a requirement for something beyond the wood?

Re: [Mod] Watering Can [1.0] [wateringcan]

PostPosted: Fri Jun 13, 2014 21:33
by Krock
Nice idea :)
I'd like a crafting recipe which uses a bucket in it - buckets are similar to watering cans

Re: [Mod] Watering Can [1.0] [wateringcan]

PostPosted: Sat Jun 14, 2014 22:10
by Sokomine
Nice! Using a watering can is more fun than having random water sources in/around the field.

Re: [Mod] Watering Can [1.0] [wateringcan]

PostPosted: Wed Dec 02, 2015 01:24
by wilkgr76
kerikter4of7 wrote:The recipe could be
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
[ ][ ][*]
[*][ ][*]
[*][*][*]

What to use is up to you - I'd go with a wood/plank myself, stone would be a bit heavy, metal would last longer? I know it's a habit to use mese in mod recipes but for organic play it makes things a bit tedious. Perhaps include the steel mod as a requirement for something beyond the wood?

Plastic (if homedecor is installed, don't define your own plastic, but use homedecor's. Otherwise, define your own)

Re: [Mod] Watering Can [1.0] [wateringcan]

PostPosted: Wed Dec 02, 2015 14:51
by KCoombes
Krock wrote:Nice idea :)
I'd like a crafting recipe which uses a bucket in it - buckets are similar to watering cans


+1 - any recipe that uses a crafted item is a plus in my book

Re: [Mod] Watering Can [1.0] [wateringcan]

PostPosted: Sat Dec 05, 2015 00:43
by BBmine
I made a crafting recipe! Here it is.

Version 1.1 released!

PostPosted: Sat Oct 29, 2016 14:31
by Wuzzy
Version 1.1 released!

- Crafting recipes added, inspired by BBmine's suggestion
- Watering can now makes a simple watering sound when used
- screenshot.png added
- README.md file updated

Version 1.2. released!

PostPosted: Fri Nov 18, 2016 22:46
by Wuzzy
Version 1.2. released!

Updates:
- Fix mod not working with intllib and mod security enabled at once
- Compability for new Documentation System 0.7.0

Version 1.3 released!

PostPosted: Thu Dec 29, 2016 02:09
by Wuzzy
Version 1.3 released!

Updates:
- Compability with Help modpack version 1.0.0
- Fix some outdated texts