kettingpowered / Ketting-1-20-x

A fork of MinecraftForge with added Bukkit & Spigot patches
Other
60 stars 14 forks source link

`Failed to load mod file META-INF/jars/mixinextras-forge-0.2.1-beta.2.jar` when using generated startup script from `-createLaunchScripts` flag #251

Closed Auriny closed 1 day ago

Auriny commented 1 month ago

Basic questions:

What Minecraft Version is your Server on?

1.20.1

Full Ketting Version

1.20.1-47.2.32-0.2.15

Description of behavior

ketting, if launched using a script, cannot load mods that use mixinextras.

Reproduction Steps

Steps to reproduce the behavior:
1. setup server with kettinglauncher v1.3.6 using the new `-createLaunchScripts` flag
2. install any mod thats using `mixinextras`. e.g.:
- https://www.curseforge.com/minecraft/mc-mods/mmmmmmmmmmmm
- https://www.curseforge.com/minecraft/mc-mods/item-production-lib
- https://www.curseforge.com/minecraft/mc-mods/attributefix
- https://www.curseforge.com/minecraft/mc-mods/passive-skill-tree
3. see the `Failed to load mod file META-INF/jars/mixinextras-forge-0.2.1-beta.2.jar` error.

Logs

https://mclo.gs/A41IlMk

Additional context

No response