Entropy5 / JMtoXaero

Convert Journeymap image data into Xaero format for Xaero's minecraft map mod
26 stars 6 forks source link

folder structure update #10

Closed thoschuller closed 1 year ago

thoschuller commented 1 year ago

folder structure update

Entropy5 commented 1 year ago

This fixes the converter for new minecraft versions, but I think 1.12 journeymap still uses the old structure i might just keep this as a branch and provide a jar from this branch for new versions

thoschuller commented 1 year ago

Good call! I'll see if I have time to write a mix between the two soon, so it'll detect the folder structure and change its internal workings automatically

Entropy5 commented 1 year ago

yea it should be as simple as just checking which of the folder names exist https://github.com/Entropy5/JMtoXaero/issues/8

thoschuller commented 1 year ago

It now includes a check on the existing folder name structure, and because of the backwards-compatible input a major version increment is no longer necessary

Entropy5 commented 1 year ago

just running one more test and then ill upload release