Skip to content

Commit c3f8a87

Browse files
author
DonBatman
committed
Fix because of new doors mod
1 parent 2847d9e commit c3f8a87

288 files changed

Lines changed: 4163 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

mdoors/README.txt

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
Due to the new doors mod I have copied the old code to make mydoors continue to work with the new Minetest Game.
2+
All of the code in mdoors is a modified copy of the doors mod. None of it is my work.
3+
Below is the original licence.
4+
5+
Minetest Game mod: doors
6+
========================
7+
version: 1.3
8+
9+
License of source code:
10+
-----------------------
11+
Copyright (C) 2012 PilzAdam
12+
modified by BlockMen (added sounds, glassdoors[glass, obsidian glass], trapdoor)
13+
14+
This program is free software. It comes without any warranty, to
15+
the extent permitted by applicable law. You can redistribute it
16+
and/or modify it under the terms of the Do What The Fuck You Want
17+
To Public License, Version 2, as published by Sam Hocevar. See
18+
http://sam.zoy.org/wtfpl/COPYING for more details.
19+
20+
License of textures
21+
--------------------------------------
22+
following Textures created by Fernando Zapata (CC BY-SA 3.0):
23+
door_wood.png
24+
door_wood_a.png
25+
door_wood_a_r.png
26+
door_wood_b.png
27+
door_wood_b_r.png
28+
29+
following Textures created by BlockMen (WTFPL):
30+
door_trapdoor.png
31+
door_obsidian_glass_side.png
32+
33+
following textures created by celeron55 (CC BY-SA 3.0):
34+
door_trapdoor_side.png
35+
door_glass_a.png
36+
door_glass_b.png
37+
38+
following Textures created by PenguinDad (CC BY-SA 4.0):
39+
door_glass.png
40+
door_obsidian_glass.png
41+
42+
All other textures (created by PilzAdam): WTFPL
43+
44+
45+
License of sounds
46+
--------------------------------------
47+
Opening-Sound created by CGEffex (CC BY 3.0), modified by BlockMen
48+
door_open.ogg
49+
Closing-Sound created by bennstir (CC BY 3.0)
50+
door_close.ogg

mdoors/depends.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
default
2+
screwdriver?

0 commit comments

Comments
 (0)