MineClone2/mods/ITEMS/mcl_buckets
Phaethon H 407903b73a Renaming some cauldron-associated symbols.
Item group comparision against 0 instead of greater than.
Cauldron callbacks assigned function references instead of functions defined in-place.
Short-hand invocation of callback with default alternate value.
local helper function merge_tables made recursive to allow selective subkey override/substituion.
Cauldron fill heights determined by table lookup instead of cascading "if"s.
Trimming some dead code.
2021-11-05 17:18:30 -07:00
..
locale Russian translation 2020-07-20 00:11:13 +00:00
textures Add river water bucket 2017-11-30 14:50:37 +01:00
API.md Add API documentation 2021-03-27 23:07:46 +01:00
README.txt Rename mod: bucket to mcl_buckets 2017-08-03 16:36:55 +02:00
init.lua Renaming some cauldron-associated symbols. 2021-11-05 17:18:30 -07:00
mod.conf init mcl_cauldrons API (WIP) 2021-03-17 21:47:27 +01:00
register.lua Renaming some cauldron-associated symbols. 2021-11-05 17:18:30 -07:00

README.txt

Bucket mod.
Originally taken from Minetest Game, adapted for MineClone 2.

License of source code:
-----------------------
Copyright (C) 2011-2012 Kahrl <kahrl@gmx.net>
Copyright (C) 2011-2012 celeron55, Perttu Ahola <celeron55@gmail.com>

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 of the License, or
(at your option) any later version.

http://www.gnu.org/licenses/lgpl-2.1.html