Commit Graph

446 Commits

Author SHA1 Message Date
Michal Cieslakiewicz
085b36f044 growlight: do not grow waterlily on soil
Ignore waterlily as growable flower under growlight. This plant
should be floating on water. Furthermore, it is completely transparent
when grown on soil, giving player a false impression of empty space
there (unless F5 debug mode is used).

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2020-11-28 14:50:07 +01:00
Michal Cieslakiewicz
21d583b7dd electrolyzer: add untake handler
Without this method (which shares code with 'put') hydrogen from
electrolyzer is removed and disappear when connected via pump to
full destination device (tank, fuel cell etc).

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2020-11-26 15:18:38 +01:00
Joachim Stolberg
9ab69c10e1
Merge pull request #43 from Thomas--S/oil-duplication
Prevent Oil Duplication
2020-11-15 10:28:54 +01:00
Thomas--S
8efc68240b Prevent Oil Duplication 2020-11-13 18:37:37 +01:00
Joachim Stolberg
eeca2f3d6a Fix bug: tank_cart gets empty even if dest tank is already full 2020-11-12 22:10:54 +01:00
Joachim Stolberg
5c14b3bfbe ta4_doser: Fix a bug that caused a server crash 2020-11-07 19:53:25 +01:00
Joachim Stolberg
b9454b2173 Use textures from last commit 2020-11-07 19:53:25 +01:00
Joachim Stolberg
a2d3000949
Merge pull request #42 from Thomas--S/touchscreen-adjustments
Forgotten adjustments for upcoming Touchscreen mod
2020-11-07 12:41:57 +01:00
Thomas--S
997b6f3562 Necessary adjustments for upcoming Touchscreen mod
* Make some LCD display related things globally accessible
* Deprecate `read_data` to avoid confusion (use `send_cmnd` instead)
* Allow arbitrary data for `send_msg` and `get_msg` (with optional parameter)
2020-11-06 06:53:07 +01:00
Joachim Stolberg
bff2824f2c
Merge pull request #40 from Thomas--S/touchscreen-adjustments
Necessary adjustments for upcoming Touchscreen mod
2020-11-05 20:57:02 +01:00
Thomas--S
7934a17ba5 Necessary adjustments for upcoming Touchscreen mod
* Make some LCD display related things globally accessible
* Deprecate `read_data` to avoid confusion (use `send_cmnd` instead)
* Allow arbitrary data for `send_msg` and `get_msg` (with optional parameter)
2020-11-05 20:04:21 +01:00
Joachim Stolberg
a848e87034 TA4 Wind tubine: Change the setup requirements 2020-11-02 21:40:05 +01:00
Joachim Stolberg
aa97c061cf TA4 Wind tubine: Change the setup requirements 2020-11-02 21:27:12 +01:00
Joachim Stolberg
7b12603fb3
Merge pull request #39 from Thomas--S/refactor-8x2000
Refactor TA4 8x2000 chest
2020-11-02 19:24:07 +01:00
Joachim Stolberg
7aa4a595b7
Merge pull request #41 from Thomas--S/coalburner-flame-protection
Coalburner: Quickfix for protection bug
2020-11-01 21:53:06 +01:00
Joachim Stolberg
2540d52ccb Add nodes TA2 Power Generator and TA3 Electric Motor 2020-11-01 21:50:44 +01:00
Joachim Stolberg
078e445adc Add nodes TA2 Power Generator and TA3 Electric Motor 2020-11-01 21:45:42 +01:00
Joachim Stolberg
41b5db5330 Add nodes TA2 Power Generator and TA3 Electric Motor 2020-11-01 21:40:32 +01:00
Joachim Stolberg
5a5a248d1d Add nodes TA2 Power Generator and TA3 Electric Motor 2020-11-01 21:38:52 +01:00
Thomas--S
90e03a3c6d Coalburner: Quickfix for protection bug
The arbitrarily high flames could destroy everything, including protection blocks.
Found by the player "UltimateNoob"
2020-11-01 17:46:06 +01:00
Thomas--S
9c9dcf8a37 Refactor TA4 8x2000 chest
Advantages:
* Code uses common functions for manual usage and automation where possible. This avoids forgetting half of the adjustments like it happened in #14
* Support for meta and wear
* Code duplication for the different automatic modes is reduced/avoided

