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

Update for Minecraft 1.21 compatibility #51

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

AramLR
Copy link

@AramLR AramLR commented Jul 17, 2024

This pull request addresses compatibility issues with Minecraft version 1.21. The following changes have been implemented:

  1. Updated generator.js and gen_new.js to create a pack.mcmeta file with pack format 48, which is compatible with Minecraft 1.21.

  2. Modified the folder structure to align with Minecraft 1.21 changes:

    • Renamed the 'functions' folder to 'function' (singular) to match the new naming convention.

These modifications should resolve the majority of issues encountered when using this tool with the latest Minecraft version.

Changes made:

  • Updated pack format in pack.mcmeta to 48
  • Renamed 'functions' folder to 'function' in generated structure
  • Adjusted file paths and references accordingly

Testing:

  • Verified tool functionality with Minecraft 1.21

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.

1 participant