785 Commits

Author SHA1 Message Date
Caleb
9ba9c30285 further hacks to prevent autofarming of grapes 2022-05-08 23:01:50 -06:00
Hume2
36d3b40355 Add validity check for entities 2022-03-07 14:52:07 +00:00
Caleb
857ccf3359 don't let items in group:bag be vacuumed O_O 2022-01-16 15:21:27 -07:00
CalebJ
1075d5f2fa check that msg is a table and not a boolean 2021-07-14 14:06:02 +00:00
CalebJ
906451d56a try this? 2021-07-10 21:05:19 +00:00
CalebJ
5399420025 add check to fix crash 2021-07-09 02:36:51 +00:00
Caleb
045ce4813d don't let items in group:bag pass through pipeworks 2021-04-18 22:45:09 -06:00
Guill4um gamer
fb8a1a5262 added : an Read/Writable item.tag for tubed item stack 2021-04-18 14:13:13 +00:00
CalebJ
c4994b62d4 don't let the deployer place bikes or driftcars 2021-03-21 17:30:13 +00:00
CalebJ
cd772281f9 Make each vacuuming tube only vacuum one entity per second (may help tubes not to break) 2021-03-14 21:16:45 +00:00
CalebJ
8b1b92370f merge guill's digiline filter bugfix
digi filter on whole inv bugfix , each kind of item is now processed in a different list.

Closes tunnelers-bugz#456

See merge request tunnelers-abyss/pipeworks!3
2021-03-09 20:47:01 +00:00
CalebJ
f31bd934b0 make sure that I don't have to nerf grapes too 2021-03-04 01:31:45 +00:00
Guilll4um
be4f3c4ab4 digi filter on whole inv bugfix , each kind of item is now processed in a different list. 2021-03-02 14:29:53 +01:00
Caleb
df67461490 fix 2020-12-24 11:41:23 -07:00
Caleb
4b3977f740 Revert "Digiline injector: send the exact match, checking on the whole inventory"
This reverts commit f035d7822e2eeeaf4fd00378319c5461df4ef342, reversing
changes made to 5b00c2a5433ae746422f0ded6ae1d42841854fe3.
2020-12-23 19:00:14 -07:00
CalebJ
f035d7822e Merge branch 'master' into 'master'
Digiline injector :  send the exact match , checking on the whole inventory

See merge request tunnelers-abyss/pipeworks!1
2020-12-04 03:54:00 +00:00
Guill4um gamer
b83140671b Digiline injector: send the exact match, checking on the whole inventory 2020-12-04 03:54:00 +00:00
Hume2
5b00c2a543 propagate active_blocks 2020-03-23 13:20:29 +01:00
Hume2
f343219cb6 add our recipes 2020-03-22 14:34:19 +01:00
Hume2
95aec62d02 Apply our stuff 2020-03-22 14:24:30 +01:00
Vanessa Dannenberg
99cb3a5d9d Merge branch 'fix-21' into 'master'
Translation string errors

Closes #21

See merge request VanessaE/pipeworks!17
2020-02-20 14:29:07 +00:00
Louis Royer
728d4e179a Translation string errors
Fixes #21.
Sorry, I had put wrong identifiers in translations strings.
Also, found another one to fix in `teleport_tube.lua`.

I hope, there is no other error.
2020-02-20 15:27:08 +01:00
Vanessa Dannenberg
760e9e383c Merge branch 'mt5-locale' into 'master'
French translation

See merge request VanessaE/pipeworks!16
2020-02-18 17:34:52 +00:00
Louis Royer
62bc13078f Add translation support
- Created `locale/template.txt`
- Fixed some typos
- Replace some `print("[pipeworks]"..` with `pipeworks.logger()`
- Removed "You hacker, you" from descriptions
2020-02-18 17:34:52 +00:00
Vanessa Dannenberg
84d7104c66 Merge branch 'master' into 'master'
Fix injector compatibility with technic HV machines

Closes #20

See merge request VanessaE/pipeworks!15
2020-01-14 12:35:37 +00:00
OgelGames
2ca825f991 fix injector compatibility with technic hv machines 2020-01-14 23:07:09 +11:00
Vanessa Dannenberg
0fa88b7054 Merge branch 'filter-injector-refactor' into 'master'
filter-injector.lua: eliminate most parameters from grabAndFire by making it a closure

