-
Notifications
You must be signed in to change notification settings - Fork 161
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
Cosmic Reach Model Editor plugin #506
Conversation
Please make use of |
@Malik12tree , I'm not sure what you mean? The condition gets set back to originalJavaBlockCond on unload(). Did you expect me to change java_block condition to the following code? (mode) => {
if (mode.cuboids) return true;
return originalJavaBlockCond(model);
} Please note, I cannot avoid modufying the original condition. To make sure the open_model() action(baritem) works correctly, I have to prevent the java_block's condition from giving false positives. |
Yeah of course! But only to give your plugin more availability in case the original condition ( (mode) => {
return !mode.cuboids && originalJavaBlockCond(model);
} |
@Malik12tree , the issue's long ago fixed |
@zHoeshin Yeah totally aware. Jannis is the only person that can merge pull requests in this repo, sometimes pull requests may take long if he's busy |
Thanks for your help @Malik12tree ! There are two breaking issure remaining:
I would also strongly recommend to add icons to your model format and your actions. |
Add the Cosmic Reach Model Editor plugin to the list of Blockbench plugins