Commit Graph

1175 Commits

Author SHA1 Message Date
c41722bf9c add mesecons interface for the quarry 2020-06-11 12:24:08 +02:00
529d09d98e purge quarry cache more often 2020-06-05 22:38:51 +10:00
fcf8fafcfe basic digilines support for the nuclear reactor
related: #14
2020-06-04 14:36:38 +02:00
080226340a adjust quarry time limiting
improves digging speed through empty space or non-diggable nodes
2020-06-01 20:21:41 +10:00
7c8d6fbdaf quarry rewrite/optimization 2020-05-30 17:29:05 +02:00
6c02359187 Merge remote-tracking branch 'origin/upstream' 2020-05-28 09:36:06 +02:00
befe3ecc86 Fix incorrect numeric types for 5.3.0-dev
5.3.0-dev adds strict type checks for registration fields, hence this was not noticed earlier due to implicit string-number conversions
2020-05-27 18:32:57 +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
f99148f2c4 make self-contained injector directional 2020-05-20 20:27:30 +10:00
f83ad4f6c1 fix for cooking recipes with replacements
fixes pandorabox-io/pandorabox.io#326
2020-05-15 20:41:35 +10:00
bb3de1a72a Merge pull request #47 from minetest-mods/master
[pull] master from minetest-mods:master
2020-05-13 18:02:26 +00:00
df7f2e464a Alloy furnace: More realistic recipe balance (#549) 2020-05-13 19:13:33 +02:00
27e745f21f Merge remote-tracking branch 'origin/upstream' 2020-05-10 18:29:38 +02:00
31a052d7e6 Chainsaw update (bushes and moretrees fixed) (#551)
Add missing moretrees nodes to the chainsaw
Cut all nodes with the "tree" and "leaves" group too.
2020-05-10 14:42:57 +02:00
88635af715 fix identical naming 2020-05-09 21:03:12 +02:00
a8f932aa22 also test with latest minetest version 2020-05-09 21:02:19 +02:00
3b18754d53 unwrap numbers in strings
related: https://github.com/minetest-mods/technic/issues/553
2020-05-09 20:57:54 +02:00
c98d352944 Merge https://github.com/minetest-mods/technic 2020-05-04 08:13:43 +02:00
88f42539bb Fix error caused by locked chest recipes (#548) 2020-05-03 19:53:43 +02:00
6a7146881f Merge pull request #40 from minetest-mods/master
[pull] master from minetest-mods:master
2020-05-01 21:22:41 +00:00
b2a124dd83 Deal with lava cans wasting lava (#532)
Rather than replacing lava source with lava source, the lava can will now attempt to place lava to the node "above".
This change applies the same for all registered cans.
2020-05-01 21:24:12 +02:00
0e79131d88 Merge pull request #38 from minetest-mods/master
[pull] master from minetest-mods:master
2020-05-01 19:23:05 +00:00
34f2894321 Update dependencies in manual.md (#547)
Add basic_materials to the list of dependencies in manual.md.
2020-05-01 21:11:53 +02:00
a5ce8c82b5 progressive lag adaption of technic_run execution interval 2020-05-01 16:24:16 +02:00
490c97faa9 readme fixes 2020-04-28 09:44:46 +02:00
97c51013ff update contributors 2020-04-28 09:32:44 +02:00
SX
c9ffadb28a Add digistuff as optional dependency 2020-04-28 09:31:09 +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
0904fc3a61 fix shapeless recipes
related: https://github.com/minetest-mods/technic/issues/544
2020-04-27 07:26:03 +02:00
f22fbfd31b use mt 5.2.0 for tests 2020-04-27 07:14:57 +02:00
a034b7a518 Merge pull request #34 from minetest-mods/master
[pull] master from minetest-mods:master
2020-04-26 11:22:46 +00:00
fb4fef783b Shapeless locked chests crafts (chest + lockpad) (#530)
This was only done for `default:chest`.
2020-04-26 11:33:12 +02:00
4a9ad94bf9 Fix chest formspec protection (#540)
This closes #539.
2020-04-26 11:32:42 +02:00
16add2ba9f add check for missing machine inventory 2020-04-13 21:30:40 +10:00
4e0f81c4a0 add sulfur block 2020-04-12 19:14:14 +10:00
ebcf274ca2 Merge pull request #32 from minetest-mods/master
[pull] master from minetest-mods:master
2020-04-06 11:31:12 +00:00
f3828c1943 Fix pipeworks link in manual (#533) 2020-03-15 17:29:18 +01:00
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
0a1922731f better chainsaw cutting
* acacia, palm, date palm, and willow trees are now cut fully
* cutting is now limited by `max_saw_radius` to prevent forest destruction
2020-03-14 22:58:09 +11:00
3a326899d9 add radiation_throttling setting (off by default)
fixes #30
2020-03-10 08:49:02 +01:00
690b514277 Merge branch 'cable-fix' of https://github.com/coil0/technic 2020-03-09 08:25:03 +01:00
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
087a0f5610 move "max_lag" function a layer up 2020-02-18 09:51:10 +01:00
8a7563c096 skip radiation check if the lag is elevated (> 1.5 seconds) 2020-02-17 13:20:24 +01:00
7b1d6b5625 new repo location 2020-02-13 13:36:55 +01:00
fd838ce5bc no submodule checkout 2020-02-06 15:24:28 +01:00
c0e05dbc86 add blue particle effects 2020-02-06 14:41:41 +01:00
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
60963ca454 add docs 2020-02-03 10:19:58 +01:00