Standardize mod READMEs

This commit is contained in:
BlockMen 2015-04-10 20:09:13 +02:00
parent 5f554c30b8
commit 29529c4332
20 changed files with 359 additions and 270 deletions

View file

@ -1,18 +0,0 @@
1.0.1 beta
----------
- Add backwards compatibility with PilzAdam's beds mod
- Fix placement
- Fix small bugs
- Prevent possible crash
1.1
---
- Add fancy bed model (based on jp's model)
- Add API to register beds
- Allow players always to detach from bed (by donat-b)
- If more than 50% of players want sleep they can skip the night
- Don't show sleep dialog in singleplayer
1.1.1
-----
- Prevent possbile crash by trying to reposition leaving players

View file

@ -1,29 +1,29 @@
Minetest mod "Beds"
===================
by BlockMen (c) 2014-2015
Minetest Game mod: beds
=======================
Version: 1.1.1
Adds beds to Minetest which allow to skip the night.
About
~~~~~
This mod adds a bed to Minetest which allows to skip the night. To sleep rightclick the bed, if playing
in singleplayer mode the night gets skipped imideatly. If playing on server you get shown how many other
players are in bed too. If all players are sleeping the night gets skipped aswell. Also the night skip can be forced
if more than 50% of the players are lying in bed and use this option.
Rightclick to sleep:
- singleplayer: night is skipped and spawnpoint is set to bed position
- multiplayer: if more than 50% of online players are lying in bed nightskip can be forced,
or night is skipped when all are sleeping
Another feature is a controled respawning. If you have slept in bed (not just lying in it) your respawn point
is set to the beds location and you will respawn there after death.
You can disable the respawn at beds by setting "enable_bed_respawn = false" in minetest.conf
To disable respawning at bed add "enable_bed_respawn = false" to minetest.conf
License of source code, textures: WTFPL
---------------------------------------
(c) Copyright BlockMen (2014-2015)
License of source code:
-----------------------
Copyright (C) 2014-2015 BlockMen
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)
BlockMen (WTFPL):
beds_*.png

View file

@ -1,16 +1,29 @@
Minetest 0.4 mod: boats
=======================
by PilzAdam, slightly modified for NeXt
Minetest Game mod: boats
========================
Adds boats to Minetest.
Rightclick to enter or leave. Leftclick to pick up.
WASD-Keys (Default) to steer.
License of source code:
-----------------------
WTFPL
Copyright (C) PilzAdam, BlockMen, paramat
License of media (textures and sounds):
---------------------------------------
WTFPL
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)
Zeg9 (WTFPL):
boat_*.png
thetoon, Zeg9, PavelS (WTFPL):
boat.obj
Authors of media files:
-----------------------
textures: Zeg9
model: thetoon and Zeg9, modified by PavelS(SokolovPavel)

View file

@ -1,17 +1,28 @@
Minetest 0.4 mod: bones
=======================
Minetest Game mod: bones
========================
Adds bone blocks, that contains the players inventory after death.
Spawned at death position, protected for 20 minutes.
Can be changed by adding "share_bones_time = <time in seconds>" to minetest.conf.
Are not spawned in creative mode.
License of source code:
-----------------------
Copyright (C) 2012 PilzAdam
Copyright (C) 2014 Krock
WTFPL
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
License of media (textures and sounds)
--------------------------------------
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)
Authors of media files
----------------------
Bad_Command_
Bad_Command_ (CC BY-SA 3.0):
bones_*.png

View file

@ -1,6 +1,9 @@
Minetest 0.4 mod: bucket
Minetest Game mod: bucket
=========================
Adds water, lava and empty buckets.
License of source code:
-----------------------
Copyright (C) 2011-2012 Kahrl <kahrl@gmx.net>
@ -13,14 +16,12 @@ the Free Software Foundation; either version 2 of the License, or
http://www.gnu.org/licenses/lgpl-2.1.html
License of media (textures and sounds)
--------------------------------------
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)
celeron55 (CC BY-SA 3.0):
bucket_*.png
Authors of media files
-----------------------
Everything not listed in here:
Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>

View file

