VoxeLibre/mods/ITEMS/mcl_doors
FossFanatic ac31642ec9 Door Fixes & Improvements (#3479)
This pull request fixes the issue where people had to mirror their door textures because the game used a different method to texture the doors.

Speaking of mirrored, this pull request also fixes mirrored doors and improves those greatly.

Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/3479
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
Co-authored-by: FossFanatic <fossfanatic@noreply.git.minetest.land>
Co-committed-by: FossFanatic <fossfanatic@noreply.git.minetest.land>
2023-06-13 15:43:52 +00:00
..
locale Spanish translations (#3753) 2023-05-31 21:22:49 +00:00
sounds Convert all sounds (except music) to mono 2017-11-13 01:24:24 +01:00
README.txt Add 5 wood trapdoors, change oak trapdoor texture 2017-11-24 12:07:16 +01:00
alias.lua Refactor mcl_doors; use multiple files 2017-06-05 21:57:23 +02:00
api_doors.lua Door Fixes & Improvements (#3479) 2023-06-13 15:43:52 +00:00
api_trapdoors.lua Run tools/strip_trailing_whitespace.sh 2022-05-26 07:29:28 +02:00
init.lua Run tools/strip_trailing_whitespace.sh 2022-05-26 07:29:28 +02:00
mod.conf Move data from deprecated files to mod.conf 2021-03-18 17:37:12 +01:00
register.lua Door Fixes & Improvements (#3479) 2023-06-13 15:43:52 +00:00

README.txt

License of source code:
-----------------------
Copyright (C) 2012 PilzAdam
modified by BlockMen (added sounds, glassdoor, trapdoor)

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 sounds
--------------------------------------
Opening-Sound created by CGEffex (CC BY 3.0), modified by BlockMen
  doors_door_open.ogg
Closing-Sound created by bennstir (CC BY 3.0)
  doors_door_close.ogg
Steel door sounds open & close (CC-BY-3.0) by HazMatt
  - http://www.freesound.org/people/HazMattt/sounds/187283/
  doors_steel_door_open.ogg
  doors_steel_door_close.ogg

License/authors of texture files
--------------------------------------
Same as media license for MineClone 2 (see root directory).

With modifications by GitHub user kingoscargames:
- `doors_item_steel.png`
- `mcl_doors_door_iron_lower.png`
- `mcl_doors_door_iron_upper.png`
- `mcl_doors_trapdoor_acaica.png`
- `mcl_doors_trapdoor_birch.png`
- `mcl_doors_trapdoor_spruce.png`
- `mcl_doors_trapdoor_dark_oak.png`
- `mcl_doors_trapdoor_jungle.png`