forked from mtcontrib/homedecor_modpack
6f492914db
Used and re-licensed with permission of LazyJ and jp: ``` [07-27 10:02] <jp__> Hi Vanessa. I replaced the LazyJ's smokes nodes by few particules : https://forum.minetest.net/viewtopic.php?p=149534#p149534 [07-27 10:03] <jp__> Now I think this mod is mature for integrate Homedecor... [07-27 10:17] <VanessaE> LazyJ: homedecor is LGPL. your code is GPL. by extension so is jp's fork. [07-27 10:18] <VanessaE> I'd like to include his fork of your mod into homedecor modpack. [07-27 10:18] <VanessaE> your permission is required :) [07-27 10:18] <LazyJ> Ok. [07-27 10:18] <LazyJ> What's the difference between LGPL and GPL? I just go with whatever the original author uses. [07-27 10:19] <VanessaE> beats the hell out of me exactly except LGPL is supposed to make it easier to use code so-licensed in proprietary projects or something. [07-27 10:19] <VanessaE> I only use it because minetest_game did and I got some code from there. [07-27 10:20] <LazyJ> Ok with me to use it. [07-27 10:21] <LazyJ> Credit to semmett9 too. ```
63 lines
2.0 KiB
Plaintext
63 lines
2.0 KiB
Plaintext
##### JP's Fork of LazyJ's Minetest Mod, "Fake Fire"
|
|
|
|
Replaced LazyJ's smoke nodes pictures by smoke particles. Lighter, prettier, configurable smoke.
|
|
|
|
|
|
|
|
##### LazyJ's Fork of Semmett9's "Fake Fire" Mod
|
|
|
|
This fork of 'Fake Fire' is based off of Semmett9's 2014_03_14 release of the
|
|
mod.
|
|
|
|
At LinuxGaming.us, we have a creative-leaning Minetest server. Destruction by
|
|
arson is not something we like. When the Fake Fire mod was installed we finally
|
|
could make warm hearths and campfires without fear of burning down our builds.
|
|
We could also use Fake Fire to simulate things burning without worrying our
|
|
neighbors about the fires spreading and destroying their stuff.
|
|
|
|
As a creative bunch of Minetesters, we often come up with new ideas for things.
|
|
This fork of "Fake Fire" incorporates some of those ideas.
|
|
|
|
|
|
Semmett9's original version of this mod can be found here:
|
|
|
|
* Minetest.net
|
|
http://forum.minetest.net/viewtopic.php?id=6145
|
|
|
|
* Ad.Fly
|
|
http://adf.ly/RbzwV
|
|
|
|
Yes, it has advertisements. That's what helps to pay for hosting Semmett9's
|
|
website and server costs. Everything has a cost. Someone pays. Even when it
|
|
comes to so-called free, open-source software. Someone pays. Everything has a
|
|
cost. Try running your own business and you will understand. There are no
|
|
free lunches in life.
|
|
|
|
Ok, done ranting. ;)-
|
|
|
|
|
|
~ LazyJ, 2014_06_19
|
|
|
|
|
|
|
|
Minetest version: 0.4.9
|
|
Depends: default
|
|
Recommended Additional Mods: none
|
|
License: GPL v2
|
|
Source Code: http://github.com/LazyJ/fake_fire
|
|
Download (.zip): http://github.com/LazyJ/fake_fire/archive/master.zip
|
|
|
|
Install:
|
|
* After downloading, unzip the file.
|
|
* Rename the directory "fake_fire_fork-master" to "fake_fire"
|
|
* Copy the "fake_fire" directory into either
|
|
../minetest/worlds/yourworld'sname/worldmods/
|
|
or
|
|
../minetest/mods/
|
|
* If you put "fake_fire" in the ../minetest/mods/ directory, either
|
|
enable the mod from within Minetest's "Configure" button
|
|
(main menu, bottom right) or by adding this line to the
|
|
world's "world.mt" file:
|
|
load_mod_fake_fire = true
|
|
|