@ -1,5 +1,5 @@
Minetest 0.4 mod: creative
==========================
Minetest Game mod: creative
===========================
Implements creative mode.
@ -10,8 +10,10 @@ Registered items that
- do not have the group not_in_creative_inventory
are added to the creative inventory.
License of source code and media files:
---------------------------------------
License of source code:
-----------------------
Copyright (C) 2012 Perttu Ahola (celeron55) <celeron55@gmail.com>
This program is free software. It comes without any warranty, to
@ -20,3 +22,6 @@ and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)

View file

@ -1,6 +1,15 @@
Minetest 0.4 mod: default
Minetest Game mod: default
==========================
Contains main parts of the Game, like:
- mapgeneration (mapgen.lua)
- active nodes (functions.lua, furnace.lua, trees.lua)
- player definition, gui (player.lua)
- sounds (functions.lua)
- most node definitions and crafting recipes (nodes.lua, crafting.lua)
- tools and items (tools.lua, craftitems.lua)
License of source code:
-----------------------
Copyright (C) 2011-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
@ -12,21 +21,16 @@ the Free Software Foundation; either version 2.1 of the License, or
http://www.gnu.org/licenses/lgpl-2.1.html
License of media (textures and sounds)
--------------------------------------
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)
Authors of media files
-----------------------
Everything not listed in here:
Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
Cisoun's WTFPL texture pack:
Cisoun's (WTFPL):
default_jungletree.png
default_jungletree_top.png
default_lava.png
default_leaves.png
default_pine_needles.png
default_sapling.png
default_sign_wall.png
default_stone.png
@ -34,24 +38,11 @@ Cisoun's WTFPL texture pack:
default_tree_top.png
default_water.png
Cisoun's conifers mod (WTFPL):
default_pine_needles.png
Originating from G4JC's Almost MC Texture Pack:
Gaming4JC (CC BY-SA 3.0):
default_torch.png
default_torch_on_ceiling.png
default_torch_on_floor.png
VanessaE's animated torches (WTFPL):
default_torch_animated.png
default_torch_on_ceiling_animated.png
default_torch_on_floor_animated.png
default_torch_on_floor.png
RealBadAngel's animated water (WTFPL):
default_water_source_animated.png
default_water_flowing_animated.png
VanessaE (WTFPL):
default_nc_back.png
default_nc_front.png
@ -60,9 +51,15 @@ VanessaE (WTFPL):
default_grass_*.png
default_desert_sand.png
default_desert_stone.png
default_desert_stone_brick.png
default_sand.png
default_sandstone_brick.png
default_torch_animated.png
default_torch_on_ceiling_animated.png
default_torch_on_floor_animated.png
default_torch_on_floor.png
RealBadAngel (WTFPL):
default_water_source_animated.png
default_water_flowing_animated.png
Calinou (CC BY-SA):
default_brick.png
@ -71,7 +68,8 @@ Calinou (CC BY-SA):
default_glass_detail.png
MirceaKitsune (WTFPL):
character.x
character.obj
character.blend
Jordach (CC BY-SA 3.0):
character.png
@ -113,13 +111,14 @@ paramat (CC BY-SA 3.0):
brunob.santos (CC BY-SA 4.0):
default_desert_cobble.png
BlockMen (CC BY-SA 3.0):
BlockMen (CC-BY 3.0):
default_stone_brick.png
default_desert_stone_brick.png
default_sandstone_brick.png
default_wood.png
default_clay_brick.png
default_iron_ingot.png
default_gold_ingot.png
default_tool_steelsword.png
default_diamond.png
default_diamond_block.png
default_book.png
@ -140,6 +139,7 @@ BlockMen (CC BY-SA 3.0):
Neuromancer (CC BY-SA 2.0):
default_cobble.png, based on texture by Brane praefect
default_mossycobble.png, based on texture by Brane praefect
Neuromancer (CC BY-SA 3.0):
default_dirt.png
default_furnace_*.png
@ -148,12 +148,16 @@ Philipbenr (CC BY-SA 3.0):
default_grass.png
default_grass_side.png
Glass breaking sounds (CC BY 3.0):
1: http://www.freesound.org/people/cmusounddesign/sounds/71947/
2: http://www.freesound.org/people/Tomlija/sounds/97669/
3: http://www.freesound.org/people/lsprice/sounds/88808/
cmusounddesign (CC BY-SA 3.0):
default_break_glass.1.ogg (http://www.freesound.org)
Mito551 (sounds) (CC BY-SA):
Tomlija (CC BY-SA 3.0):
default_break_glass.2.ogg (http://www.freesound.org)
lsprice (CC BY-SA 3.0):
default_break_glass.3.ogg (http://www.freesound.org)
Mito551 (CC BY-SA):
default_dig_choppy.ogg
default_dig_cracky.ogg
default_dig_crumbly.1.ogg
@ -198,3 +202,7 @@ Gambit (WTFPL):
default_coal.png
default_grass_*.png
default_paper.png
Everything not listed in here:
Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)

View file

@ -1,11 +1,21 @@
Minetest 0.4 mod: doors
=======================
version: 1.3
Minetest Game mod: doors
========================
Adds doors of different materials, opened and closed by rightclick.
Materials:
- wood
- steel
- glass
- obsidian glass
and a wooden trapdoor.
License of source code:
-----------------------
Copyright (C) 2012 PilzAdam
modified by BlockMen (added sounds, glassdoors[glass, obsidian glass], trapdoor)
Copyright (C) 2013-2014 BlockMen
Copyright (C) 2014 Zefram
Copyright (C) 2015 Jeija
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
@ -13,34 +23,40 @@ and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
License of textures
--------------------------------------
following Textures created by Fernando Zapata (CC BY-SA 3.0):
door_wood.png
door_wood_a.png
door_wood_a_r.png
door_wood_b.png
door_wood_b_r.png
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)
following Textures created by BlockMen (WTFPL):
door_trapdoor.png
door_obsidian_glass_side.png
Fernando Zapata (CC BY-SA 3.0):
doors_wood.png
following textures created by celeron55 (CC BY-SA 3.0):
door_trapdoor_side.png
door_glass_a.png
door_glass_b.png
Esteban (CC BY-SA 3.0):
doors_wood_a.png
doors_wood_b.png
doors_brown.png
doors_steel_a.png
doors_steel_b.png
doors_grey.png
BlockMen (WTFPL):
doors_trapdoor.png
doors_obsidian_glass_side.png
celeron55 (CC BY-SA 3.0):
doors_trapdoor_side.png
doors_glass_a.png
doors_glass_b.png
following Textures created by PenguinDad (CC BY-SA 4.0):
door_glass.png
door_obsidian_glass.png
PenguinDad (CC BY-SA 4.0):
doors_glass.png
doors_obsidian_glass.png
All other textures (created by PilzAdam): WTFPL
PilzAdam (WTFPL):
door_obsidian_glass_a.png
door_obsidian_glass_b.png
License of sounds
--------------------------------------
Opening-Sound created by CGEffex (CC BY 3.0), modified by BlockMen
CGEffex (CC BY 3.0)
door_open.ogg
Closing-Sound created by bennstir (CC BY 3.0)
bennstir (CC BY 3.0)
door_close.ogg

View file

@ -1,10 +1,13 @@
Minetest 0.4 mod: dye
Minetest Game mod: dye
======================
Adds combinations for colors, used e.g. for wool colors.
See init.lua for documentation.
License of source code and media files:
---------------------------------------
License of source code:
-----------------------
Copyright (C) 2012 Perttu Ahola (celeron55) <celeron55@gmail.com>
This program is free software. It comes without any warranty, to
@ -13,3 +16,9 @@ and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)
celeron55 (WTFPL):
dye_*.png

