update readme
This commit is contained in:
parent
b8f002fdea
commit
0a475da4d2
37
README.txt
37
README.txt
@ -2,32 +2,29 @@
|
|||||||
Particles for Minetest
|
Particles for Minetest
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
|
|
||||||
Copyright (c) 2012 cornernote, Brett O'Donnell <cornernote@gmail.com>
|
Copyright (c) 2012 cornernote, Brett O'Donnell <cornernote@gmail.com>
|
||||||
|
|
||||||
Source Code: https://github.com/cornernote/minetest-particles
|
Source Code: https://github.com/cornernote/minetest-particles
|
||||||
License: GPLv3
|
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
Inspired by Particles by sfan5: http://minetest.net/forum/viewtopic.php?id=1129
|
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.
|
||||||
|
|
||||||
|
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Description
|
Description
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
|
|
||||||
Creates 3D textured particles after digging nodes.
|
Creates 3D textured particles after digging nodes.
|
||||||
|
|
||||||
The particles scatter in random directions and bounce a little when they hit the ground.
|
The particles scatter in random directions and bounce a little when they hit the ground.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Modders Guide
|
Modders Guide
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
|
|
||||||
Dig Particles:
|
Dig Particles:
|
||||||
|
|
||||||
Add this line to your mod:
|
Add this line to your mod:
|
||||||
@ -53,32 +50,8 @@ minetest.register_node("your_mod:your_item", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
----------------------------------
|
|
||||||
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
|
Credits
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
Thank you to the minetest community who has shared their code and knowledge with me.
|
sfan5 - coded the original particles mod which i stole and made into this one - http://minetest.net/forum/viewtopic.php?id=1129
|
||||||
|
|
||||||
Special thanks in this mod to:
|
|
||||||
sfan5 - coded the original particles mod which i stole and made into this one
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user