Commit Graph

10 Commits

Author SHA1 Message Date
Github is a non-free platform owned by Microsoft. Reasonable alternatives exist, such as Gitea, Sourcehut. We need a federated, mastodon-like forge based on ForgeFed. See: https://forgefed.org f781039f43
MineClone/MineClonia compatibility (#80) 2023-12-02 21:45:07 +01:00
fluxionary 722ff851dd
Don't record a protection violation when players aren't allowed to modify a node (#78) 2023-05-10 21:40:38 +02:00
Emo"jigit d35f7f12c4
zh_TW Translations (#76) 2022-08-13 15:03:12 +02:00
OgelGames a055b5045a
Add craft recipes for RTC and Lightsensor (#71) 2021-05-13 15:33:58 +02:00
OgelGames ff525c09a4
Fix wires not connecting to nodes using `digilines` def (#68) 2021-01-21 17:47:55 +01:00
Diego Martínez 196a6da26c Remove unused args. 2017-03-14 21:57:01 -07:00
Diego Martínez 5caacf3019 Add `.luacheckrc` and fix warnings. 2017-03-14 21:57:01 -07:00
Diego Martínez f5e6a7d181 Change to `.`. 2017-03-14 21:57:01 -07:00
Diego Martínez 6a2fa5a3e4 Rename global table to `digilines`.
This also adds a backwards compat alias so other mods
shouldn't break.
2017-03-14 21:57:01 -07:00
Auke Kok 7ecb29e87f Convert digilines to a mod (not modpack). (#32)
Digilines is probably used by most people in its entirety.

I've retained the ability to disable inventory, rtc, lightsensor and
LCD by the minetest settings "diglines_enable_rtc" etc.. If set to
"false", these components will not be loaded. It is assumed by default
that these are enabled.

In the conversion the digilines_lcd:lcd node was renamed to
digilines:lcd (same for all the other nodes). To retain backwards
compatibility I've provided aliases for each of these nodes.
2016-05-27 16:08:53 -07:00