Shadowed variable is missing in Minecraft 23w43b
Pixaurora opened this issue ยท 1 comments
WorldEdit Version
7.3.0-SNAPSHOT
Platform Version
Fabric 0.14.24
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
Running with the latest build from 7.3.0-SNAPSHOT in Minecraft 23w43b, a couple mixins can't apply properly. The log shows that the intermediary name corresponding with the shadowed variable MinecraftServer.nextTickTime
has been removed.
Expected Behavior
The game starts up normally and all of the mixins apply without issue.
Reproduction Steps
- Install Fabric loader and the latest snapshot version of Minecraft and the mod.
- Run the game.
Anything Else?
This appears to be related to the fact that /tick was added in this snapshot, so Mojang reworked that part of the game.