123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- 1,35c1,19
- < Minetest Game mod: fire
- < =======================
- < See license.txt for license information.
- <
- < Authors of source code
- < ----------------------
- < Originally by Perttu Ahola (celeron55) <celeron55@gmail.com> (LGPL 2.1)
- < Various Minetest developers and contributors (LGPL 2.1)
- <
- < Authors of media (textures and sounds)
- < --------------------------------------
- < Everything not listed in here:
- < Copyright (C) 2012 Perttu Ahola (celeron55) <celeron55@gmail.com> (CC BY-SA 3.0)
- <
- < Muadtralk (CC BY-SA 3.0)
- < fire_basic_flame_animated.png
- <
- < Gambit (CC BY-SA 3.0)
- < fire_flint_steel.png
- <
- < dobroide (CC BY 3.0)
- < http://www.freesound.org/people/dobroide/sounds/4211/
- < fire_small.ogg
- <
- < Dynamicell (CC BY 3.0)
- < http://www.freesound.org/people/Dynamicell/sounds/17548/
- < fire_large.ogg
- < fire_fire.*.ogg
- <
- < fire_small.ogg and fire_large.ogg are unused but kept temporarily to not break
- < other mods that may use them.
- <
- < Benboncan (CC BY 3.0)
- < https://www.freesound.org/people/Benboncan/sounds/66457/
- < fire_flint_and_steel.ogg
- ---
- > Fire
- > =====================================================================
- > Main: celeron55, various
- > Lisc: LGPL 2.1
- > Text: CC0
- > By bas080
- > fire_basic_flame_animated.png
- > fire_basic_flame.png
- > By jadedctrl
- > fire_basic_lighter.png
- > Audi: CC-BY 3.0
- > By dobroide
- > fire_small.ogg
- > By Dynamicell
- > fire_large.ogg
- > fire_fire*.ogg
- > By Benboncan
- > fire_flint_and_steel.ogg
- > Link: https://github.com/minetest/minetest_game
|