MisterPeModder / MisterPeModder/ExtraGamerules
Crashes on 1.14 launch
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Game crashes as soon as it starts to launch when on 1.14 with this mod:
[07:58:47] [main/FATAL]: Mixin apply failed extra-gamerules.common.json:world.PhantomSpawnerMixin -> net.minecraft.class_2910: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException @Inject annotation on handler$preventPhantomsSpawning$zcb000 could not find any targets matching 'method_12639' in the target class net.minecraft.class_2910. Using refmap extra-gamerules-refmap.json
rest: https://gist.github.com/Blayyke/09ac868dbe73137fdb35d029b74a37e9
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the 1.14 launch crash and inspect the Mixin apply failure for extra-gamerules.common.json:world.PhantomSpawnerMixin. Compare the referenced method_12639 target in net.minecraft.class_2910 with the mod's injection and consult the linked crash log. Done means the game launches on 1.14 without this injection failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- game-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100