102 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
5d5932394f Add Lava Furnace description text 2024-03-16 12:02:05 +00:00
Zenon Seth
e292c3be57 Change Lava Furnace Recipe API and automate UI/I3 compatibility for its recipes 2024-03-16 11:50:24 +00:00
Zenon Seth
a99c0dcdbd Make Access Point and Lava Furnce into nodebox nodes, update their textures 2024-03-16 02:02:03 +00:00
Zenon Seth
ef570ca6e7 Fix sounds for Emptier and Pump 2024-03-15 22:12:02 +00:00
Zenon Seth
0dd80eda1c Add Pump node that fills up reservoirs automatically 2024-03-15 15:31:19 +00:00
Zenon Seth
05c5b6730b Fix drop issues with reservoir and bucket emptier 2024-03-15 13:43:48 +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
9fc02be2a0 Make embedded cables into full block drawtypes for performance 2024-03-12 10:29:17 +00:00
Zenon Seth
9fbc40c7eb Add cable embedded in blocks and decorative silverin blocks 2024-03-10 12:30:58 +00:00
Zenon Seth
cc63d89ba0 Add function to abstract getting node level 2024-03-09 18:00:58 +00:00
ThePython
72eec6b0d5 Fix unbreakable reservoirs 2024-03-09 08:07:50 -08: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
553793a96f Minor formspec tweaks (makes bottom space more consistent) 2024-03-08 14:11:26 -08:00
ThePython
c0cdad5d1e Fix autocrafter formspec 2024-03-08 12:02:58 -08:00
ThePython
80b74af3ea Fix formspec sizes 2024-03-08 11:54:09 -08:00
ThePython
d57a2f2a5b Update node breaking and stack_max 2024-03-08 11:31:08 -08:00
ThePython
8bed9e150e Change i to itemstrings 2024-03-08 10:51:30 -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
8d7a5ded51 Improve tooltips for mass storage and cobble gen 2024-03-08 12:24:54 +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
fab930c466 Fix requester tooltip not updating on power state change 2023-12-20 08:56:01 +00:00
Zenon Seth
a70c9e66a7 Slightly optmize how much copying of tables happens during reservoir registration 2023-11-30 19:25:02 +00:00
Zenon Seth
dbe99bc378 Added unique reservoir inventory images 2023-11-30 00:45:23 +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
afd707a066 Added setting for cable sizes 2023-11-28 20:11:06 +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
33d23a4b7a Add recipe for Wirless stuff, move registration to registration file 2023-11-24 22:24:48 +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
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
7976793d69 Initial work on Wireless Access Pad 2023-11-21 22:48:29 +00:00
Zenon Seth
f458147700 Add Cobble Gen Supplier and Upgrade for it 2023-11-20 22:43:01 +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
67d6b8acaa Improve Toggleable Cable connectivity 2023-11-19 16:37:32 +00:00
Zenon Seth
7db33faf32 Make most strings in all machines translatable 2023-11-19 16:27:51 +00:00
Zenon Seth
cb650c1893 Add Crafting Supplier 2023-11-19 14:51:31 +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
7b4524ed51 Add Toggleable cable recipe, fix borken appearance 2023-11-18 11:17:03 +00:00