Commit Graph

375 Commits (d661525db2eaac29b564229daba8c84c27eeb194)

Author SHA1 Message Date
Joachim Stolberg d661525db2 Add support for digtron and protector:chest 2020-08-22 19:42:44 +02:00
Joachim Stolberg ac81960f14
Merge pull request #25 from Thomas--S/growlight-flowers
Growlight: Improve flower registration
2020-08-22 19:21:20 +02:00
Thomas--S adf04af6e8 Growlight: Improve flower registration
- Avoid duplicate registrations
- Add support for Bakedclay flowers
2020-08-22 12:07:19 +02:00
Joachim Stolberg 2685054f24 v0.21 with bugfixes and improvements 2020-08-08 12:41:39 +02:00
Joachim Stolberg 157c050d87 ta1 hammer and power_available bugs fixed 2020-08-08 12:31:56 +02:00
Joachim Stolberg 96b227da2d lua manual adapted, bugfix in core function 2020-08-08 12:31:56 +02:00
Joachim Stolberg 7f4a35950c
Merge pull request #24 from realmicu/master
distributor: improve fairness by using random spread
2020-08-08 12:12:54 +02:00
Joachim Stolberg 698cea5843
Merge pull request #18 from Thomas--S/digtron-battery
Add a simple Digtron battery.
2020-08-08 12:08:25 +02:00
Joachim Stolberg af451ef3bd
Merge pull request #23 from Thomas--S/item_description-fixes
Lua Controller: Fix $item_description() documentation and translation
2020-08-08 12:07:40 +02:00
Michal Cieslakiewicz fbe4c914d7 distributor: improve fairness by using random spread
Distributor iterates through filter indices always in the same order,
accidentally favouring certain ports. This is particularly noticeable
for 3 outputs configured with the same item - lowest numbered port
is receiving double quantity (TA2 distributor moves items in pack of 4).

Fix provided in this patch adds an extra mapping for filter indexing,
permutating randomly outputs with identical items so no ports are
preferred anymore.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2020-08-07 22:16:21 +02:00
Thomas--S 61e001dc6d Lua Controller: Fix $item_description() documentation and translation 2020-08-03 19:35:33 +02:00
Joachim Stolberg 240c6e20ab v0.20 with improvements and bugfixes 2020-07-31 12:48:28 +02:00
Joachim Stolberg c6082ef8ce v0.20 with improvements and bugfixes 2020-07-31 12:41:12 +02:00
Joachim Stolberg c1c7af6acc
Merge pull request #22 from Thomas--S/trowel_can_dig
Trowel: Prevent hidden nodes from being dug.
2020-07-31 12:35:13 +02:00
Joachim Stolberg 39d5704bff
Merge pull request #21 from Thomas--S/ta4-chest-itemstring
Lua Controller: Allow to get itemstring and description of 8x2000 chest contents
2020-07-31 12:32:59 +02:00
Thomas--S b35b053966 Trowel: Prevent hidden nodes from being dug.
As suggested by the player "felix7".
2020-07-29 18:38:28 +02:00
Thomas--S 61f874a918 Lua Controller: Allow to get itemstring and description of 8x2000 chest contents
As suggested by the player "baumeister".
2020-07-27 21:52:52 +02:00
Joachim Stolberg eac2cef4c7
Merge pull request #20 from Thomas--S/lua-controller-fix
Lua Controller: Fix $display and $set_filter not working
2020-07-26 16:39:03 +02:00
Thomas--S 84bacb4dc0 Lua Controller: Fix $display and $set_filter not working 2020-07-26 15:43:44 +02:00
Joachim Stolberg 919522c458 version number added 2020-07-24 18:33:34 +02:00
Joachim Stolberg 01c49cadf1 state command added 2020-07-24 18:20:31 +02:00
Joachim Stolberg 2b6fcb5b9b
Merge pull request #19 from Thomas--S/icta-func
Refactor ICTA to use functions instead of loadstring
2020-07-24 18:17:56 +02:00
Thomas--S 912c8b5db0 Refactor ICTA to use functions instead of loadstring
This also fixes some small bugs.
2020-07-23 13:43:10 +02:00
Thomas--S cb5d6eb619 Add a simple Digtron battery.
Further balancing or adjustments might be necessary.
2020-07-21 21:41:31 +02:00
Joachim Stolberg 848237ea86 v0.18, ICTA controller: quotation mark escape added 2020-07-21 17:34:13 +02:00
Joachim Stolberg 1048627101 bug fixes for redstone and legacy items 2020-07-21 14:17:01 +02:00
Joachim Stolberg 04d2ec85f5
Merge pull request #13 from Thomas--S/monospace
Use Monospace Font for Code-Related Formspecs
2020-07-21 14:13:03 +02:00
Joachim Stolberg 01089d69b0
Merge pull request #14 from Thomas--S/repair-fix
Don't allow to put items with meta or wear information into the 8x2000 chest
2020-07-21 14:12:33 +02:00
Joachim Stolberg 8e7cf70717
Merge pull request #15 from Thomas--S/blackhole-liquid
Blackhole: Add support for liquids
2020-07-21 14:11:59 +02:00
Joachim Stolberg f29f7f795f
Merge pull request #16 from Thomas--S/icta-valve
ICTA Controller: Add support for valves by adding on/off states
2020-07-21 14:10:59 +02:00
Thomas--S 1ccee06757 ICTA Controller: Add support for valves by adding on/off states 2020-07-18 13:59:41 +02:00
Thomas--S 698eeb63a9 Blackhole: Add support for liquids
Left side is used for items; right side is used for liquids.
As far as I know, there is no other way to get rid of liquids.
2020-07-17 20:01:04 +02:00
Thomas--S 8dcf8b3108 Don't allow to put items with meta or wear information into the 8x2000 chest
This information would get lost, which can be abused to repair tools for free.
2020-07-17 18:31:32 +02:00
Thomas--S aea493ffe8 Use Monospace Font for Code-Related Formspecs
Only works in very new dev versions of Minetest; table font styling doesn't work at all yet, see minetest/minetest#10194.

