-
-
Notifications
You must be signed in to change notification settings - Fork 0
Sub packs #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request modernizes the fluoroscopy resource pack by upgrading to manifest format version 3 and implementing a subpack system that allows users to choose between different visual effects for ore highlighting. The changes enable users to select from outline-only, outline with glow, or outline with glow and x-ray vision modes.
Changes:
- Updated manifest from format version 2 to 3 with string-based version numbers
- Added three subpack configurations (outline, xray, glow) with descriptive settings
- Removed GitHub source URL from pack description in favor of settings section display
Reviewed changes
Copilot reviewed 24 out of 87 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| manifest.json | Updated to format version 3, added subpacks and settings sections, converted version fields to strings |
| texts/en_US.lang | Simplified pack description by removing GitHub URL reference |
| subpacks/xray/* | Added complete xray subpack with MER textures, texture sets, and blocks.json for invisible blocks |
| subpacks/glow/* | Added complete glow subpack with MER textures and texture sets for emissive ore effects |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This pull request updates the
manifest.jsonfor thefluoroscopyresource pack to support newer engine features and provide more user customization. The main changes include updating the manifest format, switching version numbers to string format, and adding support for subpacks and settings to improve user experience.Manifest and versioning updates:
format_versionfrom 2 to 3 to support new manifest features.versionandmin_engine_versionfields from arrays to strings for both the header and modules sections.Subpack and settings support:
subpackssection with three options (outline,xray,glow) to allow users to choose different visual effects.settingssection with descriptive labels to explain each subpack and provide additional information to users.