Jump to content

Updating 1.18.2 to 1.19.2, errors when loading gradle changes, possibly caused by mappings


Myxtro

Recommended Posts

I'm updating my project to 1.19.2 from 1.18.2. For this I changed my build.gradle. I changed the following things:

I set my dependencies to:

dependencies {
    minecraft 'net.minecraftforge:forge:1.19.2-43.1.25'

    implementation fg.deobf('software.bernie.geckolib:geckolib-forge-1.19:3.1.20')
}

And my mappings to:

mappings channel: 'parchment', version: '2022.09.04-1.19.2'

(I also tried version: 1.1.8.2-2022.05.02-1.19 but that had the same result)

 

I get the following errors when I try to load the gradle changes:
 

- java.lang.IllegalStateException: ProjectScopeServices has been closed
- Start.java:
  - package net.minecraft.client.main does not exist
  - cannot find symbol variable Main
  - package net.minecraft.client.main does not exist
  - cannot find symbol variable Main
- java.lang.IllegalStateException: ProjectScopeServices has been closed
- Could not resolve net.minecraftforge:forge:1.19.2-43.1.25_mapped_parchment_2022.09.04-19.2

I have a feeling this is caused by the mappings but I'm not certain about this.

Any idea what I could do?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.