A personal attempt at creating a Logistics Pipes/Refined Storage/Applied Energistics-like storage system with ComputerCraft.

3 Open Issues Need Help Last updated: Jun 21, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 3/5
enhancement good first issue

A personal attempt at creating a Logistics Pipes/Refined Storage/Applied Energistics-like storage system with ComputerCraft.

Lua

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.

Complexity: 2/5
enhancement good first issue

A personal attempt at creating a Logistics Pipes/Refined Storage/Applied Energistics-like storage system with ComputerCraft.

Lua

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.

Complexity: 4/5
enhancement help wanted

A personal attempt at creating a Logistics Pipes/Refined Storage/Applied Energistics-like storage system with ComputerCraft.

Lua