Commit Graph

1246 Commits

Author SHA1 Message Date
BuckarooBanzay 0904fc3a61 fix shapeless recipes
related: https://github.com/minetest-mods/technic/issues/544
2020-04-27 07:26:03 +02:00
BuckarooBanzay f22fbfd31b use mt 5.2.0 for tests 2020-04-27 07:14:57 +02:00
pull[bot] a034b7a518
Merge pull request #34 from minetest-mods/master
[pull] master from minetest-mods:master
2020-04-26 11:22:46 +00:00
Louis Royer fb4fef783b
Shapeless locked chests crafts (chest + lockpad) (#530)
This was only done for `default:chest`.
2020-04-26 11:33:12 +02:00
Hugo Locurcio 4a9ad94bf9
Fix chest formspec protection (#540)
This closes #539.
2020-04-26 11:32:42 +02:00
OgelGames 16add2ba9f add check for missing machine inventory 2020-04-13 21:30:40 +10:00
OgelGames 4e0f81c4a0 add sulfur block 2020-04-12 19:14:14 +10:00
pull[bot] ebcf274ca2
Merge pull request #32 from minetest-mods/master
[pull] master from minetest-mods:master
2020-04-06 11:31:12 +00:00
Julien Palard f3828c1943
Fix pipeworks link in manual (#533) 2020-03-15 17:29:18 +01: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
OgelGames 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
BuckarooBanzay 3a326899d9 add radiation_throttling setting (off by default)
fixes #30
2020-03-10 08:49:02 +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 8a7563c096 skip radiation check if the lag is elevated (> 1.5 seconds) 2020-02-17 13:20:24 +01:00
BuckarooBanzay 7b1d6b5625 new repo location 2020-02-13 13:36:55 +01:00
BuckarooBanzay fd838ce5bc no submodule checkout 2020-02-06 15:24:28 +01:00
BuckarooBanzay c0e05dbc86 add blue particle effects 2020-02-06 14:41:41 +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
pull[bot] 609a4fd0ea
Merge pull request #24 from minetest-mods/master
[pull] master from minetest-mods:master
2020-01-28 21:00:09 +00:00
thetaepsilon-gamedev fbc4cc8511 technic_cnc/cnc.lua: Fix access to non-existant stack parameter (#528) 2020-01-28 21:38:13 +01:00
pull[bot] 94a2ed9873
Merge pull request #22 from minetest-mods/master
[pull] master from minetest-mods:master
2020-01-26 13:57:59 +00:00
Adrian 904800abde Add river water can (#527) 2020-01-26 14:29:44 +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
Thomas Rudin 1a625bc444 clamp radiation damage abm to 100 calls per second max 2020-01-21 18:20:47 +01:00
BuckarooBanzay a76e90d9de badge 2020-01-17 08:12:00 +01:00
BuckarooBanzay a8cc5d9b08 add workflows and integration test 2020-01-17 08:10:45 +01:00
BuckarooBanzay 217f468e92 readme fixes 2020-01-17 08:01:25 +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 7466fd150a integration test stub 2020-01-16 15:59:02 +01:00
BuckarooBanzay a375c89619 initial tuned-down luacheck 2020-01-16 15:57:06 +01:00
BuckarooBanzay a92e94d27b pull config 2020-01-16 15:43:47 +01:00
BuckarooBanzay 66ed9431dd update readme/settings 2020-01-16 15:40:08 +01:00
BuckarooBanzay 8f9486cc37 add technic.radiation_callback(object, damage)
preparation for https://github.com/pandorabox-io/hazmat_suit/issues/1
2020-01-16 15:28:03 +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
fgrosswig 7696546d47 Fix steel strut overlay texture name (#526) 2020-01-06 21:49:05 +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