VoxeLibre/mods/ITEMS/REDSTONE
3raven 9518d47662 (french) translation enhancements (#3643)
- Add missing translation
- Fix broken translations
- Fix unacurate description
- Correct/improve/change for cohesion french translation

Translations templates have been updated,other translations must be updated.

<!--
Please follow our contributing guidelines first:
https://git.minetest.land/MineClone2/MineClone2/src/branch/master/CONTRIBUTING.md#how-you-can-help-as-a-programmer

By submitting this pull request, you agree to follow our Code of Conduct:
https://git.minetest.land/MineClone2/MineClone2/src/branch/master/CODE_OF_CONDUCT.md
-->

Tell us about your pull request! Reference related issues, if necessary

### Testing
Tell us how to test your changes!

Co-authored-by: 3raven <elise_declerck@laposte.net>
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/3643
Reviewed-by: AFCMS <afcm.contact@gmail.com>
Co-authored-by: 3raven <3raven@noreply.git.minetest.land>
Co-committed-by: 3raven <3raven@noreply.git.minetest.land>
2023-05-11 22:39:49 +00:00
..
mcl_comparators Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mcl_dispensers (french) translation enhancements (#3643) 2023-05-11 22:39:49 +00:00
mcl_droppers Crash for dropper failing as potentially cannot get pos. 2023-03-25 01:55:52 +00:00
mcl_observers Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mcl_target Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mesecons Fix sheep wool farm crash 2023-05-10 22:37:55 +00:00
mesecons_alias Move data from deprecated files to mod.conf 2021-03-18 17:37:12 +01:00
mesecons_button (french) translation enhancements (#3643) 2023-05-11 22:39:49 +00:00
mesecons_commandblock Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mesecons_delayer Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mesecons_lightstone Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mesecons_mvps Fix merge / rebase crossing massacre. 2023-02-10 03:42:34 +00:00
mesecons_noteblock (french) translation enhancements (#3643) 2023-05-11 22:39:49 +00:00
mesecons_pistons Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mesecons_pressureplates (french) translation enhancements (#3643) 2023-05-11 22:39:49 +00:00
mesecons_solarpanel solar panels: No crash when minetest.get_natural_light() return nil 2023-04-20 12:25:45 +00:00
mesecons_torch Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mesecons_walllever Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
mesecons_wires Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
README Add piston sounds 2017-02-19 20:48:56 +01:00
modpack.conf Add a couple of modpack.conf files 2019-01-07 00:52:05 +01:00

README

-- |\    /| ____ ____  ____ _____   ____         _____
-- | \  / | |    |     |    |      |    | |\   | |
-- |  \/  | |___ ____  |___ |      |    | | \  | |____
-- |      | |        | |    |      |    | |  \ |     |
-- |      | |___ ____| |___ |____  |____| |   \| ____|
-- by Jeija and contributors

Credits:
Jeija: main developer
VanessaE: Awesome textures & design, coding
sfan5: coding, textures
temperest: coding, textures
Jordach: Sounds for the noteblock
minerd247: Some textures
suzenako: Piston sounds
...other contributors

This is a mod for minetest-c55.
Copy the minetest-mod-mesecons directory into you game's mod folder 
(e.g. games/minetest_game/mods/minetest-mod-mesecons)

You can remove modules of this mod by deleting the mesecons_*
folders in the minetest-mod-mesecons directory.

Mod dependencies: none

Code license: LGPLv3 or later
Media license: CC BY-SA 3.0 <https://creativecommons.org/licenses/by-sa/3.0/>