Rocher Laurent
|
4957bd1118
|
Translate In French
|
2020-05-03 22:39:07 +02:00 |
Wuzzy
|
e268370452
|
Add fire metadata to many nodes (unused for now)
|
2020-04-18 23:24:42 +02:00 |
Wuzzy
|
a2785041dd
|
Remove mod startup debug messages
|
2020-04-11 02:56:46 +02:00 |
Wuzzy
|
c5e4ec5e27
|
Use ephemeral sounds
|
2020-04-07 00:55:45 +02:00 |
wuniversales
|
3772dd51cc
|
Update Spanish translation
|
2020-03-15 08:32:00 +01:00 |
Wuzzy
|
feba60cad8
|
Translate all extended tooltips to German
|
2020-03-12 01:35:11 +01:00 |
Wuzzy
|
cbda2ef326
|
Add _tt_help to many more items
|
2020-03-08 03:30:40 +01:00 |
wuniversales
|
15481cb24d
|
Add Spanish translation
|
2020-02-04 21:43:50 +01:00 |
Wuzzy
|
cfa77288c1
|
Add screwdriver support to doors
|
2019-12-13 10:59:30 +01:00 |
Wuzzy
|
31fbe97e4e
|
Allow axis rotation of trapdoors
|
2019-12-09 19:28:08 +01:00 |
aligator
|
1d5cdfe544
|
enable double doors (mirror) if left block is also a door of the same type
|
2019-07-31 14:56:24 +02:00 |
Wuzzy
|
c5db9987c3
|
Fix various typos in German translation
|
2019-03-25 11:01:52 +01:00 |
Wuzzy
|
1c27cbe4f6
|
German translation: mcl_mobitems to mcl_potions
|
2019-03-15 09:50:32 +01:00 |
Wuzzy
|
e764851775
|
German translation: Dunkeleiche → Schwarzeiche
|
2019-03-15 03:47:16 +01:00 |
Wuzzy
|
2cde0476c7
|
German translation: mcl_clock to mcl_end but ...
no mcl_colorblocks
|
2019-03-14 07:06:45 +01:00 |
Wuzzy
|
5aeb4aea74
|
Add translation templates for most mods
Using the findtext.lua script
|
2019-03-13 23:40:59 +01:00 |
Wuzzy
|
a29626881f
|
New translation system, part 7: Items, part 3
|
2019-03-08 00:00:09 +01:00 |
Wuzzy
|
3976c7c4b9
|
Add doors and trapdoors to decoration blocks
|
2019-02-06 11:40:51 +01:00 |
Wuzzy
|
e789801662
|
Replace getpos() with get_pos()
|
2019-02-01 06:33:07 +01:00 |
Wuzzy
|
d34d368306
|
Disable double doors because of bug on place
|
2018-06-15 21:26:15 +02:00 |
Wuzzy
|
222f6880cb
|
Protect doors from screwdriver rotation
|
2018-05-30 14:24:37 +02:00 |
Wuzzy
|
e8ebc537f0
|
Fix door closing if dig opaque block next to it
|
2018-01-26 21:11:49 +01:00 |
Wuzzy
|
03b6c17f51
|
Fix door closing if only 1 segment loses power
|
2018-01-26 19:54:48 +01:00 |
Wuzzy
|
e4ab20509f
|
Clean up the redstone rules
|
2018-01-12 01:37:32 +01:00 |
Wuzzy
|
54bb6b707a
|
Force-call on_place callbacks when placing door
|
2018-01-10 03:06:15 +01:00 |
Wuzzy
|
22fe1945ef
|
Fix indentation in mcl_doors
|
2018-01-10 02:55:46 +01:00 |
Wuzzy
|
aa99ea70ab
|
More redstone/door tweaks
|
2018-01-10 02:49:29 +01:00 |
Wuzzy
|
3830e5d24c
|
Change redstone open/close rules of doors etc.
|
2018-01-10 02:25:20 +01:00 |
Wuzzy
|
9bf25214be
|
Doors register redstone signal on top part, too
|
2018-01-09 17:44:54 +01:00 |
Wuzzy
|
6bece82970
|
Fix spruce doors being mirrored wrong
|
2017-12-23 03:15:52 +01:00 |
Wuzzy
|
85442e7ce5
|
Draw proper trapdoor side textures
|
2017-12-08 13:38:38 +01:00 |
Wuzzy
|
681c2950fd
|
Fix mirrored trapdoor top/bottom texture when open
|
2017-12-08 13:07:24 +01:00 |
Wuzzy
|
320567e1f2
|
Add basic screwdriver support
|
2017-12-05 14:09:39 +01:00 |
Wuzzy
|
6eab8e213c
|
Add 5 wood trapdoors, change oak trapdoor texture
|
2017-11-24 12:07:16 +01:00 |
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 |