Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. Kotlin/Java
  3. How to construct the liquidbounce problem

How to construct the liquidbounce problem

Scheduled Pinned Locked Moved Kotlin/Java
24 Posts 8 Posters 11.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W wangtian297

    I used idea to build a liquidbounce, but I couldn't find the API- java.jar How to solve this problem

    A Offline
    A Offline
    Aftery
    wrote on last edited by
    #2

    @wangtian297 what?

    1 Reply Last reply
    0
    • DreamWasFuckedD Offline
      DreamWasFuckedD Offline
      DreamWasFucked
      wrote on last edited by
      #3

      java.jar undefined undefined

      1 Reply Last reply
      1
      • O Offline
        O Offline
        ohno
        wrote on last edited by
        #4

        decompress this archive to:

        C:\Users\ur user\.gradle\caches\modules-2\files-2.1
        

        archive.zip

        W 1 Reply Last reply
        0
        • O ohno

          decompress this archive to:

          C:\Users\ur user\.gradle\caches\modules-2\files-2.1
          

          archive.zip

          W Offline
          W Offline
          wangtian297
          wrote on last edited by
          #5

          @ohno No, it's the problem
          ![_]{O(UUY91P3IL56KCQ5}M.png

          O 1 Reply Last reply
          0
          • W wangtian297

            I used idea to build a liquidbounce, but I couldn't find the API- java.jar How to solve this problem

            RiodoroR Offline
            RiodoroR Offline
            Riodoro
            wrote on last edited by Riodoro
            #6

            @wangtian297

            open the build.gradle in the forge 1.8.9 folder
            goto line 83
            and change these lines

            from this:

            implementation 'com.github.TheAltening:API-Java:master-SNAPSHOT'
            implementation 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
            compile 'com.github.TheAltening:API-Java:api-2.0-SNAPSHOT'
            compile 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
            

            to this:

            implementation 'com.github.TheAltening:TheAltening4j:master-SNAPSHOT'
            implementation 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
            compile 'com.github.TheAltening:TheAltening4j:api-2.0-22541fa70f-1'
            compile 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
            

            This schoud fix it 🙂

            O W 2 Replies Last reply
            0
            • RiodoroR Riodoro

              @wangtian297

              open the build.gradle in the forge 1.8.9 folder
              goto line 83
              and change these lines

              from this:

              implementation 'com.github.TheAltening:API-Java:master-SNAPSHOT'
              implementation 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
              compile 'com.github.TheAltening:API-Java:api-2.0-SNAPSHOT'
              compile 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
              

              to this:

              implementation 'com.github.TheAltening:TheAltening4j:master-SNAPSHOT'
              implementation 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
              compile 'com.github.TheAltening:TheAltening4j:api-2.0-22541fa70f-1'
              compile 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
              

              This schoud fix it 🙂

              O Offline
              O Offline
              ohno
              wrote on last edited by
              #7

              @riodoro ...
              its 4j...

              RiodoroR 1 Reply Last reply
              0
              • W wangtian297

                @ohno No, it's the problem
                ![_]{O(UUY91P3IL56KCQ5}M.png

                O Offline
                O Offline
                ohno
                wrote on last edited by
                #8

                @wangtian297 f17e0783-5c52-4ed4-b8f6-d24770ef20d5-image.png

                W 1 Reply Last reply
                0
                • O ohno

                  @wangtian297 f17e0783-5c52-4ed4-b8f6-d24770ef20d5-image.png

                  W Offline
                  W Offline
                  wangtian297
                  wrote on last edited by
                  #9

                  @ohno It's no use to him. Thank you

                  1 Reply Last reply
                  0
                  • O ohno

                    @riodoro ...
                    its 4j...

                    RiodoroR Offline
                    RiodoroR Offline
                    Riodoro
                    wrote on last edited by
                    #10

                    @ohno

                    its works...

                    it looks like they changed something

                    i changed it like this an it works lol

                    1 Reply Last reply
                    0
                    • RiodoroR Riodoro

                      @wangtian297

                      open the build.gradle in the forge 1.8.9 folder
                      goto line 83
                      and change these lines

                      from this:

                      implementation 'com.github.TheAltening:API-Java:master-SNAPSHOT'
                      implementation 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
                      compile 'com.github.TheAltening:API-Java:api-2.0-SNAPSHOT'
                      compile 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
                      

                      to this:

                      implementation 'com.github.TheAltening:TheAltening4j:master-SNAPSHOT'
                      implementation 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
                      compile 'com.github.TheAltening:TheAltening4j:api-2.0-22541fa70f-1'
                      compile 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
                      

                      This schoud fix it 🙂

                      W Offline
                      W Offline
                      wangtian297
                      wrote on last edited by
                      #11

                      @riodoro Another question
                      MB$2GKBE~PD3C`KV7TG_4R2.png

                      RiodoroR 1 Reply Last reply
                      0
                      • W wangtian297

                        @riodoro Another question
                        MB$2GKBE~PD3C`KV7TG_4R2.png

                        RiodoroR Offline
                        RiodoroR Offline
                        Riodoro
                        wrote on last edited by
                        #12
                        This post is deleted!
                        1 Reply Last reply
                        0
                        • W Offline
                          W Offline
                          wangtian297
                          wrote on last edited by
                          #13

                          ![)JO%SD7R()1{LIXFBQ76.png
                          How to solve this problem? I have compiled it successfully before, but now it is not clear that there is a problem

                          RiodoroR 1 Reply Last reply
                          0
                          • W wangtian297

                            ![)JO%SD7R()1{LIXFBQ76.png
                            How to solve this problem? I have compiled it successfully before, but now it is not clear that there is a problem

                            RiodoroR Offline
                            RiodoroR Offline
                            Riodoro
                            wrote on last edited by
                            #14

                            @wangtian297

                            try this build.gradle:

                            build.gradle.zip

                            this one schould work
                            just put it in the forge-1.8.9 folder and try again

                            W 1 Reply Last reply
                            0
                            • RiodoroR Riodoro

                              @wangtian297

                              try this build.gradle:

                              build.gradle.zip

                              this one schould work
                              just put it in the forge-1.8.9 folder and try again

                              W Offline
                              W Offline
                              wangtian297
                              wrote on last edited by
                              #15

                              @riodoro useless
                              J$G1NDND)X.png

                              RiodoroR 1 Reply Last reply
                              0
                              • W wangtian297

                                @riodoro useless
                                J$G1NDND)X.png

                                RiodoroR Offline
                                RiodoroR Offline
                                Riodoro
                                wrote on last edited by
                                #16

                                @wangtian297

                                hmmm idk

                                it says finished so maybe try to run it.? idk

                                1 Reply Last reply
                                0
                                • GkingG Offline
                                  GkingG Offline
                                  Gking
                                  wrote on last edited by
                                  #17

                                  change master-SNAPSHOT to d0771f42d3
                                  because SNAPSHOT is crashed
                                  you can use this link

                                  A W M 3 Replies Last reply
                                  0
                                  • GkingG Gking

                                    change master-SNAPSHOT to d0771f42d3
                                    because SNAPSHOT is crashed
                                    you can use this link

                                    A Offline
                                    A Offline
                                    Aftery
                                    wrote on last edited by
                                    #18

                                    @gking what link

                                    1 Reply Last reply
                                    0
                                    • GkingG Gking

                                      change master-SNAPSHOT to d0771f42d3
                                      because SNAPSHOT is crashed
                                      you can use this link

                                      W Offline
                                      W Offline
                                      wangtian297
                                      wrote on last edited by
                                      #19

                                      @gking said in How to construct the liquidbounce problem:

                                      d0771f42d3
                                      what link ?

                                      1 Reply Last reply
                                      0
                                      • GkingG Gking

                                        change master-SNAPSHOT to d0771f42d3
                                        because SNAPSHOT is crashed
                                        you can use this link

                                        M Offline
                                        M Offline
                                        miky08p
                                        wrote on last edited by miky08p
                                        #20

                                        @gking what i Need to change, i have the extact same issue

                                        TheMossYTT 2 Replies Last reply
                                        0
                                        • M miky08p

                                          @gking what i Need to change, i have the extact same issue

                                          TheMossYTT Offline
                                          TheMossYTT Offline
                                          TheMossYT
                                          wrote on last edited by
                                          #21

                                          @miky08p try this build.gradle, I try it and it work
                                          build.gradle in there.zip
                                          Replace it in 1.8.9-forge and the build.gradle file are in there

                                          1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          About
                                          • Terms of Service
                                          • Privacy Policy
                                          • Status
                                          • Contact Us
                                          Downloads
                                          • Releases
                                          • Source code
                                          • License
                                          Docs
                                          • Tutorials
                                          • CustomHUD
                                          • AutoSettings
                                          • ScriptAPI
                                          Community
                                          • Forum
                                          • Guilded
                                          • YouTube
                                          • Twitter
                                          • D.Tube
                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups