Orion icon indicating copy to clipboard operation
Orion copied to clipboard

Mixin loader for Paper

Results 5 Orion issues
Sort by recently updated
recently updated
newest added

Mainly resolves #12 and #13 Bunch of thanks goes to @F0x06 who figured out a way how to use ModLauncher Roadmap: - [ ] Rewrite all Gradle files to Kotlin...

enhancement

``` [12:47:07 INFO]: [LaunchWrapper] Calling tweak class eu.mikroskeem.orion.core.launcher.legacylauncher.OrionTweakClass Exception in thread "main" org.spongepowered.asm.service.ServiceNotAvailableError: No mixin host service is available. Services: INVALID[ModLauncher] and 1 other invalid services. at org.spongepowered.asm.service.MixinService.initService(MixinService.java:159) at org.spongepowered.asm.service.MixinService.getServiceInstance(MixinService.java:125)...

bug

LegacyLauncher does still not load all the JVM jars (for example, Yamakaja's RuntimeTransformer is broken out of the box because of it) or not defining packages properly (`Class#getPackage()`), then it...

help wanted

Since https://github.com/PaperMC/Paperclip/commit/726b8cc1802556a478a5e4afbf9d3fc1d27b772b Paperclip is using properties file instead of JSON for describing patch information, which makes examining Paperclip version easy. Possible use-cases: - Downloading correct Paper version if currently downloaded...

Shorter/simpler methods for mods written in Kotlin

enhancement