Jump to content

[Solved] How to Github Clone a ForgeGradle Project?


Recommended Posts

Posted

I've been working on a project for a while now and committing my updates to my github. However, I lost my existing working directory, and so I'm trying to get a fresh clone from github.

My Github for the project: https://github.com/MarnBeast/EvilDeadCraft

 

I have gradlew committed, so I theorized that I should simply be able to do the clone through eGit, close eclipse, and run gradlew setupUncompWorkspace and gradlew eclipse on the project I just pulled down. I followed LexManos video

and got Minecraft to run, and I could see my code in eclipse linked to my github repo. No errors. However, the mod doesn't show up in Minecraft. It says there's only 3 mods installed - Minecraft Coder Pack, Forge Mod Loader, and Minecraft Forge. I've tried about everything I can think of, but I cannot get it to see my mod. It definitely worked before! I'm guessing that the problem is related to Gradle and that my project is somehow configured incorrectly, but no idea where to look.

 

Any ideas? Thanks!

Posted

Here's my run log:

 

[12:59:28] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[12:59:28] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[12:59:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[12:59:29] [main/INFO]: Logging in with username & password
[12:59:29] [main/INFO] [FML]: Forge Mod Loader version 7.10.18.1180 for Minecraft 1.7.10 loading
[12:59:29] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.7.0_67, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jre7
[12:59:29] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[12:59:29] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:59:29] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[12:59:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:59:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:59:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:59:29] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[12:59:31] [main/ERROR] [FML]: The minecraft jar file:/C:/Users/MarnBeast/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.10-10.13.0.1180/forgeSrc-1.7.10-10.13.0.1180.jar!/net/minecraft/client/ClientBrandRetriever.class appears to be corrupt! There has been CRITICAL TAMPERING WITH MINECRAFT, it is highly unlikely minecraft will work! STOP NOW, get a clean copy and try again!
[12:59:31] [main/ERROR] [FML]: FML has been ordered to ignore the invalid or missing minecraft certificate. This is very likely to cause a problem!
[12:59:31] [main/ERROR] [FML]: Technical information: ClientBrandRetriever was at jar:file:/C:/Users/MarnBeast/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.10-10.13.0.1180/forgeSrc-1.7.10-10.13.0.1180.jar!/net/minecraft/client/ClientBrandRetriever.class, there were 0 certificates for it
[12:59:31] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[12:59:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:59:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[12:59:31] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[12:59:31] [main/INFO]: Setting user: MarnBeast
[12:59:32] [Client thread/INFO]: LWJGL Version: 2.9.1
[12:59:33] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[12:59:33] [Client thread/INFO] [FML]: MinecraftForge v10.13.0.1180 Initialized
[12:59:33] [Client thread/INFO] [FML]: Replaced 182 ore recipies
[12:59:33] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[12:59:33] [Client thread/INFO] [FML]: Searching C:\Users\MarnBeast\Developer\Minecraft Mods\Mod Code\run\mods for mods
[12:59:34] [Client thread/ERROR] [FML]: FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.FMLRenderAccessLibrary. This is generally a severe programming error.  There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
[12:59:36] [Client thread/INFO] [FML]: Forge Mod Loader has identified 3 mods to load
[12:59:36] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
[12:59:36] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[12:59:36] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[12:59:36] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[12:59:36] [Client thread/INFO] [FML]: Applying holder lookups
[12:59:36] [Client thread/INFO] [FML]: Holder lookups applied

Starting up SoundSystem...
Initializing LWJGL OpenAL
    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
OpenAL initialized.

[12:59:37] [sound Library Loader/INFO]: Sound engine started
[12:59:37] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[12:59:37] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[12:59:37] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 3 mods
[12:59:37] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
[12:59:37] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[12:59:37] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas

SoundSystem shutting down...
    Author: Paul Lamb, www.paulscode.com


Starting up SoundSystem...
Initializing LWJGL OpenAL
    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
OpenAL initialized.

[12:59:38] [sound Library Loader/INFO]: Sound engine started

 

One thing I noticed is that my packages are now instead broken into a folder hierarchy. For instance, what was a package net.evildead.mod before losing my environment and trying to clone is now just folders net/evildead/mod in my package explorer. No idea if that's relevant, but it's a change.

 

PxMK4bY.png

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.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • There is an issue with Modular Force Field System (mffs) Remove it or try other builds
    • I never imagined I would be writing this kind of testimony, but I feel it’s important to share my experience with Malice Cyber Recovery and how they helped me recover $230,000 I lost to crypto scammers. A few months ago, I got involved in a crypto investment opportunity that seemed legitimate at first. The scammers were incredibly convincing. They showed me impressive returns, sent regular updates, and even gave me access to what looked like a real trading platform. I was initially cautious, but after seeing the returns, I began to invest more, ultimately transferring over $230,000. Unfortunately, after a few weeks, when I tried to withdraw my funds, I found that the platform had disappeared, and I could no longer contact anyone involved. It was clear I had been scammed, and I felt completely helpless. For weeks, I tried everything to get my money back—contacting the authorities, reaching out to the platform’s so-called support team (who of course were unreachable), and trying to trace the transactions myself. But everything led to dead ends. The more I researched, the more I realized just how hard it was to recover stolen crypto. I began to lose hope. That’s when I came across Malice Cyber Recovery. At first, I was skeptical. Could they really help me recover my funds after everything I had been through? I decided to reach out anyway, just to see if they could offer any guidance. From the very first conversation, their team was not only professional but also deeply empathetic. They understood exactly how I was feeling and immediately made it clear that they were dedicated to helping me recover my lost funds. Malice Cyber Recovery’s team got to work quickly. They walked me through every step of the process, explaining the methods they would use to track down my stolen crypto. Their knowledge of blockchain technology and how to trace crypto transactions was incredibly impressive. They didn’t just give me vague promises they showed me the action they were taking and the progress they were making, which gave me hope that my money wasn’t gone forever. One of the most reassuring aspects of working with Malice Cyber Recovery was their transparency. They kept me updated regularly, letting me know what they were doing, what obstacles they encountered, and how they were overcoming them. It wasn’t an easy process; tracing funds through blockchain and dealing with scammers who hide behind fake identities and complex networks is incredibly difficult. But Malice Cyber Recovery’s team was relentless. They used advanced tools and techniques to trace the flow of my funds, and within just a few weeks, they managed to locate a significant portion of my lost funds. I couldn’t believe it when they informed me that they had successfully recovered a large chunk of my money. I never thought I’d see that $230,000 again. The recovery process wasn’t instantaneous it  took time, patience, and persistence but Malice Cyber Recovery delivered on their promise.  
    • Almost, just the java -server -Xmx4G -Xms4G -Dlog4j.configurationFile=log4jformattingfix.xml -jar forge-1.12.2-14.23.5.2860.jar nogui and if that doesn't work, try java --version
    • What so just copy and paste " java -server -Xmx4G -Xms4G -Dlog4j.configurationFile=log4jformattingfix.xml -jar forge-1.12.2-14.23.5.2860.jar nogui Pause >nul " into a cmd terminal? If that's what you mean, nothing happens
    • The networking has been far simplified in 1.20.5+ The docs could be old, as Ash has said feel free to submit a PR updating the community docs. However the only real up-to-date reference would be the code itself. So your best bet is to just read the code and give it want it wants.
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

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