View file

@ -1,34 +1,31 @@
Minetest 0.4 mod: farming
=========================
Minetest Game mod: farming
==========================
Adds wheat and cotton. Handles growing of crops.
License of source code:
-----------------------
Copyright (C) 2014 webdesigner97
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.
License of media (textures):
----------------------------
Created by PilzAdam (License: WTFPL):
PilzAdam (WTFPL):
farming_bread.png
farming_soil.png
farming_soil_wet.png
farming_soil_wet_side.png
farming_string.png
Created by BlockMen (License: CC BY 3.0):
BlockMen (CC BY 3.0):
farming_tool_diamondhoe.png
farming_tool_mesehoe.png
farming_tool_bronzehoe.png
@ -36,13 +33,13 @@ Created by BlockMen (License: CC BY 3.0):
farming_tool_stonehoe.png
farming_tool_woodhoe.png
Created by MasterGollum (License: WTFPL):
MasterGollum (WTFPL):
farming_straw.png
Created by Gambit (License: WTFPL):
Gambit (WTFPL):
farming_wheat.png
farming_wheat_*.png
farming_cotton_*.png
farming_flour.png
farming_cotton_seed.png
farming_wheat_seed.png
farming_wheat_seed.png

View file

@ -1,5 +1,9 @@
Minetest 0.4 mod: fire
======================
Minetest Game mod: fire
=======================
Adds and handles fire in Minetest Game.
Can be disabled by setting "disable_fire = true" in minetest.conf.
License of source code:
-----------------------
@ -12,21 +16,19 @@ the Free Software Foundation; either version 2.1 of the License, or
http://www.gnu.org/licenses/lgpl-2.1.html
License of media (textures and sounds)
--------------------------------------
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/
Authors of media files
-----------------------
Everything not listed in here:
Copyright (C) 2012 Perttu Ahola (celeron55) <celeron55@gmail.com>
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)
fire_small.ogg sampled from:
http://www.freesound.org/people/dobroide/sounds/4211/
dobroide (CC BY-SA 3.0):
fire_small.ogg (http://www.freesound.org)
fire_large.ogg sampled from:
http://www.freesound.org/people/Dynamicell/sounds/17548/
Dynamicell (CC BY-SA 3.0):
fire_large.ogg (http://www.freesound.org)
fire_basic_flame_animated.png:
Muadtralk
Muadtralk (CC BY-SA 3.0):
fire_basic_flame_animated.png
celeron55 (CC BY-SA 3.0):
fire_basic_flame.png

View file

@ -1,5 +1,7 @@
Minetest 0.4 mod: flowers
=========================
Minetest Game mod: flowers
==========================
Adds flowers, which are added while worldgeneration.
License of source code:
-----------------------
@ -11,6 +13,9 @@ and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
License of media (textures and sounds)
--------------------------------------
WTFPL
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)
RHRhino (WTFPL):
flowers_*.png

View file

@ -0,0 +1,22 @@
Minetest Game mod: give_initial_stuff
=====================================
Adds defined stuff (defined in init.lua) to players inventory on first join on a server.
Must be enabled in minetest.conf by adding "give_initial_stuff = true".
License of source code:
-----------------------
Copyright (C) 2011-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
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 2 of the License, or
(at your option) any later version.
http://www.gnu.org/licenses/lgpl-2.1.html
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)

