-
Notifications
You must be signed in to change notification settings - Fork 1
Updating to 1.18.2 #2
base: master
Are you sure you want to change the base?
Conversation
At this point I don't know what to do anymore but this is the error I'm getting when I launch Minecraft. if anyone can help me understand this that would be great Prism Launcher version: 7.2 (official) Launched instance in online mode authserver.mojang.com resolves to: session.minecraft.net resolves to: textures.minecraft.net resolves to: api.mojang.com resolves to: Minecraft folder is: Java path is: Java is version 17.0.8, using 64 (amd64) architecture, from Oracle Corporation. Main Class: Native path: Traits: Libraries: Native libraries: Mods: Params: Window size: 1920 x 1080 Launcher: standard Java Arguments: Minecraft process ID: 33872 [18:23:34] [main/INFO]: Loading Minecraft 1.18.2 with Fabric Loader 0.14.22 |
i believe the problem has to do with the src\main\java\is\rmob\supershulkers\mixin\EnchantmentTargetMixin.java file but don't know what it means |
@rmobis can you take a look at this to see if you can figure out what's causing the error? |
Sorry for the late reply here, I haven't been very active with Minecraft lately. Unfortunately I won't be able to help much as developing this plugin was (and still is) a very trial and error workflow and I no longer have my environment setup for developing MC mods. Either way, I can provide some pointers: At the end of the day, the error you're getting is |
thanks a lot for the help ill take a look at that stuff |
Added access widener to Enchantment Target to fix sealed class error
@rmobis This is ready to be merged as far as I know. |
Just so you know, for 1.18.2 and later there is EnchantedShulkers with very similar functionality. |
i didn't know about that thanks |
Iv done a bit of work to get this working on 1.18.2 but i dont know what to do to fix the mixins. im going to continue trying to figure this out but if anyone can help that would be great.