MayaTheShy
  • Joined on 2025-08-30
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-25 23:06:05 -04:00
25623b735c feat: add aliased texture names for improved block texture handling
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-25 23:05:08 -04:00
1050ed84f2 feat: enhance texture mapping with dynamic aliases and new Create mod textures
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-25 22:42:55 -04:00
4cf1e550b7 feat: add error logging for HTTP requests and command processing in inventoryWebBridge
66ac81de65 feat: optimize broadcastState function to conditionally include recipe tables based on config changes
ea29136f25 feat: delegate recipe helper functions to shared lib/ui.lua for improved code organization
Compare 3 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-25 22:39:21 -04:00
641a317873 feat: remove itemDB initialization and related flush calls for streamlined inventory management
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-25 22:37:10 -04:00
5dd9bd9344 feat: add recursive crafting and recipe management endpoints for enhanced crafting capabilities
b7427aa973 feat: implement reboot listener for mining turtle to handle remote reboot commands
48ca088a2c feat: add new data files for enhanced inventory management and crafting capabilities
b9081f26a8 feat: add bridge reply channel and enhance command processing for improved communication
f10108bd48 feat: remove unused catalogue from state cache and update message handling for dropper data
Compare 5 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-25 22:24:26 -04:00
f1e418ad83 feat: update installation instructions for Opus Package Manager and enhance startup script details
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-25 22:21:45 -04:00
9a02b350c2 feat: add mining turtle and auto-updating startup scripts to enhance inventory management
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-25 22:00:47 -04:00
c390b5291b feat: enhance item retrieval process in crafting command for improved efficiency
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-25 21:54:00 -04:00
b2d55feb98 feat: add collection hopper emptying function to improve item management
54cad8b92b feat: add collection hoppers and interval configuration for improved item management
b3a69c6797 feat: implement resilient task wrapper for parallel tasks to enhance stability
Compare 3 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-25 21:45:43 -04:00
62a9ab811d feat: enhance crafting function to support batch processing with ingredient validation
df436ff84d feat: enhance crafting execution to support batch processing with clamping to max stack size
Compare 2 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-25 18:11:25 -04:00
1606d60a06 feat: add new crafting recipes for cobblestone and stone variants; enhance auto-crafting logic for excess items
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-25 18:07:30 -04:00
f327f82677 feat: implement auto-crafting feature for excess stock management
2c99169ce9 feat: add crafting recipes for bamboo block and bamboo planks
Compare 2 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-25 17:49:05 -04:00
9ca46dc29d feat: add stock limits configuration for item storage management
3f79645bb8 feat: add discarding activity flag to state management
8468134919 feat: implement auto-discard feature for excess stock management
d9638cdc69 feat: add discarding activity to activity string and bottom message
2d2b8835b1 feat: add configurable trash droppers and discard interval for stock management
Compare 6 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-22 23:00:10 -04:00
1336590241 feat: notify manager to refresh cache after inventory dump
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-22 22:53:58 -04:00
78e7c92893 Change turtle dashboard default URL to turtles.spatulaa.com
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-22 22:44:29 -04:00
e59b6c1832 feat: upgrade Node.js version to 20-alpine in Dockerfiles and improve healthcheck command
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-22 22:31:42 -04:00
e343ab8b4e feat: enhance smelter tab event handling and optimize stock lookup logic
b9b69a4966 feat: sync disabled recipes and smelting state from client, improve broadcast logic
bdc9b3f291 feat: sync full smelting state to master for persistence
8b8279878a Fix craft dispatch: add turtle attach/detach handlers, re-scan on craft, log failures
Compare 4 commits »
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-22 22:19:10 -04:00
f095e18e95 fix: simplify crafting turtle detection logic by removing unnecessary method checks
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-22 22:09:32 -04:00
904d4ec7f7 feat: improve modem detection logic with fallback for wireless modems and ensure channels are open
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-22 22:05:09 -04:00
baaa724595 Fix crafting turtle: remove self-wrap, use chest push/pull instead