Darkhax-Minecraft / Game-Stages

An API for universal player based progression.
https://minecraft.curseforge.com/projects/game-stages
GNU Lesser General Public License v2.1
64 stars 17 forks source link

[1.19.2] Can't remove stages #74

Closed vizthex123 closed 2 years ago

vizthex123 commented 2 years ago

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. image

Reproduction Steps

Steps that others can use to recreate this issue.

  1. Download the mod.
  2. Give yourself a stage
  3. Try to remove said stage

Log Files

latest.log

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.

Darkhax commented 2 years ago

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/kubejs@1902.6.0-build.101/dev.latvian.mods.kubejs.event.EventHandler.post(EventHandler.java:212) at TRANSFORMER/kubejs@1902.6.0-build.101/dev.latvian.mods.kubejs.event.EventHandler.post(EventHandler.java:196) at TRANSFORMER/kubejs@1902.6.0-build.101/dev.latvian.mods.kubejs.integration.forge.gamestages.GameStagesIntegration.stageRemoved(GameStagesIntegration.java:43)