diff options
-rw-r--r-- | init.lua | 11 | ||||
-rw-r--r-- | melon.lua | 11 |
2 files changed, 21 insertions, 1 deletions
@@ -1,2 +1,13 @@ +--[[ + +Copyright (C) 2015 - Auke Kok <sofar@foo-projects.org> + +"crops" 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. + +--]] + dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/melon.lua") @@ -1,5 +1,14 @@ --- FIXME - timers!!! +--[[ + +Copyright (C) 2015 - Auke Kok <sofar@foo-projects.org> + +"crops" 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. + +--]] local faces = { [1] = { x = -1, z = 0, r = 3, o = 1 } , |