7 Commits

Author SHA1 Message Date
Luke aka SwissalpS
258f12a162
Set is_ground_content = false for CNC machines 2024-03-03 16:31:49 +11:00
Luke aka SwissalpS
05079d8ee6
Set is_ground_content in node definitions (#348) 2024-02-27 01:13:55 +11:00
Buckaroo Banzai
04a5cfb425
Fix CNC texture alpha warning (#282)
Closes #272

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2022-08-03 15:22:22 +10:00
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
2e5e043951 Fix CNC upgrade method for old machines (#222)
Fixes #190
2021-10-24 17:02:39 +03:00
SX
389f34de4b Fix CNC crafting guide recipes (#188) 2021-06-15 22:40:19 +03:00
SX
96eb3b2016 CNC Mk2 (#183)
* CNC Mk2

* Formspec protection, mk2 textures, more digiline commands, fix digging

* Documentation, adjust formspec, add tests, adjust API and digilines

* Fix CLU and filter injectors, add few interaction tests

* Upgrade machines, adjust formspecs and textures, add few tests

* Adjust formspec, do check protection for quit event

* Remove unnecessary real_coordinates
2021-06-13 23:33:30 +03:00