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

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

Lua

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