minetest-go_play_modpack/infinite_chest
Brett O'Donnell dc6da6ebf4 added initial mods 2012-10-04 17:11:15 +09:30
..
README.txt added initial mods 2012-10-04 17:11:15 +09:30
api.lua added initial mods 2012-10-04 17:11:15 +09:30
depends.txt added initial mods 2012-10-04 17:11:15 +09:30
init.lua added initial mods 2012-10-04 17:11:15 +09:30

README.txt

----------------------------------
Infinite Chest for Minetest
----------------------------------


Copyright (c) 2012 cornernote, Brett O'Donnell <cornernote@gmail.com>

Source Code: https://github.com/cornernote/minetest-infinite_chest
License: GPLv3



----------------------------------
Description
----------------------------------


Chests with slots that never run out!  

Name your chest slots so you can easily find your items.

Last accessed slot appears at the top of the list.



----------------------------------
Craft Guide
----------------------------------


CCC  <- Infinite Chest
C C      C = default:chest
CCC


CCC  <- Infinite Locked Chest
CMC      C = default:chest_locked
CCC      M = default:mese



----------------------------------
License
----------------------------------

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 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 General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.



----------------------------------
Credits
----------------------------------

Thank you to the minetest community who has shared their code and knowledge with me.