Open Issues Need Help
View All on GitHubAI Summary: Implement scroll wheel support in the ComputerCraft client GUI to allow users to navigate between pages of items using the mouse wheel. This involves modifying the existing client-side Lua code to detect and handle scroll wheel events, updating the page display accordingly.
A personal attempt at creating a Logistics Pipes/Refined Storage/Applied Energistics-like storage system with ComputerCraft.
AI Summary: Refactor the ComputerCraft storage system project to move item name shorthands used in recipe definitions from `recipeCoreDefs.lua` to a new configuration file, `recipeNameShorthands.lua`, located in the `configFiles` directory. This improves maintainability and scalability of the recipe system.
A personal attempt at creating a Logistics Pipes/Refined Storage/Applied Energistics-like storage system with ComputerCraft.
AI Summary: Implement a prioritized recipe system for the ComputerCraft storage system. The current system only allows one crafting recipe per item. This enhancement requires modifying the recipe storage and processing to handle multiple recipes per item, ordered by priority, and potentially incorporating a mechanism to manage recursive recipe checks and bulk substitutions to optimize crafting efficiency.
A personal attempt at creating a Logistics Pipes/Refined Storage/Applied Energistics-like storage system with ComputerCraft.