-
Notifications
You must be signed in to change notification settings - Fork 70
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
feat: custom block models via custom channel #277
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement, Tests
Description
Implement custom block models with a new channel.
Add support for dynamic block model updates.
Update mesher and world logic for custom models.
Introduce new configuration options for custom channels.
Changes walkthrough 📝
7 files
Add handling for custom block models in mesher
Define `CustomBlockModels` type and integrate with mesher
Extend world logic to support custom block models
Update world renderer to handle custom block models
Implement custom channel for block model updates
Register custom channels in the main entry point
Update resource pack logic for asset updates
1 files
Remove unused block provider in demoModel
1 files
Add configuration option for custom channels