WingedSeal / jmc

A compiler for JMC (JavaScript-like Minecraft Function), a mcfunction extension language for making Minecraft Datapack
https://jmc.wingedseal.com
MIT License
64 stars 10 forks source link

Accept version number in configuration #9

Closed Poly2it closed 1 year ago

Poly2it commented 1 year ago

Before this change, we would only accept a pack format when creating a new project with JMC, which was not very convenient if you had not memorized the relevant format.

With this change, we will try to break down the input in a tuple to find the correct pack format for a version.

WingedSeal commented 1 year ago

I'll implement the idea but not the code.