nixnoxus
|
a39a454c49
|
Move to MT 5.0.0+ translation system (#255)
* convert to `minetest.get_translator`
* fix material translation
* fix material translation
* Revert "fix material translation"
This reverts commit 35d0979d5828f481b6e53c04f20739983ba35087.
* update */locale/*
* `S("Chernobylite Block")`
* restore non-breaking spaces
* fix technic_chests/spec/api_spec.lua
* fix S(...)
* update technic/locale/
* update german translations
* fix placeholder `%s` in *.zh_CN.tr translations
|
2022-01-07 13:17:43 +01:00 |
|
SX
|
7bcb0d1f27
|
Update chest registration
|
2021-11-04 18:27:37 +02:00 |
|
SX
|
c035e3b484
|
Natural sorting for chests (#135)
* Natural sorting for chests
* Fix sorting of separated tools/items containing infotext, reduce overhead of original stack collector
Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
|
2020-12-03 15:48:07 +02:00 |
|
OgelGames
|
f56e43b830
|
set chest color meta as int, not string
|
2020-11-19 13:44:32 +11:00 |
|
OgelGames
|
7a37034fb3
|
protect settings of open chests from modification
|
2020-11-13 22:51:06 +11:00 |
|
OgelGames
|
cac419b8c0
|
fix chests digiline checks
forgot to save this before I merged... :P
|
2020-11-12 19:15:04 +11:00 |
|
OgelGames
|
c0a7b5e9f2
|
rewrite chests with more functionality
|
2020-11-12 18:26:31 +11:00 |
|