View file

@ -1,5 +1,7 @@
Minetest mod: screwdriver
=========================
Minetest Game mod: screwdriver
==============================
Allows to rotate nodes that store orientation (facedir).
License of source code:
-----------------------
@ -12,10 +14,10 @@ the Free Software Foundation; either version 2 of the License, or
http://www.gnu.org/licenses/lgpl-2.1.html
License of media (textures and sounds)
--------------------------------------
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/
Created by Gambit (WTFPL):
screwdriver.png
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)
Gambit (WTFPL):
screwdriver.png

23
mods/sethome/README.txt Normal file
View file

@ -0,0 +1,23 @@
Minetest Game mod: sethome
==========================
Allows players to define a home place by using chat command "/sethome".
Players can always teleport themself to that position by using chat command "/home".
Requires "home" privileg, which is only default on singleplayer worlds.
License of source code:
-----------------------
Copyright (C) 2012 xyz
Copyright (C) 2014 sfan5
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)

View file

@ -1,6 +1,12 @@
Minetest 0.4 mod: stairs
Minetest Game mod: stairs
=========================
Adds stairs and slabs of different materials:
- wood (normal, jungle, pine)
- stone (normal, cobble, brick, desertstone, desert cobble, desertstone brick, sandstone, sandstone brick)
- other (brick, obsidian, obsidian brick)
License of source code:
-----------------------
Copyright (C) 2011-2012 Kahrl <kahrl@gmx.net>
@ -13,14 +19,8 @@ the Free Software Foundation; either version 2 of the License, or
http://www.gnu.org/licenses/lgpl-2.1.html
License of media (textures and sounds)
--------------------------------------
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/
Authors of media files
-----------------------
Everything not listed in here:
Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)