Additionally, the `techage.item_image` function was adjusted:
* added support meta and wear
* removed duplicate stack size labels for non-tools with max_stack=1
* added optional parameter to "overwrite" stacksize for tools (necessary because of minetest limitations)
2020-10-31 19:10:47 +01:00
Joachim Stolberg
90e1af7e85 TA4 chest/tank: Add 'public' checkbox to allow public access 2020-10-30 20:46:58 +01:00
Joachim Stolberg
b5bc1751b5 Fix bug: Tubes do not recognize when TA2 nodes are added/removed 2020-10-30 17:49:01 +01:00
Joachim Stolberg
976dd379ca Autocrafter: Add register function for uncraftable items 2020-10-23 16:33:39 +02:00
Joachim Stolberg
b4a658c29f Remove debug print 2020-10-23 16:09:06 +02:00
Joachim Stolberg
501b46d7ac
Merge pull request #37 from Thomas--S/charcoalpile-ignore
Charcoal Pile: Ignore "ignore" nodes
2020-10-23 15:57:12 +02:00
Joachim Stolberg
e9ba040733
Merge pull request #38 from Thomas--S/trowel-protection
Trowel: Add protection support
2020-10-23 15:56:58 +02:00
Thomas--S
77d19db338 Trowel: Add protection support
Thanks to felix7 for finding and reporting the bug!
2020-10-21 19:04:41 +02:00
Joachim Stolberg
5b4ea5e658 Update readme.md for v0.24 2020-10-20 22:43:09 +02:00
Joachim Stolberg
c2438a9ba4 Add manual API for external mods 2020-10-20 22:27:01 +02:00
Joachim Stolberg
028a1591c2 Switch license from GPL to AGPL 2020-10-19 19:09:17 +02:00
Thomas--S
d61845dd92 Charcoal Pile: Ignore "ignore" nodes
This ensures that the charcoal pile doesn't collapse on semi-loaded areas.
2020-10-18 20:21:56 +02:00
Joachim Stolberg
67507d008b Fix doorcontroller and ta4 doser bugs 2020-10-14 19:11:20 +02:00
Joachim Stolberg
43a2161d7e Add check for wind turbine areas 2020-10-11 17:57:15 +02:00
Joachim Stolberg
51f08765ba Fix translation errors 2020-10-10 15:08:40 +02:00
Joachim Stolberg
176aa758ce
Merge pull request #35 from CosmicConveyor/master
Fixed Gravel Sieve bug
2020-10-10 15:04:22 +02:00
CosmicConveyor
1da84cdf91
Fixed Gravel Sieve bug 2020-10-10 00:27:13 +07:00
Joachim Stolberg
14e1465923 QSG: Add power consumptions 2020-10-08 23:08:18 +02:00
Joachim Stolberg
347d858810 fix manual bug 2020-10-08 22:18:39 +02:00
Joachim Stolberg
ce9fddf6a7 Add load command to the controller battery 2020-10-08 21:02:17 +02:00
Joachim Stolberg
eb1ed8890c silo/tank: Add second return value for load command 2020-10-07 22:06:43 +02:00
Joachim Stolberg
a2405122fc TA4 silo: Add load command 2020-10-06 21:15:56 +02:00
Joachim Stolberg
b6a8073759
Merge pull request #34 from Thomas--S/hopper-hp-distributor
Add TA4 High Performance Distributor to Hopper
2020-10-03 20:43:19 +02:00
Thomas--S
9567797123 Add TA4 High Performance Distributor to Hopper 2020-10-03 15:27:04 +02:00
Joachim Stolberg
20beb85247
Merge pull request #33 from Thomas--S/hp_distributor
Add TA4 High Performance Distributor
2020-10-03 11:29:14 +02:00
Thomas--S
af97e126c0 Add TA4 High Performance Distributor
(36 items/4s; 8 items can be configured per direction)

Additionally the distributor bottom textures are fixed.
2020-10-03 10:58:08 +02:00
Joachim Stolberg
916de1e3cc Liquid Pumps: Fix issue with undetected pipe connection gaps 2020-09-26 20:17:30 +02:00
Joachim Stolberg
89d2e4b269 Shrink PGN files 2020-09-26 14:05:48 +02:00
Joachim Stolberg
24fb3620a6 Remove repairkit recipe 2020-09-26 13:53:34 +02:00
Joachim Stolberg
05449c694a
Merge pull request #32 from Thomas--S/filter-fix
Fix Filter Sink Bug
2020-09-26 13:52:36 +02:00