VulpixelMC / YummyQuiltHacks

A series of yummy 😋 hacks and utilities for covering legitimate usecases in immoral ways
Mozilla Public License 2.0
6 stars 2 forks source link

CHASM Backend (Transformed jars) Causes Improper jar Seeking #17

Open cocona20xx opened 1 year ago

cocona20xx commented 1 year ago

As discussed in the CursedMC Discord, 0.1.2 is unable to load on the most recent stable Quilt Loader version (0.18.7), as the Loader is unable to find the jar-in-jar'd dependencies.

cocona20xx commented 1 year ago

Going to look into fixing this myself and make a pr for it if I can get it to be fixed

sylv256 commented 1 year ago

I need to fix the codebase first

cocona20xx commented 1 year ago

I should just be able to roll back to the last commit in the 0.1.2 changelog, right?

sylv256 commented 1 year ago

Currently, the code is for 1.0, and I didn't care to put it on a separate branch.

sylv256 commented 1 year ago

I should just be able to roll back to the last commit in the 0.1.2 changelog, right?

I think so. I'll make a branch.

sylv256 commented 1 year ago

I might just make a 0.2.0-alpha.1 version first. The old codebase needed cleaning, and it'd be hard to maintain two separate versions of the codebase.

cocona20xx commented 1 year ago

Fair enough lol, I'm just trying to get 0.1.2 to work on newer loader versions for now

cocona20xx commented 1 year ago

Probably also going to make a separate issue for dropping the JIJing of that one QSL module since that breaks on older versions while everything else is pretty much version-agnostic

sylv256 commented 1 year ago

Actually, I think all I needed to do is remove the yqh-relaunch language adapter from 0.2.0 and we'll be good. I'll test this out right now.

sylv256 commented 1 year ago

Okay, the fixed version is on dev/0.2.x