Commit Graph

470 Commits

Author SHA1 Message Date
OgelGames
080226340a adjust quarry time limiting
improves digging speed through empty space or non-diggable nodes
2020-06-01 20:21:41 +10:00
OgelGames
7c8d6fbdaf quarry rewrite/optimization 2020-05-30 17:29:05 +02:00
SX
c8e5e800e8
Machine conduct digilines downwards (#49)
* Custom digiline rules for machines

* Add custom digiline receptor and effector rules for machines

* technic.digiline.rules must be always available, even if digilines is disabled

Co-authored-by: SX <sx@minetest>
2020-05-23 21:24:35 +02:00
OgelGames
f99148f2c4 make self-contained injector directional 2020-05-20 20:27:30 +10:00
OgelGames
f83ad4f6c1 fix for cooking recipes with replacements
fixes pandorabox-io/pandorabox.io#326
2020-05-15 20:41:35 +10:00
pull[bot]
bb3de1a72a
Merge pull request #47 from minetest-mods/master
[pull] master from minetest-mods:master
2020-05-13 18:02:26 +00:00
BobFred7
df7f2e464a
Alloy furnace: More realistic recipe balance (#549) 2020-05-13 19:13:33 +02:00
BuckarooBanzay
3b18754d53 unwrap numbers in strings
related: https://github.com/minetest-mods/technic/issues/553
2020-05-09 20:57:54 +02:00
BuckarooBanzay
a5ce8c82b5 progressive lag adaption of technic_run execution interval 2020-05-01 16:24:16 +02:00
SX
27c134f41e Replace digiline wires with digimese if digistuff is enabled 2020-04-28 09:31:09 +02:00
SX
c3bed5d5c2 #14 HV digicables 2020-04-28 09:31:09 +02:00
OgelGames
16add2ba9f add check for missing machine inventory 2020-04-13 21:30:40 +10:00
coil
0e10e8360d
Fix crash when placing cable plates (#534)
All coordinates can be equal if pointed_thing.above is identical
to pointed_thing.under.
2020-03-15 17:27:36 +01:00
BuckarooBanzay
690b514277 Merge branch 'cable-fix' of https://github.com/coil0/technic 2020-03-09 08:25:03 +01:00
coil
f2b709ecc6
Fix crash when placing cable plates
All coordinates can be equal if pointed_thing.above is identical
to pointed_thing.under.
2020-03-07 20:28:21 -05:00
BuckarooBanzay
087a0f5610 move "max_lag" function a layer up 2020-02-18 09:51:10 +01:00
BuckarooBanzay
8ab47b2c78 reduce technic_run interval if lag is too high / hot-reload offdelay setting / cache-flush command 2020-02-03 10:29:20 +01:00
BuckarooBanzay
60963ca454 add docs 2020-02-03 10:19:58 +01:00
Thomas Rudin
6b61243240 proper setting names 2020-01-22 17:57:02 +01:00
Thomas Rudin
4abf631de5 increase quarry cache 2020-01-22 17:54:48 +01:00
Thomas Rudin
2900b58067 can dig cache for the quarry / settings 2020-01-22 17:54:06 +01:00
Thomas Rudin
e4a1324438 optional quota (default: false) 2020-01-22 17:46:33 +01:00
BuckarooBanzay
6c5d88d5ce tune polyfuse values 2020-01-17 07:57:36 +01:00
BuckarooBanzay
0edc72e35d switch off delay setting 2020-01-16 16:03:36 +01:00
BuckarooBanzay
66ed9431dd update readme/settings 2020-01-16 15:40:08 +01:00
OgelGames
2a4a54afc8
extract more dye from default:dry_shrub
https://github.com/pandorabox-io/pandorabox.io/issues/414
2020-01-15 19:36:45 +11:00
pull[bot]
813cfd9299
Merge pull request #20 from minetest-mods/master
[pull] pandorabox from minetest-mods:master
2020-01-11 21:54:31 +00:00
Serhiy Zahoriya
1a45ad19d4 Alloy furnace: Accept only unique ItemStacks from tubes (#523)
Co-authored-by: Luke aka SwissalpS <Luke@SwissalpS.ws>
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
2020-01-11 22:06:24 +01:00
Thomas Rudin
089766de28 5 minute switching station timeout (TODO: setting... :P) 2020-01-11 18:09:18 +01:00
BuckarooBanzay
87ad3f30fe 3 minute switch off delay 2020-01-09 15:45:09 +01:00
pull[bot]
b5921b8e90
Merge pull request #18 from minetest-mods/master
[pull] pandorabox from minetest-mods:master
2020-01-06 20:54:26 +00:00
fgrosswig
e90b28895c battery_box.lua: Make "srcstack" local (#525)
Fixes warning:
Assignment to undeclared global "srcstack" inside a function at battery_box.lua:454
2020-01-06 21:50:15 +01:00
Thomas Rudin
0544543fd4 quarry tuning 2020-01-05 16:53:04 +01:00
Thomas Rudin
e7ebdbd090 polyfuse overload 2020-01-05 16:45:10 +01:00
Thomas Rudin
2dd8de5617 60 seconds off delay 2020-01-04 20:25:44 +01:00
Thomas Rudin
e003e7ea04 working switching station off-delay 2020-01-03 16:04:06 +01:00
Thomas Rudin
8c0481ed5e move out switching station run function 2020-01-03 13:43:36 +01:00
OgelGames
6710c2875b add basic owner and protection check to constructor 2019-12-31 21:37:27 +11:00
OgelGames
f42a6ed079 fix pandorabox-io/pandorabox.io#392
an additional fix is needed for the replacer to place cable plates correctly: https://github.com/pandorabox-io/pandorabox.io/issues/392#issuecomment-569590793
2019-12-30 16:58:55 +11:00
pull[bot]
b9059ea426
Merge pull request #8 from minetest-mods/master
[pull] pandorabox from minetest-mods:master
2019-12-25 21:54:25 +00:00
Luke aka SwissalpS
76a39e71b9 Cleanup duplicate call (#522)
No need to call get_inventory twice
2019-12-25 22:23:34 +01:00
Thomas Rudin
d132c22d41
Merge pull request #5 from pandorabox-io/master
Add recipe to extract violet dye from blueberries (#518)
2019-12-20 08:45:27 +01:00
OgelGames
eb6a9b5149 better fix for tree/wood grindings
closes pandorabox-io/pandorabox.io#376
2019-12-16 23:31:19 +11:00
BuckarooBanzay
a8f60af451 add default tree grindings
fixes https://github.com/pandorabox-io/pandorabox.io/issues/376
2019-12-16 07:28:11 +01:00
coil
08b660ba99 Add recipe to extract violet dye from blueberries (#518) 2019-12-14 10:20:32 +01:00
NatureFreshMilk
a81aa242d3 lag calculation and 250 ms switching station limit 2019-11-05 14:01:45 +01:00
NatureFreshMilk
98db7d203a Merge branch 'master' into pandorabox 2019-11-04 08:25:37 +01:00
David Leal
d5df30c3ff Replace deprecated functions with newer ones (#510)
Use mod.conf
2019-09-14 12:55:41 +02:00
Thomas Rudin
3feb133991 another one 2019-09-12 19:33:13 +02:00
Thomas Rudin
c0834283db missing comma 2019-09-12 19:32:21 +02:00