diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 26 |
1 files changed, 24 insertions, 2 deletions
@@ -1,6 +1,28 @@ +--[[ + +Minetest Sedimentology Mod + +Copyright (c) 2015 Auke Kok, All rights reserved. + +This library 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 library 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. + +You should have received a copy of the GNU Lesser General Public +License along with this library + +]]-- + +-- bugs? questions? Please find this project and me at +-- github.com/sofar -- --- Minetest Sedimentology Mod --- + local interval = 1.0 local count = 20 local radius = 100 |