MayaTheShy
  • Joined on 2025-08-30
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-16 00:13:03 -04:00
50d38b86a2 Add crafting functionality to inventoryClient for display of available recipes and crafting status
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-16 00:07:27 -04:00
10ec47611b Add crafting turtle script to listen for craft commands via modem
718cce0c7b Add crafting functionality to handle crafting requests and integrate with networked turtle
ceb8ed8819 Enhance smelter dashboard with crafting and missing recipes views
Compare 3 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-16 00:04:17 -04:00
cd3e4e1fd9 Add crafting functionality for networked turtle with recipe management
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-15 23:55:21 -04:00
32ae5611e7 Add inventoryClient.lua for display-only dashboard interface
a21da81d54 Add network broadcasting functionality for client displays and command handling
Compare 2 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-15 23:35:21 -04:00
ce33c8108f Refactor autoCompost function to improve dropper capacity checks and item management
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-15 23:33:38 -04:00
b1c8c261ec Adjust compost interval to improve efficiency and increase feeding capacity in autoCompost function
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-15 23:28:21 -04:00
40141c8422 Refactor autoCompost function to utilize dropper and hopper for composting, improving item management and efficiency
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-15 23:17:31 -04:00
e1dc56921f Add composting functionality and defragmentation process to inventory management
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-15 23:07:40 -04:00
a17b9c64d8 Add smelting recipes for Mythic Metals and Ad Astra ores, including food items from Farmer's Delight
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-15 23:04:11 -04:00
b88cbab15d Refactor autoSmelt function to prioritize food items in candidate list and improve sorting logic
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-15 23:01:39 -04:00
66602474b0 Update scan interval and remove redundant cache refresh logic in main loop
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-15 23:00:02 -04:00
8e50a79d71 Implement instant cache adjustment for item movements in inventory
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-15 22:53:50 -04:00
8f24345a96 Enhance smelter monitor setup and dashboard functionality, including recipe loading and touch event handling
22f3a94cfd Add smelter touch handler for recipe management and pause functionality
9db7c33797 Add smelter dashboard functionality to display furnace status and recipes
6a70298535 Add smelter dashboard functionality and manage disabled recipes
Compare 4 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-15 22:39:57 -04:00
ce430efc4d Implement cache persistence for inventory data and enhance loading mechanism
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-15 22:37:14 -04:00
2ef7af16a5 Enhance auto-smelting function to check for incompatible items in input slot and remove them
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-15 22:32:47 -04:00
34e308161f Enhance auto-smelting function to handle output item transfer and check for extra slots
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-15 22:31:54 -04:00
1b2a4207ab Refactor smelting logic to support furnace type compatibility for smeltable items
909e8e6f1d Add progress display during inventory scanning in refreshCache function
Compare 2 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-15 22:27:14 -04:00
1a80b7d0d4 Implement auto-smelting functionality with furnace management and item handling
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-15 22:11:32 -04:00
d8a08528b9 Enhance monitor setup to support networked monitors and fallback for modem detection
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-15 18:35:53 -04:00
b287cff75f Implement search functionality with keyboard support and pagination in inventory dashboard