Commit Graph

41 Commits

Author SHA1 Message Date
Wuzzy 219e6ff146 Fix incomplete door destruction code
This fixes doors being destroyed by activating an End portal
2017-11-23 19:36:55 +01:00
Wuzzy 79ca0b2ab9 Workaround for crash if place stair/slab/trapdoor inside a buildable_to node 2017-11-18 20:57:41 +01:00
Wuzzy e79384f906 Retexturize door sides 2017-11-17 22:46:42 +01:00
Wuzzy aaef558909 Convert all sounds (except music) to mono 2017-11-13 01:24:24 +01:00
Wuzzy e5a34367c9 Use new Minetest settings API syntax for most mods 2017-08-09 16:17:00 +02:00
Wuzzy 04593eca08 Localize a couple of accidental global variables 2017-08-02 01:34:12 +02:00
Wuzzy e374eb6b01 Update steel door textures
Thanks, kingoscargames!
2017-07-31 16:26:31 +02:00
Wuzzy cd0ae350bd Eliminate black iron … mostly 2017-07-26 06:39:38 +02:00
Wuzzy e65029394f Replace most textures with Pixel Perfection
- Using the converter script
- A bunch of textures are still missing
2017-07-20 20:20:45 +02:00
Wuzzy 685922c4a9 Make door textures obey naming conventions 2017-07-17 13:22:46 +02:00
Wuzzy 38cf151806 Fix many crashes when placing item on unknown node 2017-06-29 13:02:53 +02:00
Wuzzy bf57c48245 Update trapdoor help 2017-06-13 14:51:00 +02:00
Wuzzy 8e80823544 Remove double door recipes 2017-06-07 05:24:15 +02:00
Wuzzy 50f44c660e Make open trapdoors climbable 2017-06-07 03:59:29 +02:00
Wuzzy 4afb2d4066 Remove metadata from trapdoors 2017-06-05 22:42:12 +02:00
Wuzzy 635ba993f8 Add trapdoor blast resistance for real 2017-06-05 22:23:39 +02:00
Wuzzy daf89c0b52 Set blast resistance for all doors 2017-06-05 22:09:48 +02:00
Wuzzy 8ed54d4bd9 Update trapdoor help 2017-06-05 22:06:42 +02:00
Wuzzy 336979721a Add blast resistance to trapdoors 2017-06-05 21:59:40 +02:00
Wuzzy 2ffa0736ac Refactor mcl_doors; use multiple files 2017-06-05 21:57:23 +02:00
Wuzzy 07d36c9ded Place trapdoors upside-down when placed at top 2017-06-05 21:26:11 +02:00
Wuzzy f86c466b72 Fix broken on_rightclick in mcl_doors 2017-06-03 06:41:30 +02:00
Wuzzy 4bb1fad63d Allow to place doors at usable nodes with sneak-click 2017-03-30 04:25:16 +02:00
Wuzzy 63e25b4e09 Automatically add door group to doors and trapdoors 2017-03-30 04:21:23 +02:00
Wuzzy 384462369e Place doors correctly on buildable_to nodes 2017-03-30 04:14:36 +02:00
Wuzzy 302f66977a Fix door dropping when pushed by pistons 2017-03-30 02:25:54 +02:00
Wuzzy 30564e494e Make many blocks drop when pushed by piston 2017-03-29 22:58:31 +02:00
Wuzzy b1b45274e4 Add Help entry aliases for many core items 2017-03-20 18:12:05 +01:00
Wuzzy f39f560a3e Add door/trapdoor help texts 2017-03-12 06:14:11 +01:00
Wuzzy edb9f9521c Fix another door openclose sound issue 2017-03-12 05:57:51 +01:00
Wuzzy 7f6cc1b95e Remove some annoying whitespace 2017-03-12 05:33:37 +01:00
Wuzzy 1aa3b19099 Iron door/trapdoor can be opened by redstone only 2017-03-12 05:32:34 +01:00
Wuzzy 85c304a0c8 Make doors appear in redstone category of creative 2017-03-12 05:19:32 +01:00
Wuzzy e203d86314 Fix the door open/close issue for real 2017-03-12 04:59:18 +01:00
Wuzzy 867df4636d Clean up bad trapdoor code 2017-03-12 04:26:25 +01:00
Wuzzy 31617009fc Increase hear distance of trapdoors 2017-03-12 04:21:59 +01:00
Wuzzy 0a9eee6100 Open and close doors by redstone signals
Also fix weird door sound bug
2017-03-12 04:20:06 +01:00
Wuzzy a57bdbe436 Make doors and trapdoors transparent to sunlight 2017-03-12 03:43:49 +01:00
Wuzzy d89f02d338 Increase thickness of doors and trapdoors 2017-03-12 03:41:28 +01:00
Wuzzy 7c4a88aa28 Fix bad textures for the sides of doors, flip iron door 2017-03-12 03:32:21 +01:00
Wuzzy 350fcd4827 Rename doors mod to mcl_doors 2017-03-12 02:55:29 +01:00