115 Commits

Author SHA1 Message Date
Mikita Wiśniewski
9c348db513 Minor clean-up, add some comments 2025-02-21 19:39:13 +01:00
Mikita Wiśniewski
35b00a6170 Add a dirty hack to auto-fix framed maps with the same IDs 2025-02-21 19:39:13 +01:00
Mikita Wiśniewski
ea4aec2f1e Make item frames attached nodes 2025-02-21 19:39:13 +01:00
Mikita Wiśniewski
dd4b73128d Update Russian translation 2025-02-21 19:39:13 +01:00
Mikita Wiśniewski
2055671732 Run mod_translation_updater.py 2025-02-21 19:39:13 +01:00
Mikita Wiśniewski
7d228a87bf Fix node sounds for item frames 2025-02-21 19:39:13 +01:00
Mikita Wiśniewski
6bcd0f8033 Add invisible and invisible glow item frames 2025-02-21 19:39:13 +01:00
Mikita Wiśniewski
5ea39f9cc1 Add API compatibility with old mcl_itemframes, clean-up 2025-02-21 19:39:13 +01:00
Mikita Wiśniewski
59aec085b1 Clean-up 2025-02-21 19:39:13 +01:00
Mikita Wiśniewski
663df00d7f Initial VL adaptation, re(place/use) existing assets 2025-02-21 19:39:13 +01:00
cora
6887a1e856 Fix itemframes nodebox being slightly assymetrical 2025-02-21 19:39:13 +01:00
cora
c5de2f9dbe Always return stack in itemframes on_rightclick
never nil
2025-02-21 19:39:13 +01:00
cora
4f371d44c8 Fix item's being subtracted by itemframes in creative mode 2025-02-21 19:39:13 +01:00
cora
01fb91acbf Fix items disappearing when rightclicking protected itemframes 2025-02-21 19:39:13 +01:00
cora
204fddebd2 Fix occurences of old itemframes itemstring in code 2025-02-21 19:39:13 +01:00
Freeman
05efabc0d7 itemframes respect protections 2025-02-21 19:39:13 +01:00
cora
17dfddfc35 Re-add glow item frame achievement 2025-02-21 19:39:13 +01:00
cora
7fe5315c26 Make itemframes respect item definition wield_scale 2025-02-21 19:39:13 +01:00
cora
ea6555b33b Remove already done TODO comment
it's all implemented in compat.lua
2025-02-21 19:39:13 +01:00
cora
91ef5fe7ea Fix clock update and glow frame item glow 2025-02-21 19:39:13 +01:00
cora
c0e6e3fb86 Remove old README.txt, add new README.md 2025-02-21 19:39:13 +01:00
cora
5599ce82a0 Fix old itemframes sometimes spawning 2 entities 2025-02-21 19:39:13 +01:00
cora
ff3fedb071 Add new itemframes documentation 2025-02-21 19:39:13 +01:00
cora
9e3a0b8316 Make compat conversion more reliable, convert facedir to wallmounted p2 2025-02-21 19:39:13 +01:00
cora
877eb6ccd6 Itemframes: convert/delete old entity names 2025-02-21 19:39:13 +01:00
cora
e764542b49 Itemframes: attempt to reinitialize bogus entities 2025-02-21 19:39:13 +01:00
cora
607ffe8b67 Itemframes: Some cleanup 2025-02-21 19:39:13 +01:00
cora
6599fa4551 Make the itemframe use an inventory again
otherwise backwards compatibility would be an utter pain
2025-02-21 19:39:13 +01:00
cora
5e4f9c9d4f Rewrite Itemframes 2025-02-21 19:39:13 +01:00
kno10
25a832c4b6 rerun mod_translation_updater 2025-01-03 11:56:04 +01:00
ninjum
b407cc9628 Squashed: Galician translation 2025-01-03 11:56:04 +01:00
kno10
c73baa3886 German translation updates 2024-12-18 18:42:25 +01:00
kno10
3ecda2e70d auto-update translation files 2024-12-16 01:16:32 +01:00
ethan
4db34098d9 Contributed simplified Chinese translations 2024-12-16 01:16:32 +01:00
Bloodaxe
7856f97f8e Added all my localization files for Norwegian Bokmål 2024-12-16 01:16:32 +01:00
teknomunk
b582afeb1f Update documentation for Minetest rename to Luanti (#4706)
This updates the VoxeLibre documentation by replacing "Minetest" with "Luanti" and updating links.

Done:
* Update "Minetest" in documentation and comments to "Luanti"
* Update links to forums, ContentDB and Luanti project web page

Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4706
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
2024-11-28 20:55:48 +01:00
teknomunk
7aa8a4dd11 Last of the translations provided that have existing translation code for translating strings 2024-08-31 16:39:43 +02:00
Mikita Wiśniewski
68e5c19df4 Add new supported_node_facedir group and apply it to item frames (#4291)
This change should fix item frames not placing on chests and similar blocks

Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4291
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-committed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
2024-05-26 15:21:14 +00:00
teknomunk
5f6a9f3a0c Update more documentation to use VoxeLibre 2024-05-07 11:38:00 +00:00
Mikita Wiśniewski
0ef81681ba Make item frames attached to the block they're placed on (fixes #3736) (#4279)
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/4279
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-committed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
2024-05-04 11:43:54 +00:00
JoseDouglas26
188f1cdaa6 mcl_itemframes pt_BR translation 2023-12-22 23:45:07 +01:00
Kostinatyn Tsiupa
1da7bb0bdc hopper reimplementation
Reimplemented hoppers and all (blast_furnace, furnace, smoker, composters, double chaets, shulker_boxes, droppers, bookshelvs and brewing_stands) connected nodes
2023-11-27 14:33:01 +02:00
Sab Pyrope
5b4a79a26d Update russian translation 2023-08-31 14:16:42 +08:00
Temak
f7f8a72d08 Update russian translation (#3519)
Update russian translation by Temak

Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/3519
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
Co-authored-by: Temak <artemkotlubai@yandex.ru>
Co-committed-by: Temak <artemkotlubai@yandex.ru>
2023-06-19 21:54:51 +00:00
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
SmokeyDope
551b0c31bb Change glowing item frame inventory image to "mcl_itemframes_glow_item_frame.png"
"mcl_itemframes_glow_item_frame_border.png" "mcl_itemframes_glow_item_frame_item.png" and "mcl_itemframes_glow_item_frame" are all the same image, can save a few kilobytes by editing the glowing item frame code to just use one and removing the other two of them.
2023-03-04 18:13:24 +00:00
FossFanatic
65b1fd163b Fix fatal typo
This typo caused the game to crash, instead of spitting out an error message as it was supposed to.
2023-02-22 13:05:18 +00:00
Michieal
6265148727 Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
Riu Sakura
b1b2e06dc7 Removed invisible character codes.
Updated translations with the latest templates.
2022-12-20 08:37:24 +09:00
Riu Sakura
2b61231f82 add japanese translation 2022-12-19 15:33:31 +09:00