Skip to content

Releases: CrackedPolishedBlackstoneBricksMC/crossroad

0.3

02 Jun 07:50
Compare
Choose a tag to compare

Remembered the cachebust this time 👍

  • Bungle class signatures in a still-janky-temporary way, but it might even fix the compile errors 👐

0.2

02 Jun 06:28
Compare
Choose a tag to compare
0.2

I forgot to include a cachebust 💀 delete your merged jars after updating

  • Oops i shuffled the order of fields and methods due to dumping them into a hashset, fixed that
  • If X extends A1 in one jar and A2 in another, it will extend Object in the output (looking for a common superclass would probably be better, though)
  • If X implements Y and Y doesn't exist in all jars, the class signature will be cleared

0.1

02 Jun 03:37
Compare
Choose a tag to compare
0.1

hi