View file

@ -1,36 +1,39 @@
=== TNT mod for Minetest ===
by PilzAdam and ShadowNinja
Minetest Game mod: tnt
======================
Introduction:
This mod adds TNT to Minetest. TNT is a tool to help the player
in mining.
Adds TNT blocks and gunpowder.
Gunpowder can be used to craft TNT or as fuze for TNT.
How to use the mod:
Craft gunpowder by placing coal and gravel in the crafting area. The
gunpowder can be used to craft TNT or as fuze for TNT. To craft TNT
surround gunpowder with 4 wood in a + shape.
There are different ways to blow up TNT:
1. Hit it with a torch.
2. Hit a gunpowder fuze that leads to a TNT block with a torch.
3. Activate it with mesecons (fastest way)
Be aware of the damage radius of 7 blocks!
3. Activate it with mesecons (not included in Minetest Game)
TNT has a damage radius of 7 blocks.
License:
WTFPL (see below)
By default TNT is disabled in multiplayer. Add "enable_tnt = true" to minetest.conf to enable it.
See also:
http://minetest.net/
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
License of source code:
-----------------------
Copyright (C) 2013 PilzAdam
Copyright (C) 2014 ShadowNinja
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
PilzAdam (WTFPL):
tnt_gunpowder_*.png
tnt_top_*.png
tnt_bottom.png
tnt_side.png
0. You just DO WHAT THE FUCK YOU WANT TO.
ShadowNinja (WTFPL):
tnt_smoke.png
tnt_boom.png

View file

@ -1,31 +1,14 @@
Minetest 0.4 mod: vessels
Minetest Game mod: vessels
==========================
Crafts
-------
Glass bottle (yields 10)
Adds glass bottle, drinking glass, steel bottle and vessles shelf.
G - G
G - G
- G -
Drinking Glass (yields 14)
G - G
G - G
G G G
Heavy Steel Bottle (yields 5)
S - S
S - S
- S -
License of source code:
-----------------------
Copyright (C) 2012 Vanessa Ezekowitz
Version 2012-09-02
Modifications by Perttu Ahola <celeron55@gmail.com>
Copyright (C) 2012 Perttu Ahola <celeron55@gmail.com>
Copyright (C) 2015 kilbith
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
@ -34,12 +17,9 @@ the Free Software Foundation; either version 2.1 of the License, or
http://www.gnu.org/licenses/lgpl-2.1.html
License of media (textures and sounds)
--------------------------------------
WTFPL
Authors of media files
-----------------------
Unless specifically noted,
Copyright (C) 2012 Vanessa Ezekowitz
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)
kilbith (WTFPL):
vessels_*.png

View file

@ -1,7 +1,8 @@
Minetest 0.4 mod: wool
======================
Minetest Game mod: wool
=======================
Adds different colored wool blocks.
Mostly backward-compatible with jordach's 16-color wool mod.
License of source code:
-----------------------
@ -13,16 +14,9 @@ and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
License of media (textures and sounds)
--------------------------------------
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/
Authors of media files
-----------------------
Cisoun:
- wool_black.png wool_brown.png wool_dark_green.png wool_green.png
- wool_magenta.png wool_pink.png wool_violet.png wool_yellow.png wool_blue.png
- wool_cyan.png wool_dark_grey.png wool_grey.png wool_orange.png wool_red.png
- wool_white.png
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)
Cisoun (CC BY-SA 3.0):
wool_*.png

View file

@ -1,13 +1,29 @@
Minetest 0.4.x mod: xpanes
==========================
Minetest Game mod: xpanes
=========================
License:
--------
Copyright (C) xyz
modified by BlockMen (iron bars)
Adds glass panes and iron bars.
License of source code:
-----------------------
Copyright (C) 2012 xyz
Copyright (C) 2014 BlockMen
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)
xyz (WTFPL):
xpanes_white.png
xpanes_space.png
xpanes_pane_half.png
BlockMen (WTFPL):
xpanes_bar.png
xpanes_grey.png