Additionally, a little typo is fixed.
2020-07-17 18:09:36 +02:00
Joachim Stolberg 96f8710980 v0.17 with several bugfixes 2020-07-16 18:37:40 +02:00
Joachim Stolberg d131bbc93b v0.17 with several bugfixes 2020-07-16 18:34:35 +02:00
Joachim Stolberg 355c30a509
Merge pull request #11 from Thomas--S/manual-basalt
Fix "Lava" -> "Basalt" in Manual
2020-07-16 14:14:57 +02:00
Thomas--S e431e655fc Fix "Lava" -> "Basalt" in Manual 2020-07-14 11:23:31 +02:00
Joachim Stolberg d87ea392b1 silo bugs fixed 2020-07-10 20:18:10 +02:00
Joachim Stolberg f7c3b8731f version number increased 2020-07-06 20:24:35 +02:00
Joachim Stolberg 9ee18490c5 version number increased 2020-07-06 20:23:04 +02:00
Joachim Stolberg 849fb91918 cracking and hydrogenation recipes added 2020-07-06 20:18:38 +02:00
Joachim Stolberg 5fec894a11 cracking and hydrogenation recipes added 2020-07-06 19:13:42 +02:00
Joachim Stolberg 474e73c8d4
Merge pull request #10 from programmerjake/patch-1
fix quarry returning unknown item when mining clay block
2020-07-06 19:09:36 +02:00
Jacob Lifshay b8e27678b0
fix quarry returning unknown item when mining clay block
quarry used to return an item with the name "default:clay_lump 4" instead of returning 4 clay lump items when mining a clay block.
2020-07-05 16:19:57 -07:00
Joachim Stolberg 8664074c45 growlight bugfix 2020-07-03 14:38:06 +02:00
Joachim Stolberg 7e4bf152ab v0.15 with improvements and bugfixes 2020-07-02 23:00:55 +02:00
Joachim Stolberg d898aeacdb v0.15 with improvements and bugfixes 2020-07-02 21:26:18 +02:00
Joachim Stolberg 3e45868372 v0.14 with several changes (see readme) 2020-06-29 19:09:12 +02:00
Joachim Stolberg e8f0bbc511 baborium recipe bugfix, legacy code removed 2020-06-21 09:57:03 +02:00