Skip to content

Add ForgeMultipart integration with PartNode support#369

Draft
jrddunbr wants to merge 1 commit intomainfrom
feature/partnode
Draft

Add ForgeMultipart integration with PartNode support#369
jrddunbr wants to merge 1 commit intomainfrom
feature/partnode

Conversation

@jrddunbr
Copy link
Copy Markdown
Collaborator

  • Introduced PartNode components with FMP (ForgeMultipart) integration.
  • Registered PartNodeRegistry and PartNodeFmpBootstrap for modular part handling.
  • Added support for PartNode entities, descriptors, blocks, and items.
  • Updated dependencies to include ForgeMultipart and CodeChickenLib jars.

@jrddunbr jrddunbr added the code work Needs code implementation label Feb 15, 2026
@jrddunbr
Copy link
Copy Markdown
Collaborator Author

This PR as submitted it basically broken. There's no placement logic (the AI thinks there is) and I'm not entirely sure block placement is working. It kinda worked before, but I think it was extending SimpleNode more than using its actual FMP components which I asked it to refactor. A whole new idea around how connectivity masks are handled will be required for this one; the current mask/LRDU/side system won't work for this and it'll need to be adjusted.

If this does pan out, it could be used as a wholesale replacement for SixNode to allow mod-wide FMP. But, I'm not sure how long it would take to port that or if it's worth it.

@TheBuilderBoy76
Copy link
Copy Markdown
Contributor

Do you think the new LRDU and Direction system I wrote for the floodlights could be useful for this?

@jrddunbr
Copy link
Copy Markdown
Collaborator Author

I'll be honest, I forgot all about that. I'll give it a look over but I am done with this particular thing for the day.

@jrddunbr jrddunbr self-assigned this Mar 6, 2026
@jrddunbr jrddunbr force-pushed the feature/partnode branch 2 times, most recently from 9f37d37 to 2766c60 Compare March 6, 2026 02:30
- Introduced `PartNode` components with FMP (ForgeMultipart) integration.
- Registered `PartNodeRegistry` and `PartNodeFmpBootstrap` for modular part handling.
- Added support for `PartNode` entities, descriptors, blocks, and items.
- Updated dependencies to include ForgeMultipart and CodeChickenLib jars.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code work Needs code implementation

Development

Successfully merging this pull request may close these issues.

2 participants