diff options
author | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2018-11-08 19:27:31 -0500 |
---|---|---|
committer | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2018-11-08 19:27:31 -0500 |
commit | d41791b735df980912250d4dca7b3e140eecbf28 (patch) | |
tree | 0d67460542587457fc76e0bae76830d8c6409025 /homedecor | |
parent | 680f259468f9a47c0bc8ea5890ea37c5758a8c30 (diff) | |
download | dreambuilder_modpack-d41791b735df980912250d4dca7b3e140eecbf28.tar dreambuilder_modpack-d41791b735df980912250d4dca7b3e140eecbf28.tar.gz dreambuilder_modpack-d41791b735df980912250d4dca7b3e140eecbf28.tar.bz2 dreambuilder_modpack-d41791b735df980912250d4dca7b3e140eecbf28.tar.xz dreambuilder_modpack-d41791b735df980912250d4dca7b3e140eecbf28.zip |
update basic_materials, biome_lib, plantlife modpack,
coloredwood, homedecor, technic, currency, framedglass,
gloopblocks, led_marquee, mesecons, moretrees, nixie_tubes,
pipeworks, plasticbox, prefab_redo, castles, signs_lib,
roads, worldedit
Added license declaration for the modpack itself
Diffstat (limited to 'homedecor')
-rw-r--r-- | homedecor/copyright.txt | 12 | ||||
-rw-r--r-- | homedecor/wardrobe.lua | 2 |
2 files changed, 6 insertions, 8 deletions
diff --git a/homedecor/copyright.txt b/homedecor/copyright.txt index fa4892f..7dc11a3 100644 --- a/homedecor/copyright.txt +++ b/homedecor/copyright.txt @@ -4,15 +4,13 @@ Some code copied and modified from the game's default mods (especially doors) and ironzorg's flowers mod. Licenses: -* For the lua code, LGPL. -* For the door open/close sound, CC-By-SA 3.0 by Slanesh on freesound.org +* Door open/close sound by Slanesh on freesound.org http://freesound.org/people/Slanesh/sounds/31768/ -* For the gate open/close sound, CC0, by j1987 on freesound.org +* Gate open/close by j1987 on freesound.org http://freesound.org/people/j1987/sounds/106116/ -* For the doorbell sound, CC0 by guitarguy1985 on freesound.org +* Doorbell sound by guitarguy1985 on freesound.org http://freesound.org/people/guitarguy1985/sounds/69384/ -* For the book sound, Public Domain by mckinneysound's on http://www.freesfx.co.uk/ +* Book soundn by mckinneysound's on http://www.freesfx.co.uk/ http://www.freesfx.co.uk/sfx/book?p=3 -* For the phone ring, Public Domain by andyt's on http://www.freesfx.co.uk/ +* Phone ringing sound by andyt's on http://www.freesfx.co.uk/ http://www.freesfx.co.uk/sfx/phone?p=5 -* For all images and everything else, WTFPL. diff --git a/homedecor/wardrobe.lua b/homedecor/wardrobe.lua index 40511d0..8515555 100644 --- a/homedecor/wardrobe.lua +++ b/homedecor/wardrobe.lua @@ -27,7 +27,7 @@ if skinsdb_mod_path then skin_obj:set_texture("homedecor_clothes_"..skin_name..".png") skin_obj:set_meta("name", "Wardrobe "..skin_name) skin_obj:set_meta("author", 'Calinou and Jordach') - skin_obj:set_meta("license", 'WTFPL') + skin_obj:set_meta("license", 'CC-by-SA-4.0') local file = io.open(homedecor.modpath.."/textures/homedecor_clothes_"..skin_name..".png", "r") skin_obj:set_meta("format", skins.get_skin_format(file)) file:close() |