Integrate with Create: Blueprinted and fix multiblock rendering - #2
Merged
Conversation
Blueprinted integration: - Register a CreateMod.com ShareProvider (optional dep, guarded classloading) - Replace Blueprinted's share button with our own matching SmallIconButton that runs the full 360-degree upload pipeline and carries a tooltip with a private-posting disclaimer - Move the local/download mode toggle into Blueprinted's button column as a matching 15px button, anchored to topPos for even 17px spacing - Hide Blueprinted's export/share buttons in download mode - State-aware table title: "Download a schematic" when idle in download mode, Create's own uploading/finished text otherwise (re-centered) - Add privacy note chat message when uploads start Renderer fixes: - Rebase Create multiblock NBT (Controller/LastKnownPos) onto template coordinates so fluid tanks and item vaults keep their connectivity and render correctly instead of as broken 1x1 segments - Add a block entity render pass so belts, tank fluid, funnel flaps and other BER-only visuals appear in renders Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Blueprinted integration:
Renderer fixes:
Fixes #1
Fixes salem-5/Create-Blueprinted#8