Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • Issue with using JEI API/Mod in my workspace [SOLVED]
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 1
Bluperman949

Issue with using JEI API/Mod in my workspace [SOLVED]

By Bluperman949, January 25 in Modder Support

  • Reply to this topic
  • Start new topic

Recommended Posts

Bluperman949    0

Bluperman949

Bluperman949    0

  • Tree Puncher
  • Bluperman949
  • Members
  • 0
  • 2 posts
Posted January 25 (edited)

I'm new here, so forgive me if I'm making a stupid mistake. I've been trying for the last two days or so to set up a modding environment with JEI API and the JEI mod itself in it.

Here are the relevant pieces of my build.gradle:

dependencies {
    minecraft 'net.minecraftforge:forge:1.16.5-36.0.1'
    
    compileOnly fg.deobf("mezz.jei:jei-7.6.1.65:1.16.4:api") { transitive = false }
    runtimeOnly fg.deobf("mezz.jei:jei-7.6.1.65:1.16.4") { transitive = false }
    
}

repositories {
  maven {
    // location of the maven that hosts JEI files
    name = "Progwml6 maven"
    url = "https://dvs1.progwml6.com/files/maven/"
  }
  maven {
    // location of a maven mirror for JEI files, as a fallback
    name = "ModMaven"
    url = "https://modmaven.k-4u.nl"
  }
}

I'm honestly not sure what the "transitive = false" bit does, but it made the API download properly. The problem is, the mod itself (not the API) isn't being downloaded when I build my project.

Or at least that's what I think is happening. I might be wrong. Anyways, here's the error. It doesn't prevent the client or server from running, it just shows up as a problem and JEI isn't listed as a mod in the client's home screen's "mods" menu.

image.thumb.png.612fd8574b9f0bfd25088a77326dfe2c.png

This error used to appear twice, once for each missing library, but one of them is fine now that I added that "transitive = false" bit of text and built my project again. Given that I don't see JEI when I run the client, I'm guessing it's the API that downloaded properly and the mod that's missing.

When I say "built my project" I mean that I ran "gradlew eclipse" and "gradlew genEclipseRuns" from cmd with the working directory set in my mod's workspace.

 

EDIT:

Quote

Could not resolve: mezz.jei:jei-7.6.1.65:1.16.4_mapped_snapshot_20201028-1.16.3

I just found this at the end of the output for gradlew eclipse. So yes, it's not able to download this file.

 

Is there anything I'm doing wrong? If I left out any important information please let me know. Thanks!

Edited January 25 by Bluperman949
Added quote from build
  • Quote

Share this post


Link to post
Share on other sites

Bluperman949    0

Bluperman949

Bluperman949    0

  • Tree Puncher
  • Bluperman949
  • Members
  • 0
  • 2 posts
Posted January 25

Ok. Sorry for wasting your time if you came here to help. The issue was something gradle-related. I hadn't added a Gradle Nature to my project in eclipse so it just didn't work properly. If you're having this issue on eclipse, try right-clicking your project, clicking "add gradle nature", and then building it again. I'll mark this as solved now.

  • Quote

Share this post


Link to post
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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 1
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • Rakaldo
      Forge not showing in the lanucher

      By Rakaldo · Posted 1 minute ago

      I have downloaded forge but it still wont show up in the launcher https://prnt.sc/10c4blb (btw its 1.16.4)
    • GhostGamesFSM
      1.16 Ore generation.

      By GhostGamesFSM · Posted 15 minutes ago

      sorry for the txt, but thanks for the comment. I don't have a BiomeLoadingEvent, but I just have to see how I do that. When I have that I send you a message if that works.
    • HOTSAUCEMAN
      help with loading my world

      By HOTSAUCEMAN · Posted 16 minutes ago

      just ran it again to get more updated logs  debug-1.log.gz
    • HOTSAUCEMAN
      help with loading my world

      By HOTSAUCEMAN · Posted 20 minutes ago

      when loading into my world it says its loading, and then changes to a dirt background with no text; i've looked at multiple threads, forums and videos but i can't find any issue similar to mine (at least on a similar version)  debug-1.log.gz
    • Beethoven92
      [1.16.5] Beacon Overwrite (Screen Error)

      By Beethoven92 · Posted 27 minutes ago

      I apologize...i misread the part where you say that your custom beacon inventory actually opens fine! Yeah, the proximity check is doing its job, the problem seems to be that when pressing the confirm button you are sending a vanilla CUpdateBeaconPacket, then handled by the server, which will check if your open container is a BeaconContainer. It would be helpful to see the complete code you have, please post a link to your repository
  • Topics

    • Rakaldo
      0
      Forge not showing in the lanucher

      By Rakaldo
      Started 1 minute ago

    • GhostGamesFSM
      2
      1.16 Ore generation.

      By GhostGamesFSM
      Started 17 hours ago

    • HOTSAUCEMAN
      1
      help with loading my world

      By HOTSAUCEMAN
      Started 20 minutes ago

    • Nyko
      3
      [1.16.5] Beacon Overwrite (Screen Error)

      By Nyko
      Started Yesterday at 07:22 AM

    • samjviana
      5
      [1.16.5] How to make EnchantedBook go to Custom ItemGroup

      By samjviana
      Started Sunday at 10:00 PM

  • Who's Online (See full list)

    • Rakaldo
    • EdekaKuchen
    • alexro871
    • GhostGamesFSM
    • Beethoven92
    • IntentScarab
    • CookieLukas
    • Tavi007
    • HOTSAUCEMAN
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • Issue with using JEI API/Mod in my workspace [SOLVED]
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community