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. ```
38 lines
864 B
Lua
38 lines
864 B
Lua
--[[
|
|
|
|
The 'Fake-Fire' mod was originally created by Semmett9.
|
|
|
|
URL to the 'Fake-Fire' thread on Minetest.net:
|
|
http://forum.minetest.net/viewtopic.php?id=6145
|
|
|
|
I've customized it a bit. Please see the changelog.txt file for more details.
|
|
|
|
~ LazyJ, 2014_03_15
|
|
|
|
--]]
|
|
|
|
dofile(minetest.get_modpath("fake_fire").."/modfiles/nodes.lua")
|
|
dofile(minetest.get_modpath("fake_fire").."/modfiles/crafts.lua")
|
|
dofile(minetest.get_modpath("fake_fire").."/modfiles/abms.lua")
|
|
|
|
|
|
|
|
--[[
|
|
|
|
The lines below, at the end, are from the original author, Semmett9.
|
|
|
|
Thanks for a nice mod, Semmett9. ;)
|
|
|
|
~ LazyJ, 2014_03_14
|
|
|
|
--]]
|
|
|
|
|
|
|
|
-- Thanks-
|
|
|
|
-- Many thanks for addi for his help in coding. --
|
|
|
|
-- Many thanks for the players on the King Arthur's land server for giving --
|
|
-- me support, ideas and allowing me to add the mod to the server itself. --
|