Jump to content

Recommended Posts

Posted

Hey, decided to start attempting to mod Minecraft finally but ran into an error while trying to decompile minecraft into my project with the .\ gradlew setupDecompWorkspace command with JAVA_HOME not pointing to the JDK or something, I'm just wondering if it could be the versions of what I'm using:

Gradle 2.0 (automatically installed once I ran the commands)

JDK 13 (it was the latest so I installed it without thinking and the one I'm most curious if it's the cause)

I say this because I set the JAVA_HOME to point to the JDK and it came up with something like "can't obtain version from '13' (the version on the end). I just don't know and it would be a great help if someone knows the answer!

This was the tutorial I was using: https://blog.usejournal.com/a-beginners-guide-to-modding-minecraft-9a42536495f6

Posted

1.12.2 uses Java 8

1.13+ uses Java 8-10 I believe it is

 

I glanced at that tutorial real quick, and noticed it didn't even mention installing or which version of Java you need. That's a warning sign. Also, it is for 1.7.10, which is no longer supported on these forums, so I would suggest 1.12.2+ if you'll be looking for help here.

Posted (edited)

Oops sorry didn't realise, just jumped at the opportunity finally finding a place like this, so what version of Java (I'm assuming its JDK right?) for 1.7.10?

Edited by Camtas
Posted
  On 12/17/2019 at 12:14 PM, Camtas said:

Oops sorry didn't realise, just jumped at the opportunity finally finding a place like this, so what version of Java (I'm assuming its JDK right?) for 1.7.10?

Expand  

With 1.7.10 being so old, I honestly couldn't say for sure, although I wouldn't go any higher than 8. You'd be better off searching these forums for advice on 1.12.2+ tutorials, and using a modern version, so that you can receive support, otherwise you'll have to look elsewhere for help. If you do not know any Java (or other programming language), you will also run into a lot of trouble unless you know what classes, inheritance, and overrides, among other things are, and basic syntax.

In short, use 1.12.2+, or when you post on here asking questions, your post will get locked and you will be told to update. Make sure you know at the very least basic Java programming (if you do not already), as if you ask the most basic of programming questions, you will be told to do so (this is a Forge support site, not a Java support site :) )

Posted (edited)

Ok, thanks! I just heard over and over that people reckon that 1.7.10 was the best version for modding.

Edited by Camtas
Posted
  On 12/17/2019 at 12:38 PM, Camtas said:

Ok, thanks! I just heard over and over that people reckon that 1.7.10 was the best version for modding.

Expand  

That's debatable, the reason so many people think this is that a lot changed after that version, and people for whatever reasons refused to update their mods, so a lot of mods are stuck in that ancient version. There are a million reasons to use a modern version, support from this website chief among them!

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

    • "I want to understand how complex mods with ASM transformation and coremods work, such as Xray or AntiXray. Why do they break when you simply rename packages? What features of their architecture make refactoring difficult? And what techniques are used to protect these mods? I am interested in technical aspects in order to better understand the bytecode and Forge loader system."
    • I can't figure out if you're looking for help trying to steal someone elses work, or cheat at the game....
    • Title: Why Is It So Hard to Rename and Restructure Mods Like Xray or AntiXray? 🤔 Post text: Hey everyone! I’ve been digging into Minecraft modding for a while and have one big question that I can’t figure out on my own. Maybe someone with more experience could help or give me some advice. Here’s the issue: When I take a “normal” Minecraft mod — for example, one that just adds some blocks or new items — I can easily change its structure, package names, or even rebrand it entirely. It’s straightforward. But as soon as I try this with cheat-type mods like XrayMod or AntiXray, everything falls apart. Even if I just rename the classes, refactor the packages, or hide its identity somehow, the mod either breaks or stops working properly. XrayMod in particular is proving to be a nightmare to modify without losing its core function. So my question is — why is this so much harder with cheat mods like Xray? Is there something fundamentally different about how they’re coded, loaded, or protected that prevents simple renaming or restructuring? And if so, how can I actually learn to understand someone else’s cheat mod enough to safely refactor it without breaking the core features? I’ve already been spending over two months trying to figure this out and haven’t gotten anywhere. It feels like there must be some trick or knowledge I’m missing. Would really appreciate any thoughts, tips, or references — maybe there are guides or techniques for understanding cheat-mod internals? Or if you’ve successfully “disguised” a cheat mod like Xray before, I’d love to hear how you did it. Thanks in advance for any help or discussion. ✌️
    • just started making cinamatic contect check it out on my channel or check out my facebook page    Humbug City Minecraft Youtube https://www.youtube.com/watch?v=v2N6OveKwno https://www.facebook.com/profile.php?id=61575866982337  
    • Where did you get the schematic? Source/Link? And do use an own modpack or a pre-configured from curseforge? If yes, which one On a later time, I can make some tests on my own - but I need the schematic and the modpack name
  • Topics

×
×
  • Create New...

Important Information

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