anarquimico
67977b0d26
Third batch of ITEMS translation
2023-02-07 16:39:23 +00:00
Michieal
6265148727
Move textures all into one centralized directory.
2023-01-30 22:55:53 -05:00
Riu Sakura
2b61231f82
add japanese translation
2022-12-19 15:33:31 +09:00
chmodsayshello
7dacfe2cba
make recovery compass spin randomly in other dimensions
2022-12-02 18:52:31 +01:00
chmodsayshello
7d57e73ae4
fix recovery compass overwriting every other item
2022-12-02 15:43:08 +01:00
chmodsayshello
7f59611914
add crafting recipie
2022-12-02 15:40:18 +01:00
chmodsayshello
927fd60786
translation stuff
2022-12-01 21:20:39 +01:00
chmodsayshello
ab031daa5a
recovery compass
2022-12-01 21:13:41 +01:00
3raven
3a214bb354
Mise à jour de 'mods/ITEMS/mcl_compass/locale/mcl_compass.fr.tr'
2022-08-24 00:09:50 +00:00
3raven
9acdc37692
Mise à jour de 'mods/ITEMS/mcl_compass/locale/template.txt'
2022-08-24 00:09:26 +00:00
3raven
576dbcd804
Mise à jour de 'mods/ITEMS/mcl_compass/locale/mcl_compass.fr.tr'
2022-08-23 16:26:16 +00:00
3raven
3aa7ea993d
Add translations
2022-08-23 02:18:02 +00:00
PrairieAstronomer
d86be83b2b
Fixed the lodestone crafting to use the netherite ingot.
2022-06-30 14:11:13 +02:00
PrairieAstronomer
bbd86045e5
Country Lode, Take Me Home Advancement
2022-06-11 15:35:48 -06:00
chmodsayshello
00dba67cd8
remove lodestone compass from creative inventory
2022-05-12 19:06:13 +02:00
kabou
872b708465
Remove unused variable.
...
* Removed unused variable `stack_max`.
2022-05-11 21:45:15 +02:00
kabou
74e70b674e
Fix return value of `get_compass_image()`.
...
* `get_compass_image()` did not actually return the image number.
2022-05-11 21:43:52 +02:00
kabou
14c882f982
Fix lodestone compass meta handling.
...
* The nature of a compass was being determined by looking at its meta.
This caused lodestone compasses with unset meta to turn into regular
compasses. Fixed by using string matching on the itemname.
* Changed lodestone rightclick handler to explicitly set the correct
name and frame of the compass used on it instead of waiting for
globalstep to do this.
2022-05-11 21:31:50 +02:00
kabou
8ae605165b
Fix lodestone compass stack_max.
...
* Lodestone compasses are stackable.
* Remove hardcoded `stack_max` setting, use default.
2022-05-11 17:53:41 +02:00
kabou
aca4aca79b
Add German translation.
...
* Add "de" (German) translation by chmodsayshello.
2022-05-11 17:43:57 +02:00
kabou
bacc7613b5
Fix crash in mt 5.4 with vector ops.
...
* `vector.from_string()` is not available in mt pre-5.5. Replace with
`minetest.string_to_pos()`.
2022-05-11 17:41:10 +02:00
kabou
8a4b8707fa
Add new compass API.
...
* Add API.md
* Update mcl_itemframes to use the new API.
* Revert old exported function back to original API.
2022-05-10 23:38:28 +02:00
kabou
a8c231da34
Refactor compass code.
...
* Split up `get_compass_image()` into smaller functions. This allows
for better code sharing between old and new API and globalstep fn.
* Add `get_compass_itemname()` function. It will be the new API of
choice, `get_compass_image() will be deprecated soon.
* Remove function declaration out of globalstep function.
* Various other performance improvements.
* Add local aliases for global functions
* Lodestone compasses can only stack 1 item.
* Document functions and variables.
* Fix lodetone compass inaccurately reusing compass descriptions.
* Add usage descriptions to node definitions
* Refactor craftitem registration code.
* Update translation templates.
2022-05-10 22:43:03 +02:00
chmodsayshello
f1c60a48e0
remove debug logging
2022-04-30 10:02:04 +00:00
chmodsayshello
c97fc42b68
upload textures 2/2
2022-04-30 09:02:17 +00:00
chmodsayshello
92cd3381ad
upload textures 1/2
2022-04-30 09:01:57 +00:00
chmodsayshello
ba8e072265
update mcl_compass dependencies
2022-04-30 08:58:04 +00:00
chmodsayshello
f9d8b61dc1
update mcl_compass init.lua
2022-04-30 08:57:03 +00:00
1F616EMO
bb4ddee570
mcl_compass
2022-02-23 23:58:05 +01:00
marcin-serwin
cbe8583cef
Merge branch 'master' into polish-translation
2021-06-02 10:14:25 +00:00
AFCMS
cd33d406b2
fix many codestyle issues (functions, strings, modpaths)
2021-05-29 16:12:33 +02:00
AFCMS
8ac5d32416
[mcl_compass] fix warnings
2021-05-23 00:17:12 +02:00
Lizzy Fleckenstein
ecc2010fe5
Make compasses work in itemframes
2021-05-03 11:22:47 +02:00
Benjamin Schötz
e4c8ba795a
Fixes typos, grammar errors, and some translation flaws in several german translation files.
2021-04-14 22:03:36 +02:00
Marcin Serwin
9472f86025
Fix spellchecking errors
2021-04-12 17:58:04 +02:00
Marcin Serwin
33f22f4eed
Add polish translation of mcl_compass
2021-04-12 15:33:37 +02:00
Elias Åström
ed30fa0868
Move data from deprecated files to mod.conf
...
Move data from deprecated files (depends.txt and description.txt) into
fields in mod.conf for all mods.
This was done with a shell script :)
2021-03-18 17:37:12 +01:00
AFCMS
6645c4cb30
Really
2021-03-16 17:43:32 +01:00
AFCMS
5d17a6b699
fix SO MANY pairs/ipairs
2021-03-16 17:35:46 +01:00
Wuzzy
e22b766ffa
Remove enchanted compass (caused a crash)
2020-12-19 15:32:32 +01:00
Lizzy Fleckenstein
ed738da016
Added Enchanting Table
2020-11-25 12:47:27 +01:00
Lizzy Fleckenstein
3fd1963da9
Compass support
2020-11-01 14:23:43 +01:00
kay27
ba51686e6c
Russian translation
2020-07-20 00:11:13 +00:00
Rocher Laurent
4957bd1118
Translate In French
2020-05-03 22:39:07 +02:00
Wuzzy
feba60cad8
Translate all extended tooltips to German
2020-03-12 01:35:11 +01:00
Wuzzy
ba74546d48
Add extended tooltips
2020-02-19 04:54:17 +01:00
wuniversales
15481cb24d
Add Spanish translation
2020-02-04 21:43:50 +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
e4fbbeddb2
New translation system, part 6: Items, part 2
2019-03-07 23:40:57 +01:00