Skip to content
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

Allow more shaped recipe sizes #219

Merged
merged 4 commits into from
Dec 26, 2022

Conversation

MelnCat
Copy link
Contributor

@MelnCat MelnCat commented Dec 25, 2022

Currently, Nova only supports 3x3 shaped recipes. However, vanilla and bukkit actually supports many other shapes natively, such as 2x3, 3x2, 3x1, 1x3, etc. This pull request allows Nova to take advantage of the native recipe sizes, and allows other shaped recipe sizes to be used.

@MelnCat MelnCat changed the base branch from 0.13 to main December 25, 2022 06:30
@MelnCat MelnCat changed the base branch from main to 0.13 December 25, 2022 06:30
@MelnCat MelnCat changed the base branch from 0.13 to main December 25, 2022 06:36
Copy link
Member

@NichtStudioCode NichtStudioCode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're not using our codestyle.
You just copied decompiled Minecraft code, which is (due to being decompiled code) very hard to read and overly complex.

@MelnCat
Copy link
Contributor Author

MelnCat commented Dec 25, 2022

Code has been refactored and reriiten

@NichtStudioCode NichtStudioCode merged commit ea5aedc into xenondevs:main Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants