kettingpowered / Ketting-1-20-x

A fork of MinecraftForge with added Bukkit & Spigot patches
Other
73 stars 16 forks source link

Issue with Medieval Origins addon for Origins mod #322

Open Anakinthefallen opened 1 month ago

Anakinthefallen commented 1 month ago

Basic questions:

What Minecraft Version is your Server on?

1.20.1

Full Ketting Version

1.20.1-0.3.31

Description of behavior

run mod on ketting and when starting server the errors will pop up.

Reproduction Steps

Steps to reproduce the behavior:
1. Use above Version with mod bogus with the version 4.4.5-1.20.1
2. Run the server
3. See the mixin error

Logs

https://mclo.gs/zBTKikl

Additional context

No response

C0D3-M4513R commented 1 month ago

What errors? I can't find anything relating to MedivalOrigins in the provided log.

JustRed23 commented 1 month ago

What errors? I can't find anything relating to MedivalOrigins in the provided log.

https://mclo.gs/zBTKikl#L5362

JustRed23 commented 1 month ago

Seems like the reproduction steps were mixed up between both tickets

JustRed23 commented 1 month ago

Update: this seems to be the case of a datapack in that mod trying to execute a modded command, due to the way that i have two dispatchers, one for vanilla commands and one for modded, this wont be possible. I'll see if i can find something for it