[1.19.2] Can't remove stages
vizthex123 opened this issue ยท 1 comments
Environment Details
Mod Version: 11.0.2
Game Version: 1.19.2
Loader Type: Forge
Loader Version: 43.1.47
Game Type: Both I guess, happened in single-player
The Issue
I try to run /gamestage remove
, but it gives me this error every time:
Also happens when trying to add a stage.
Reproduction Steps
Steps that others can use to recreate this issue.
- Download the mod.
- Give yourself a stage
- Try to remove said stage
Log Files
Screenshots / Media
Additional Info
How did you download the file?
CurseForge app
Was this downloaded as part of a modpack?
No
Do you have Optifine, other performance mods, or shaders?
I have Radon installed.
This is an issue with KubeJS or one of your KubeJS scripts.
java.lang.IllegalArgumentException: Event handler 'GameStageEvents.stageRemoved' doesn't support extra id!
at TRANSFORMER/[email protected]/dev.latvian.mods.kubejs.event.EventHandler.post(EventHandler.java:212)
at TRANSFORMER/[email protected]/dev.latvian.mods.kubejs.event.EventHandler.post(EventHandler.java:196)
at TRANSFORMER/[email protected]/dev.latvian.mods.kubejs.integration.forge.gamestages.GameStagesIntegration.stageRemoved(GameStagesIntegration.java:43)