See merge request VanessaE/pipeworks!13
2020-01-10 19:48:57 +00:00
electrodude
8f03c0e684 filter-injector.lua: Rename exact_match -> exmatch_mode
Also fixed bad conditional that would accept non-integer values of exmatch in a message.
2020-01-10 19:48:57 +00:00
Vanessa Dannenberg
75cfac34e6 add signs_lib placement rules
only works on signs_lib commit dcdee222 or later.
2019-09-23 15:41:56 -04:00
Vanessa Dannenberg
d5fe933456 use default metal sounds on all pipes and pipe devices 2019-09-23 15:40:28 -04:00
Pedro Gimeno
6ad2c9f568 Prevent another crash if minetest crashes during startup 2019-06-06 23:13:53 +02:00
Vanessa Dannenberg
05ca3e4f4f depend on screwdriver 2019-04-30 13:59:35 -04:00
Vanessa Dannenberg
27eb2ca9de Merge branch 'master' into 'master'
Fix crash when lua tubes are DoSed.

See merge request VanessaE/pipeworks!8
2019-01-15 23:39:29 +00:00
luk3yx
dc8778d7d3 Fix crash when lua tubes are DoSed. 2019-01-16 10:31:07 +13:00
Weinzierl Stefan
26e7b46415 Support Technic freezer
fixes #7
2019-01-02 05:52:41 -05:00
Vanessa Dannenberg
839b0ed4b1 Merge branch 'nomesecons' into 'master'
Remove hard dependency on mesecons

See merge request VanessaE/pipeworks!7
2018-12-08 20:21:13 +00:00
rubenwardy
da764f4ce0 Remove hard dependency on mesecons 2018-12-08 20:10:48 +00:00
Vanessa Dannenberg
ef5d30c92d Merge branch 'rotate-metadata-fix' into 'master'
fix metadata loss on rotate

See merge request VanessaE/pipeworks!6
2018-11-27 19:53:40 +00:00
Thomas Rudin
f2fff77e90 fix metadata loss on rotate
use swap_node() instead of set_node() so locked chests can be used again after rotation
2018-11-27 20:47:37 +01:00
h-v-smacker
f37b21e632 fix autocrafter recipe 2018-11-15 03:51:56 +03:00
h-v-smacker
c9a951c2e8 improving connectivity 2018-11-14 07:07:33 +03:00
Vanessa Dannenberg
f5a60ba407 license fixups: update to LGPL3.0 for code, add CC-by-SA 4.0 for media 2018-11-08 18:22:12 -05:00
Vanessa Dannenberg
d7dfd11364 use basic_materials mod where possible 2018-10-30 20:45:48 -04:00
Vanessa Dannenberg
4c20de48b2 Merge branch 'master' into 'master'
Add on-rotate to chests, furnaces, filter-injectors, dispenser, deployer, and node breaker

See merge request VanessaE/pipeworks!4
2018-09-17 15:55:38 +00:00
12Me21
9725fa2f28 Add on-rotate to chests, furnaces, filter-injector, dispenser, deployer, and node breaker 2018-09-17 11:44:15 -04:00
Vanessa Dannenberg
25c00a6e05 Merge branch 'master' into 'master'
Tubes now update their connections when rotated with the screwdriver.

See merge request VanessaE/pipeworks!3
2018-09-15 15:04:52 +00:00
12Me21
d8ed6d3af4 Tubes now update their connections when rotated with the screwdriver. 2018-09-15 10:30:13 -04:00
Vanessa Dannenberg
a69c210b56 remove value/sensor conversion LBM
no longer needed, broken anyway
2018-09-08 16:20:27 -04:00
Vanessa Dannenberg
cb8a4f3cec Merge branch 'fix-wiki-link' into 'master'
Fix link to wiki documentation

See merge request VanessaE/pipeworks!2
2018-08-24 07:06:19 +00:00
Christopher Head
002bcbf850
Fix link to wiki documentation 2018-08-23 23:29:30 -07:00