minetest/mods/doors/README.md
2020-02-13 20:42:56 +00:00

2.7 KiB

Minetest Game mod: doors

See license.txt for license information.

Authors of source code

Originally by PilzAdam (MIT)

Modified by BlockMen (MIT): Added sounds, glass doors (glass, obsidian glass) and trapdoor.

Modified by sofar (sofar@foo-projects.org) (MIT):
Added Steel trapdoor.
Re-implemented most of the door algorithms, added meshes, UV wrapped texture.
Added doors API to facilitate coding mods accessing and operating doors.
Added Fence Gate model, code, and sounds.

Various Minetest developers and contributors (MIT)

Authors of media (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

Following textures created by BlockMen (CC BY-SA 3.0):

  • door_trapdoor.png
  • door_obsidian_glass_side.png

Following textures created by celeron55 (CC BY-SA 3.0):

  • door_glass_a.png
  • door_glass_b.png

Following textures created by PenguinDad (CC BY-SA 4.0):

  • door_glass.png
  • door_obsidian_glass.png

Following textures created by sofar (CC-BY-SA-3.0):

  • doors_trapdoor_steel.png

Following textures created by paramat (CC-BY-SA-3.0):

  • door_trapdoor_side.png
  • doors_trapdoor_steel_side.png

Obsidian door textures by red-001 based on textures by Pilzadam and BlockMen (CC BY-SA 3.0):

  • door_obsidian_glass.png

Glass door textures by Krock and paramat based on textures by VanessaE (CC BY-SA 3.0):

  • doors_door_glass.png
  • doors_item_glass.png

All other textures (created by PilzAdam) (CC BY-SA 3.0):

Door textures were converted to the new texture map by sofar, paramat and
red-001, under the same license as the originals.

Authors of media (models)

Door 3d models by sofar (CC-BY-SA-3.0)

  • door_a.obj
  • door_b.obj
    Fence gate models by sofar (CC-BY-SA-3.0)
  • fencegate_open.obj
  • fencegate_closed.obj

Authors of media (sounds)

Opening-Sound created by CGEffex (CC BY 3.0), modified by BlockMen