forked from VoxeLibre/VoxeLibre
d2261426c3
The function on_place_bucket defined a couple of variables that were used only once or in a redundant check. After removal of the redundant check in a previous commit, all use-once variables can now be substituted with their assignment expressions. |
||
---|---|---|
.. | ||
locale | ||
textures | ||
API.md | ||
README.md | ||
init.lua | ||
mod.conf | ||
register.lua |
README.md
MineClone2 Bucket (mcl_bucket
)
Originally taken from Minetest Game, adapted for MineClone2.
This mod add buckets to the game, including an API to register your own (see API.md
).
License
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.