Open Issues Need Help
View All on GitHubA personal attempt at creating a Logistics Pipes/Refined Storage/Applied Energistics-like storage system with ComputerCraft.
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.
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.