descriptionMinetest mod that adds gift boxes that players can give to each other
ownerWuzzy@disroot.org
last changeSat, 2 Oct 2021 18:24:47 +0000 (2 20:24 +0200)
content tags
add:
README.txt
Giftbox2 Mod
By Leslie E. Krause and Wuzzy

Giftbox2 provides an assortment of presents for special occasions.
Players can craft gift boxes and place them anywhere, including
protected areas and designate them to an optional receiver.
The receiver can dig the gift box and gets a random item.

Note the placer cannot receive their own gift, if they dig the gift
box, they will get the gift box back, not its random item.

Server operators can configure the list of random drops in config.lua.

This is a fork of the [giftbox] mod.

Version: v3.0

Compatability
----------------------

Minetest 5.4.0 or later required

Source Code License
----------------------------------------------------------

GNU Lesser General Public License v3 (LGPL-3.0)

Copyright (c) 2016-2018, Leslie E. Krause

Original source code by maikerumine:
https://github.com/maikerumine/just_test_tribute/blob/master/mods/mt_seasons/nodes.lua

This program is free software; you can redistribute it and/or modify it under the terms of
the GNU Lesser 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 Lesser General Public License for more details.

http://www.gnu.org/licenses/lgpl-2.1.html

Multimedia License (textures, sounds and models)
----------------------------------------------------------

Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)

	/models/giftbox.obj
	by Toby109tt

	/textures/giftbox_red.png
	by Toby109tt
	modified by sorcerykid

	/textures/giftbox_green.png
	by Toby109tt
	modified by sorcerykid

	/textures/giftbox_blue.png
	by Toby109tt
	modified by sorcerykid

	/textures/giftbox_cyan.png
	by Toby109tt
	modified by sorcerykid

	/textures/giftbox_magenta.png
	by Toby109tt
	modified by Wuzzy

	/textures/giftbox_yellow.png
	by Toby109tt
	modified by sorcerykid

	/textures/giftbox_black.png
	by Toby109tt
	modified by sorcerykid

	/textures/giftbox_white.png
	by Toby109tt
	modified by sorcerykid

	/textures/giftbox_orange.png
	by Toby109tt
	modified by Wuzzy

	/textures/giftbox_violet.png
	by Toby109tt
	modified by Wuzzy

All other files also fall under the same license.

You are free to:
Share — copy and redistribute the material in any medium or format.
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
The licensor cannot revoke these freedoms as long as you follow the license terms.

Under the following terms:

Attribution — You must give appropriate credit, provide a link to the license, and
indicate if changes were made. You may do so in any reasonable manner, but not in any way
that suggests the licensor endorses you or your use.

No additional restrictions — You may not apply legal terms or technological measures that
legally restrict others from doing anything the license permits.

Notices:

You do not have to comply with the license for elements of the material in the public
domain or where your use is permitted by an applicable exception or limitation.
No warranties are given. The license may not give you all of the permissions necessary
for your intended use. For example, other rights such as publicity, privacy, or moral
rights may limit how you use the material.

For more details:
http://creativecommons.org/licenses/by-sa/3.0/
shortlog
2021-10-02 WuzzyRemove gui_bgmaster
2021-10-02 WuzzyRemove config dependency
2021-10-02 WuzzyAdd config warning
2021-10-02 WuzzyVersion 3.0v3.0
2021-10-02 WuzzyRemove unused settings
2021-10-02 WuzzyAdd screenshot and description
2021-10-02 WuzzyRemove facedir
2021-10-02 WuzzyAdd more possible drops
2021-10-02 WuzzyAdd paper sounds
2021-10-02 WuzzyFix giftbox not dropping its contents
2021-10-02 WuzzyRename mod to 'giftbox2'
2021-10-02 WuzzyAdd orange and violet gift boxes
2021-10-02 WuzzyGerman translation
2021-10-02 WuzzySet smaller wield_scale
2021-10-02 WuzzyUpdate legacy stuff
2021-10-02 WuzzyFix nodes not falling after digging giftbox
...
tags
2 years ago v3.0
6 years ago v2.0 Added tag v2.0 for changeset b6a845...
6 years ago v2.1 Added tag v2.1 for changeset 678272...
heads
2 years ago master