-
-
Notifications
You must be signed in to change notification settings - Fork 929
Closed as not planned
Closed as not planned
Copy link
Labels
status:invalidThis does not describe a request or bug with WorldEditThis does not describe a request or bug with WorldEdittype:bugIncorrect behavior, not working as intendedIncorrect behavior, not working as intended
Description
WorldEdit Version
WorldEdit: 7.3.18 (Fabric)
Platform Version
Fabric Loader: 0.18.4 Fabric API: 0.138.4+1.21.10
Confirmations
- I am using the most recent Minecraft release.
- I am using a version of WorldEdit compatible with my Minecraft version.
- I am using the latest or recommended version of my platform software.
- I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
- I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)
Bug Description
Environment:
- Minecraft: 1.21.10
- Fabric Loader: 0.18.4
- Fabric API: 0.138.4+1.21.10
- WorldEdit: 7.3.18 (Fabric)
Issue:
The game crashes on startup. WorldEdit bundles an outdated version of fabric-lifecycle-events-v1,
which tries to inject into a method that no longer exists in Minecraft 1.21.10.
Error:
Critical injection failure: @Inject annotation on afterClientWorldChange
could not find any targets matching 'method_76796(Lnet/minecraft/class_638;)V' in net.minecraft.class_310
Temporary fix:
Removing WorldEdit allows the game to start normally.
Expected Behavior
WorldEdit should update its bundled fabric-lifecycle-events-v1 to support Minecraft 1.21.10.
Reproduction Steps
- Install Minecraft 1.21.10 with Fabric Loader and Fabric API.
- Add WorldEdit 7.3.18.
- Launch the game.
- Crash occurs during initialization.
Anything Else?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status:invalidThis does not describe a request or bug with WorldEditThis does not describe a request or bug with WorldEdittype:bugIncorrect behavior, not working as intendedIncorrect behavior, not working as intended