85 Commits

Author SHA1 Message Date
Luke aka SwissalpS
ca2e241ea7
Is ground content (#22) 2024-02-26 15:00:50 +01:00
OgelGames
6652ff58eb
Fix sneak-rightclick with key not working (#21) 2024-02-13 13:02:59 +11:00
Montandalar
3940c350ae
Fix crash when dye mod is not present (#20) 2024-02-05 18:30:51 -05:00
Montandalar
b1fbe88bc2
Add translation support and German translation (#19) 2024-02-06 01:30:57 +11:00
OgelGames
af76057c9b
use faster luacheck action 2023-08-01 16:43:41 +10:00
OgelGames
88386f969b
correct job name for luacheck 2023-08-01 16:11:06 +10:00
Niklp
dd87e68d01
Make sounds mono (#17) 2023-08-01 15:46:55 +10:00
Niklp
5c66d4c823
add log messages for teleporting and key creation (#16) 2023-07-03 21:04:52 +02:00
OgelGames
e9ab6b7515 remove whitespace to make luacheck happy 2023-03-27 18:52:25 +11:00
OgelGames
8b510f3ddd protected beacon protects the destination
fixes #14
2023-03-27 18:49:01 +11:00
Niklp
bfda941ee0
fix crash due nil itemstack (#13)
* fix crash due nil itemstack
2023-03-11 14:33:28 +01:00
OgelGames
5edebccdb0 fix digilines "get" command not working 2022-01-11 19:07:36 +11:00
OgelGames
85388696c7 add nil check for pointed_thing
fixes #11
2021-11-16 21:41:43 +11:00
OgelGames
31f76337a9
Merge pull request #10 from mt-mods/rewrite
Rewrite and improvement
2021-06-22 16:17:47 +10:00
OgelGames
6a11ad28a6 update readme and add screenshot and digilines docs 2021-06-22 16:15:18 +10:00
OgelGames
a14ef57b1b optimize textures and remove source file 2021-06-22 16:14:24 +10:00
OgelGames
7cf9bd29d4 big rewrite commit 2021-06-22 16:13:50 +10:00
OgelGames
05bbd3c4e3 replace depends.txt with mod.conf 2021-06-15 13:11:59 +10:00
OgelGames
26355f1c88 update luacheck and add badge 2021-01-05 17:46:44 +11:00
OgelGames
d4775afca0 digilines rename cmd -> command
also remove some unnecessary code
2020-07-01 20:36:56 +10:00
Omikhleia
997637783e
Change default channel, accept table commands (#9)
* Change default channel, accept table commands

* Fix digiline command parsing and signal
2020-07-01 00:37:32 +03:00
BuckarooBanzay
518f361868 execute luacheck on PR's 2020-06-28 19:24:06 +02:00
BuckarooBanzay
ab12ed38de fix luacheck errors and use digilines.receptor_send 2020-06-28 19:23:21 +02:00
Omikhleia
6ff1b3dc34 Add digilines support 2020-06-28 19:20:10 +02:00
BuckarooBanzay
5cdebc16f1 disable shift+build on beacons (workaround for place()-recursion)
fixes https://github.com/pandorabox-io/pandorabox.io/issues/439
2020-02-10 10:49:56 +01:00
BuckarooBanzay
dcc46a9c6b luacheck and fixes 2020-02-10 10:47:36 +01:00
OgelGames
f0dbeb255d fix some extenders not being counted
fixes pandorabox-io/pandorabox.io#411
2020-01-13 22:21:20 +11:00
OgelGames
564138ab3d fix extender colors 2020-01-13 21:44:12 +11:00
OgelGames
8c8266d48c small fixes
* prevent teleport spamming
* correct node placing
2020-01-12 21:53:34 +11:00
Thomas Rudin
e5739954a1
Merge pull request #4 from coil0/no-standing
Remove ability to teleport by standing
2020-01-12 10:36:41 +01:00
coil
4e8ed94d41
Remove ability to teleport by standing 2020-01-11 17:50:43 -05:00
NatureFreshMilk
7bc29c68f8 fix import path issue 2019-08-30 09:55:33 +02:00
NatureFreshMilk
15afc9b5b3 document rightclick setting 2019-08-26 10:59:55 +02:00
NatureFreshMilk
9f745e4e48 Merge https://github.com/tacotexmex/telemosaic 2019-08-26 10:58:41 +02:00
Thomas Rudin
a10bc7bb8b
Merge pull request #3 from OgelGames/master
Fix right-click teleportation bugs
2019-08-25 20:08:41 +02:00
OgelGames
a422b5c807 Fix right-click teleportation bugs 2019-08-25 23:36:49 +10:00
Thomas Rudin
0c1164daab fix https://github.com/pandorabox-io/pandorabox.io/issues/299 (thanks @OgelGames) 2019-08-25 12:11:35 +02:00
Thomas Rudin
21f99608c9 particles 2019-08-24 23:14:27 +02:00
Thomas Rudin
3564e1cf73 code fixes 2019-08-24 23:14:22 +02:00
Thomas Rudin
1840efeb3e split into modules / allow stand- and rightclick-teleport 2019-08-24 18:18:15 +02:00
Thomas Rudin
5ff1dd655a
Merge pull request #2 from OgelGames/right-click-teleport
Right click teleportation no longer requires standing on beacon
2019-08-24 17:02:16 +02:00
OgelGames
577202f5cc Right click teleportation no longer requires standing on beacon 2019-08-24 20:26:50 +10:00
Thomas Rudin
a056353ce7
Merge pull request #1 from OgelGames/right-click-teleport
Add ability to teleport on right-click
2019-08-21 15:06:07 +02:00
OgelGames
9b001161a9 Add ability to teleport on right-click 2019-08-21 22:22:38 +10:00
NatureFreshMilk
2a7e32b3a8 add telemosaic.travel_allowed(player, src, dest) 2019-07-01 12:59:56 +02:00
Thomas Rudin
94b1600335 Protected beacon (#7)
* remove duplicate definition of beacon_off

* protected textures and nodes

* string testing and helper functions for _protected beacons

* working protected beacons with is_protected (protector-mod compatible: player-allowed list)

* add crafting recipe for protected beacon
2019-06-03 01:10:21 +02:00
Thomas Rudin
83ac470860 remove duplicate definition of beacon_off (#6) 2019-05-10 18:52:24 +02:00
Thomas Rudin
02344325b4 add crafting recipe for protected beacon 2018-11-02 15:54:01 +01:00
Thomas Rudin
3585a87c8b working protected beacons with is_protected (protector-mod compatible: player-allowed list) 2018-11-02 15:51:22 +01:00
Thomas Rudin
ac8096bdb0 string testing and helper functions for _protected beacons 2018-11-02 15:39:41 +01:00