Jump to content

Recommended Posts

Posted

I'm trying to make a forge server in 1.7.10 for some older mods, but when I create all the server files, there's no folders for "mods" or "config."

When I go to join the server, it's labeled in the multiplayer menu as vanilla. 

Adding the folders myself doesn't seem to do anything as they don't load, and the server is still labeled "vanilla."

 

This is after running the "1.7.10 - 10.13.4.1614" jar installed from the website (https://files.minecraftforge.net/net/minecraftforge/forge/index_1.7.10.html)

spacer.png

 

Here's after running minecraft_server.1.7.10.jar the first time

spacer.png

 

And here's after accepting the eula and running minecraft_server.1.7.10.jar againspacer.png

 

The "mods" or "config" folders never appear.

The "forge-1.7.10-10.13.4.1614-1.7.10-universal.jar" file has done nothing throughout the whole process.

help

Posted
11 hours ago, tergerfer11 said:

Here's after running minecraft_server.1.7.10.jar

Do not run minecraft_server.1.7.10.jar

You should be running the forge jar.

Posted
10 hours ago, Ugdhar said:

Do not run minecraft_server.1.7.10.jar

You should be running the forge jar.

22 hours ago, tergerfer11 said:

The "forge-1.7.10-10.13.4.1614-1.7.10-universal.jar" file has done nothing throughout the whole process.

 

Posted
21 hours ago, Ugdhar said:

You should be running the forge jar.

 

10 hours ago, tergerfer11 said:

that did nothing

How did you run it? And it should have generated a log or something, which you should post. The log you posted looks like it's from a vanilla server (the minecraft_server jar file)

Posted
6 minutes ago, Ugdhar said:

 

How did you run it? And it should have generated a log or something, which you should post. The log you posted looks like it's from a vanilla server (the minecraft_server jar file)

I just clicked it like you would any executable

and yes, the log is from the minecraft_server jar file because the other one does nothing

Posted (edited)

The website flagged my ip for spam, and now I can't access it on my main connection. I'm connected on my hotspot right now

Edited by tergerfer11
Posted

You will need Java 8 JRE to run a Forge 1.7.10 server

Currently, you are using a newer Java version

 

In your script, replace the world java with the java 8 path and put it into quotation marks

For example:

"C:\Program Files\Java\jre1.8.0_311\bin\javaw.exe" -Xmx4G -jar forge-1.7.10-10.13.4.1614-1.7.10-universal.jar 
pause

 

Try my Modpack

spacer.png

>>Link to Curseforge<<

Posted
28 minutes ago, TileEntity said:

You will need Java 8 JRE to run a Forge 1.7.10 server

Currently, you are using a newer Java version

 

In your script, replace the world java with the java 8 path and put it into quotation marks

For example:

"C:\Program Files\Java\jre1.8.0_311\bin\javaw.exe" -Xmx4G -jar forge-1.7.10-10.13.4.1614-1.7.10-universal.jar 
pause

 

In my defense, I was told I needed JDK, not JRE.

I will try this later and update you then

Posted (edited)
10 hours ago, TileEntity said:

You will need Java 8 JRE to run a Forge 1.7.10 server

Currently, you are using a newer Java version

 

In your script, replace the world java with the java 8 path and put it into quotation marks

For example:

"C:\Program Files\Java\jre1.8.0_311\bin\javaw.exe" -Xmx4G -jar forge-1.7.10-10.13.4.1614-1.7.10-universal.jar 
pause

 

I tried javaw.exe and java. exe and neither worked

 

java.exe

spacer.png

 

javaw.exe

spacer.png

Edited by tergerfer11
Posted

I did that and it gave no errors, but also did nothing.

what am I doing wrong?

"C:\Program Files (x86)\Java\jre1.8.0_451\bin\javaw.exe" -Xmx2G -jar forge-1.7.10-10.13.4.1614-1.7.10-universal.jar 
pause
Posted (edited)
16 minutes ago, TileEntity said:

Is there a log file? (logs folder)

I have 4 files

  • the libraries folder
  • forge-1.7.10-10.13.4.1614-1.7.10-universal.jar
  • minecraft_server.1.7.10.jar
  • start.bat

No logs

Edited by tergerfer11
Posted (edited)
4 minutes ago, TileEntity said:

Create a text file eula.txt and write eula=true

into it and test it again

running minecraft_server.1.7.10.jar creates 4 files

running start.bat at this point still does nothing

Edited by tergerfer11
Posted (edited)
6 minutes ago, TileEntity said:

Check the eula.txt again

 

#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula).
#Wed May 21 15:43:08 EDT 2025
eula=true
Edited by tergerfer11

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

    • 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

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

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