Irrigation
----------
Based on Rainbarrel modified by monk obtained from https://notabug.org/Piezo_/rainbarrel
`init.lua`
`barrel.lua`
`pipe.lua`
`reservoir.lua`
`well.lua`
Without endorsement from the original creator

License of source code
----------------------

GNU Lesser General Public License, version 2.1
Copyright (C) 2019 "Piezo_"
Copyright (C) 2024 "monk"

This program is free software; you can redistribute it and/or modify it under the terms
of the GNU Lesser General Public License as published by the Free Software Foundation;
either version 2.1 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details:
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html


Licenses of model (irrigation_well.obj)
---------------------------------------

Attribution-ShareAlike 4.0 (CC BY-SA 4.0)
Copyright (C) 2019 "Piezo_"

    /-------------------\
    ----- SEPARATOR -----
    \-------------------/

`bucket.lua` modified by monk from source obtained from:
    https://github.com/minetest/minetest_game/tree/master/mods/bucket
Without endorsement from the original creators

License of source code
----------------------

GNU Lesser General Public License, version 2.1
Copyright (C) 2011-2016 Kahrl <kahrl@gmx.net>
Copyright (C) 2011-2016 celeron55, Perttu Ahola <celeron55@gmail.com>
Copyright (C) 2011-2016 Various Minetest developers and contributors

This program is free software; you can redistribute it and/or modify it under the terms
of the GNU Lesser General Public License as published by the Free Software Foundation;
either version 2.1 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details:
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html


Licenses of media (textures)
----------------------------

Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
Copyright (C) 2015-2016 ElementW

You are free to:
Share — copy and redistribute the material in any medium or format.
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
The licensor cannot revoke these freedoms as long as you follow the license terms.

Under the following terms:

Attribution — You must give appropriate credit, provide a link to the license, and
indicate if changes were made. You may do so in any reasonable manner, but not in any way
that suggests the licensor endorses you or your use.

ShareAlike — If you remix, transform, or build upon the material, you must distribute
your contributions under the same license as the original.

No additional restrictions — You may not apply legal terms or technological measures that
legally restrict others from doing anything the license permits.

Notices:

You do not have to comply with the license for elements of the material in the public
domain or where your use is permitted by an applicable exception or limitation.
No warranties are given. The license may not give you all of the permissions necessary
for your intended use. For example, other rights such as publicity, privacy, or moral
rights may limit how you use the material.

For more details:
http://creativecommons.org/licenses/by-sa/3.0/

    /-------------------\
    ----- SEPARATOR -----
    \-------------------/

Barrel textures modified by monk obtained from 
   https://codeberg.org/Wuzzy/xdecor-libre
Without endorsement from the original creators

`irrigation_barrel_bottom.png`
`irrigation_barrel_top.png`
`irrigation_barrel_inside.png`
`irrigation_barrel_top_water.png`
`irrigation_barrel_sides.png`

┌──────────────────────────────────────────────────────────────────────┐
│   Copyright (c) 2015-2021 kilbith <jeanpatrick.guerrero@gmail.com>   │
│                                                                      │
│   Code: Modified BSD License                                         │
│   Textures: CC0 (credits: Gambit, kilbith, Cisoun)                   │
│                                                                      │
│   Textures (radio and speaker) by                                    │
│        MCL <temp1@cubesoftware.xyz> (CC BY 4.0 Int'l)                │
│                                                                      │
│   Textures (Chess icons for the Chess notation)                      │
│        originally by Wikimedia user Cbnurnett,                       │
│        scaled down and edited by Wuzzy  (CC BY-SA 3.0 Unported)      │
│                                                                      │
│   Textures (hanging candle) by                                       │
│        Wuzzy (CC0)                                                   │
│                                                                      │   
│   Textures (rooster) by                                              │
│        sirrobzeroone (CC0)                                           │
│                                                                      │
│   Sounds:                                                            │
│     - xdecor_boiling_water.ogg - by Audionautics - CC BY 3.0         │
│          freesound.org/people/Audionautics/sounds/133901/            │
│     - xdecor_bouncy.ogg - by Blender Foundation - CC BY 3.0          │
│          opengameart.org/content/funny-comic-cartoon-bounce-sound    │
│     - xdecor_enchanting.ogg - by Kostas17, edit by Wuzzy - CC BY 3.0 │
│          freesound.org/people/Kostas17/sounds/542825/                │
└──────────────────────────────────────────────────────────────────────┘

-- Modified BSD License --

Copyright (c) 2015-2021 kilbith <jeanpatrick.guerrero@gmail.com>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.
* Neither the name of the copyright holder nor the names of contributors
  may be used to endorse or promote products derived from this software
  without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-- End of Modified BSD License --

## References for other licenses:

* CC BY 3.0: http://creativecommons.org/licenses/by/3.0/
* CC BY 4.0: http://creativecommons.org/licenses/by/4.0/
* CC0: https://creativecommons.org/publicdomain/zero/1.0/
