89 Commits

Author SHA1 Message Date
Zenon Seth
80ba7d61c4 Make result of Crafting Supplier not be visible/available when machine is off 2024-03-17 14:35:26 +00:00
Zenon Seth
f36ed4801e Surface and display meaningful error messages on Access Point GUI 2024-03-17 14:07:16 +00:00
Zenon Seth
69d384fead Fix GH Issue#5: Crafting Supplier duplciates items when crafting items with replacements 2024-03-17 03:43:02 +00:00
Zenon Seth
e0a424c3bc Fix bug in supplier logic that didn't correctly take items when partially fulfilling a request 2024-03-17 03:25:54 +00:00
Zenon Seth
e5b8e36824 Fix cache bug that was oddly not causing functionality issues 2024-03-16 23:23:45 +00:00
Zenon Seth
0dd80eda1c Add Pump node that fills up reservoirs automatically 2024-03-15 15:31:19 +00:00
Zenon Seth
df2b00da19 Add support for several other liquids from MCL and mods, and add liquid source registration 2024-03-15 01:16:07 +00:00
Zenon Seth
b4dfa3fef9 Add bucket emptier, fix minor issues with filler 2024-03-15 00:09:15 +00:00
Zenon Seth
e52b3cb43d Add bucket filler machine 2024-03-14 18:31:03 +00:00
Zenon Seth
7482964c28 Cleanup i3 recipe mistake and line endings on files 2024-03-10 11:36:21 +00:00
Zenon Seth
5056e87ff2 Rename player inv function and fix minor alignment issues 2024-03-09 11:12:21 +00:00
Zenon Seth
517d538823 Add new formspec_size function to make reading of formspec sizes easier 2024-03-08 23:14:05 +00:00
ThePython
9d33ed9da6 Add liquid listring for access point 2024-03-08 14:40:42 -08:00
ThePython
553793a96f Minor formspec tweaks (makes bottom space more consistent) 2024-03-08 14:11:26 -08:00
ThePython
80b74af3ea Fix formspec sizes 2024-03-08 11:54:09 -08:00
ThePython
87d41869d0 Improved formspecs (probably not perfect yet) 2024-03-08 10:42:28 -08:00
ThePython
f644065979 Everything but formspecs and textures, I think 2024-03-08 09:02:58 -08:00
Zenon Seth
d26a65e614 Make Toolbox always allow storing from network 2024-03-08 12:30:26 +00:00
Zenon Seth
ba8fad8851 Fix crash when refuler attempts to refuel an unloaded block 2024-03-03 23:25:44 +00:00
Zenon Seth
256afb0516 Add partial fix for duplication in crafting suppliers 2024-01-13 15:06:03 +00:00
Zenon Seth
3ee6eca845 Add Lava Furnace Fueler 2023-12-24 00:07:48 +00:00
Zenon Seth
71376c343b Fix crafting supplier bug that caused items to vanish in some multi-level crafting supplier setups 2023-12-20 09:10:08 +00:00
Zenon Seth
346bac8a32 Rearrange Access Point formspec for better usage of space 2023-11-30 16:33:26 +00:00
Zenon Seth
370e6162c3 Add Reservoir access to Access Point; add related network storage funcs 2023-11-29 22:38:06 +00:00
Zenon Seth
2bf30a11b6 Add working reservoirs implementation 2023-11-28 21:57:54 +00:00
Zenon Seth
e061abe78b Fixed some mass storage and supplier bugs 2023-11-28 14:47:35 +00:00
Zenon Seth
7d06ad69d9 Fix up various bugs for 5.4.0 compat, which is minimal supported version 2023-11-28 11:49:09 +00:00
Zenon Seth
0718d1cb07 Fix Access Point behavior due to detached inventory; Clear detached inventories on exit 2023-11-27 00:33:13 +00:00
Zenon Seth
909ca5449b Improve Requester compatiblity; minor cleanup 2023-11-25 10:29:43 +00:00
Zenon Seth
30b103e430 Fix Lava Furnace and recipes to support multiple recipes per input 2023-11-24 22:06:46 +00:00
Zenon Seth
7e1c4522ea Fix issue in settings; integrate WAP settings into Wireless Upgrader 2023-11-24 19:34:32 +00:00
Zenon Seth
568765268c Update Mass Storage and Access Point infotext 2023-11-24 18:06:05 +00:00
Zenon Seth
2d4822b953 Add Wireless Upgrader, with full difficult of two wave addition 2023-11-24 11:10:44 +00:00
Zenon Seth
59780c796c Make WAP attempt to wake up network if its not connected 2023-11-22 05:17:10 +00:00
Zenon Seth
7976793d69 Initial work on Wireless Access Pad 2023-11-21 22:48:29 +00:00
Zenon Seth
c2904e7717 Update is_machine function; Update Hyperspanner to use it 2023-11-21 15:50:57 +00:00
Zenon Seth
25a5695746 Add caching of network ids in nodes for faster lookup, fewer full rescans 2023-11-20 18:45:11 +00:00
Zenon Seth
f49a670854 Remove obsolete processing queue class 2023-11-19 23:00:54 +00:00
Zenon Seth
67d6b8acaa Improve Toggleable Cable connectivity 2023-11-19 16:37:32 +00:00
Zenon Seth
680bdae752 Add limit to network search to prevent infinite recursion and stackoverflow 2023-11-19 16:04:32 +00:00
Zenon Seth
cb650c1893 Add Crafting Supplier 2023-11-19 14:51:31 +00:00
Zenon Seth
3a492da4a0 Extract function for getting item from supplier, prepare for crafting supplier 2023-11-19 11:22:48 +00:00
Zenon Seth
ad6fe4a4e5 Add Autocrafter recipe; fix injection into Autocrafter 2023-11-18 23:40:48 +00:00
Zenon Seth
ee1780891f Add regular Autocrafter 2023-11-18 22:52:40 +00:00
Zenon Seth
abc3107c6a Cleanup network tier and cable logic, remove tier checks; Add new Toggleable Cable 2023-11-17 23:34:10 +00:00
Zenon Seth
0f904980f5 Fix a network consistency issue; improve scanning of network on node placement 2023-11-17 15:22:20 +00:00
Zenon Seth
eb2d072cdb Add Vaccuum Chest 2023-11-17 14:28:33 +00:00
Zenon Seth
ea20145c49 Add Trashcan that can connect to network 2023-11-17 10:38:18 +00:00
Zenon Seth
9397ff4cf6 Slightly improve and also cleanup and sync network storage logic 2023-11-16 16:11:18 +00:00
Zenon Seth
19a9533356 Fix some bugs in Access Point; fix listrings; cleanup formspec composition 2023-11-16 16:10:38 +00:00