Stevertus / mcscript

A programming language for Minecraft Vanilla
https://mcscript.stevertus.com
MIT License
236 stars 17 forks source link

Update for Minecraft 1.21 compatibility #51

Open AramLR opened 1 month ago

AramLR commented 1 month ago

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:

Testing: