Commit Graph

47 Commits

Author SHA1 Message Date
MayaTheShy
fa6c682fd2 Add support for custom dropper/barrel names in inventoryClient 2026-03-16 00:17:47 -04:00
MayaTheShy
11c9599863 Refactor crafting logic to improve turtle inventory management and enhance error handling 2026-03-16 00:17:41 -04:00
MayaTheShy
50d38b86a2 Add crafting functionality to inventoryClient for display of available recipes and crafting status 2026-03-16 00:12:39 -04:00
MayaTheShy
10ec47611b Add crafting turtle script to listen for craft commands via modem 2026-03-16 00:07:20 -04:00
MayaTheShy
718cce0c7b Add crafting functionality to handle crafting requests and integrate with networked turtle 2026-03-16 00:07:15 -04:00
MayaTheShy
ceb8ed8819 Enhance smelter dashboard with crafting and missing recipes views 2026-03-16 00:06:03 -04:00
MayaTheShy
cd3e4e1fd9 Add crafting functionality for networked turtle with recipe management 2026-03-16 00:04:14 -04:00
MayaTheShy
32ae5611e7 Add inventoryClient.lua for display-only dashboard interface
- Implemented a client-side dashboard that connects to the master inventoryManager via wired modem.
- The dashboard displays inventory status without performing any automation tasks.
- Added configuration for communication channels and monitor setup.
- Created UI elements for displaying item lists, status messages, and touch interactions.
- Included functionality for handling touch events and sending commands to the master.
- Integrated smelter dashboard with similar display capabilities.
2026-03-15 23:55:18 -04:00
MayaTheShy
a21da81d54 Add network broadcasting functionality for client displays and command handling 2026-03-15 23:49:23 -04:00
MayaTheShy
ce33c8108f Refactor autoCompost function to improve dropper capacity checks and item management 2026-03-15 23:35:18 -04:00
MayaTheShy
b1c8c261ec Adjust compost interval to improve efficiency and increase feeding capacity in autoCompost function 2026-03-15 23:33:34 -04:00
MayaTheShy
40141c8422 Refactor autoCompost function to utilize dropper and hopper for composting, improving item management and efficiency 2026-03-15 23:28:18 -04:00
MayaTheShy
e1dc56921f Add composting functionality and defragmentation process to inventory management 2026-03-15 23:17:29 -04:00
MayaTheShy
a17b9c64d8 Add smelting recipes for Mythic Metals and Ad Astra ores, including food items from Farmer's Delight 2026-03-15 23:07:30 -04:00
MayaTheShy
b88cbab15d Refactor autoSmelt function to prioritize food items in candidate list and improve sorting logic 2026-03-15 23:04:08 -04:00
MayaTheShy
66602474b0 Update scan interval and remove redundant cache refresh logic in main loop 2026-03-15 23:01:18 -04:00
MayaTheShy
8e50a79d71 Implement instant cache adjustment for item movements in inventory 2026-03-15 22:59:58 -04:00
MayaTheShy
8f24345a96 Enhance smelter monitor setup and dashboard functionality, including recipe loading and touch event handling 2026-03-15 22:53:31 -04:00
MayaTheShy
22f3a94cfd Add smelter touch handler for recipe management and pause functionality 2026-03-15 22:52:37 -04:00
MayaTheShy
9db7c33797 Add smelter dashboard functionality to display furnace status and recipes 2026-03-15 22:49:32 -04:00
MayaTheShy
6a70298535 Add smelter dashboard functionality and manage disabled recipes 2026-03-15 22:49:16 -04:00
MayaTheShy
ce430efc4d Implement cache persistence for inventory data and enhance loading mechanism 2026-03-15 22:39:54 -04:00
MayaTheShy
2ef7af16a5 Enhance auto-smelting function to check for incompatible items in input slot and remove them 2026-03-15 22:37:12 -04:00
MayaTheShy
34e308161f Enhance auto-smelting function to handle output item transfer and check for extra slots 2026-03-15 22:32:43 -04:00
MayaTheShy
1b2a4207ab Refactor smelting logic to support furnace type compatibility for smeltable items 2026-03-15 22:31:50 -04:00
MayaTheShy
909e8e6f1d Add progress display during inventory scanning in refreshCache function 2026-03-15 22:30:36 -04:00
MayaTheShy
1a80b7d0d4 Implement auto-smelting functionality with furnace management and item handling 2026-03-15 22:27:12 -04:00
MayaTheShy
d8a08528b9 Enhance monitor setup to support networked monitors and fallback for modem detection 2026-03-15 22:11:28 -04:00
MayaTheShy
b287cff75f Implement search functionality with keyboard support and pagination in inventory dashboard 2026-03-15 18:35:51 -04:00
MayaTheShy
041e67f247 Refactor inventory management logic to enhance cache handling and dashboard updates 2026-03-15 16:59:47 -04:00
MayaTheShy
b50733846a Refactor touch zone handling for improved responsiveness and redraw efficiency 2026-03-15 16:53:11 -04:00
MayaTheShy
03efd7685c Refactor drawing functions to use offscreen buffer for improved performance and reduced flickering 2026-03-15 16:47:14 -04:00
MayaTheShy
0d5a533fd0 Refactor inventory manager for touch UI support and improved dashboard functionality 2026-03-15 16:44:32 -04:00
MayaTheShy
efb41ecd2f Refactor buildCatalogue and storage capacity calculations for improved efficiency 2026-03-15 16:38:52 -04:00
MayaTheShy
fe2efaaf36 Add storage capacity bar to monitor dashboard for better inventory management 2026-03-15 16:35:53 -04:00
MayaTheShy
13aba05745 Refactor buildCatalogue and monitor drawing functions for improved performance and reduced flickering 2026-03-15 16:33:55 -04:00
MayaTheShy
0fb639ff1f Refactor inventory helper functions for improved clarity and organization 2026-03-15 16:31:43 -04:00
MayaTheShy
3ef5f730e9 Add monitor dashboard functionality to inventory manager 2026-03-15 16:30:03 -04:00
MayaTheShy
e49ed72cbc Refactor dropper controller to remove rednet dependency and streamline item dispensing logic 2026-03-15 16:22:03 -04:00
MayaTheShy
6a88721bad Refactor inventory manager to simplify networking and dispense logic 2026-03-15 16:21:58 -04:00
MayaTheShy
2d53574181 Update dropper name to match new configuration 2026-03-15 16:15:28 -04:00
MayaTheShy
b4c2916739 Add dropper controller to handle dispense commands and trigger redstone pulses 2026-03-15 16:08:15 -04:00
MayaTheShy
b0f262dcea Refactor inventory management to enhance device scanning, sorting, and dispensing functionality 2026-03-15 16:08:10 -04:00
MayaTheShy
f41ba498ee Enhance display of inventory groups with detailed device information 2026-03-15 15:11:37 -04:00
MayaTheShy
cb5122d36c Add inventory management functions to scan and group items by devices 2026-03-15 15:10:05 -04:00
0ebcf31450 Upload files to "/" 2026-03-15 15:05:27 -04:00
7630c5dba5 Initial commit 2026-03-15 15:05:01 -04:00