Skip to content

feat: wire NeoForge capabilities #371

Open
AdolfoCarneiro wants to merge 3 commits into
Indemnity83:mc/26.1from
AdolfoCarneiro:pr/neoforge-capabilities
Open

feat: wire NeoForge capabilities #371
AdolfoCarneiro wants to merge 3 commits into
Indemnity83:mc/26.1from
AdolfoCarneiro:pr/neoforge-capabilities

Conversation

@AdolfoCarneiro
Copy link
Copy Markdown
Contributor

 ## Summary                                                                                                                                                                              
                                                                                                                                                                                         
 Wires NeoForge capabilities and energy services so the common loader-agnostic storage abstractions can work against NeoForge providers.                                                 
                                                                                                                                                                                         
 ## Changes                                                                                                                                                                              
                                                                                                                                                                                         
 - Register NeoForge capabilities for energy, item, and fluid storage.                                                                                                                   
 - Wire `ItemStorageLookup`, `FluidStorageLookup`, and `PipeConnectionLookup` to NeoForge capability lookups.                                                                            
 - Add the NeoForge energy push and presence checker services.                                                                                                                           
 - Connect the storage adapters to capability registration.                                                                                                                              
                                                                                                                                                                                         
 ## Notes                                                                                                                                                                                
                                                                                                                                                                                         
 This PR stays on the infrastructure side. Networking, lifecycle events, and client rendering remain in later PRs.  

@AdolfoCarneiro AdolfoCarneiro marked this pull request as ready for review May 16, 2026 19:58
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 16, 2026

Warning

Rate limit exceeded

@AdolfoCarneiro has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 59 minutes and 47 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: f67cab32-0214-4cb8-b11c-2e5dbed40c3e

📥 Commits

Reviewing files that changed from the base of the PR and between 9941b54 and 88c3788.

📒 Files selected for processing (14)
  • .gitignore
  • neoforge/build.gradle
  • neoforge/src/main/java/com/logistics/neoforge/LogisticsNeoForge.java
  • neoforge/src/main/java/com/logistics/neoforge/NeoForgeCapabilityRegistration.java
  • neoforge/src/main/java/com/logistics/neoforge/energy/NeoForgeEnergyCapabilityLookup.java
  • neoforge/src/main/java/com/logistics/neoforge/energy/NeoForgeEnergyStorage.java
  • neoforge/src/main/java/com/logistics/neoforge/fluids/NeoForgeFluidKey.java
  • neoforge/src/main/java/com/logistics/neoforge/fluids/NeoForgeFluidStorage.java
  • neoforge/src/main/java/com/logistics/neoforge/platform/NeoForgeCreativeTabRegistrar.java
  • neoforge/src/main/java/com/logistics/neoforge/platform/NeoForgePlatformService.java
  • neoforge/src/main/java/com/logistics/neoforge/platform/NeoForgeRegistryAliasHelper.java
  • neoforge/src/main/java/com/logistics/neoforge/storage/NeoForgeItemKey.java
  • neoforge/src/main/java/com/logistics/neoforge/storage/NeoForgeItemStorage.java
  • neoforge/src/test/java/com/logistics/neoforge/ServiceLoaderSmokeTest.java
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant