How do I install minecraft Forge?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I've downloaded minecraft via the PPA & want to use mods, the only mods I can find need Forge to run, on Microsoft doing so is easy, anyone know how to on Linux? (I prefer to do it via terminal) (I'll add info or change info as I get responses) (I'm technically using lubuntu)
games
add a comment |
I've downloaded minecraft via the PPA & want to use mods, the only mods I can find need Forge to run, on Microsoft doing so is easy, anyone know how to on Linux? (I prefer to do it via terminal) (I'll add info or change info as I get responses) (I'm technically using lubuntu)
games
add a comment |
I've downloaded minecraft via the PPA & want to use mods, the only mods I can find need Forge to run, on Microsoft doing so is easy, anyone know how to on Linux? (I prefer to do it via terminal) (I'll add info or change info as I get responses) (I'm technically using lubuntu)
games
I've downloaded minecraft via the PPA & want to use mods, the only mods I can find need Forge to run, on Microsoft doing so is easy, anyone know how to on Linux? (I prefer to do it via terminal) (I'll add info or change info as I get responses) (I'm technically using lubuntu)
games
games
edited Sep 8 '16 at 11:33
Jeff Schaller♦
44.9k1164147
44.9k1164147
asked Jul 2 '16 at 7:28
DeJeLDeJeL
1011115
1011115
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
I figured it out after asking.
I started out by going to: https://files.minecraftforge.net/
then I downloaded it to the desktop (I used 1.10 version, but that doesn't really matter)
then i used then commands in this order
cd Desktop
java -jar jarfilename.jar
and now it's moded. .;,;. (i used the command to launch the jar file due to me not being able to do so any other way on my computer)
add a comment |
As far as I can see this one is easy:
go to 'http://files.minecraftforge.net/' and select the forge version you need to use and download either the sources or the universal jar file. For this answer I assume you used the jarfile.
now cp /path/to/downloaded.jar /path/to/minecraft/mods/<filename>.jar
start minecraft, it should be modded now and you can copy other mods into your mods directory you want ot use.
is this a command, (ie terminal) or not, if not what does this even mean, i'm somewhat of a beginner to terminal, anyway, I've already figured it out.
– DeJeL
Jul 5 '16 at 16:53
add a comment |
There is a whole other way. You could used Multi MC . This approach is especially usefull if you want to keep multible differnet modpack around to play with.
You can download the deb package for Ubunutu and install with dpkg
.
to install forge and other mods, you start multmc create a instance and edit the instance.
add a comment |
cd Desktop
java -jar forge-1.11-13.19.1.2199-installer.jar
This is for 1.11.2, worked just fine. =)
you said the same-thing I did, just specified it for 1.11.2 rather than making it more generalized
– DeJeL
Nov 16 '17 at 16:18
add a comment |
protected by Community♦ Mar 11 at 22:27
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
I figured it out after asking.
I started out by going to: https://files.minecraftforge.net/
then I downloaded it to the desktop (I used 1.10 version, but that doesn't really matter)
then i used then commands in this order
cd Desktop
java -jar jarfilename.jar
and now it's moded. .;,;. (i used the command to launch the jar file due to me not being able to do so any other way on my computer)
add a comment |
I figured it out after asking.
I started out by going to: https://files.minecraftforge.net/
then I downloaded it to the desktop (I used 1.10 version, but that doesn't really matter)
then i used then commands in this order
cd Desktop
java -jar jarfilename.jar
and now it's moded. .;,;. (i used the command to launch the jar file due to me not being able to do so any other way on my computer)
add a comment |
I figured it out after asking.
I started out by going to: https://files.minecraftforge.net/
then I downloaded it to the desktop (I used 1.10 version, but that doesn't really matter)
then i used then commands in this order
cd Desktop
java -jar jarfilename.jar
and now it's moded. .;,;. (i used the command to launch the jar file due to me not being able to do so any other way on my computer)
I figured it out after asking.
I started out by going to: https://files.minecraftforge.net/
then I downloaded it to the desktop (I used 1.10 version, but that doesn't really matter)
then i used then commands in this order
cd Desktop
java -jar jarfilename.jar
and now it's moded. .;,;. (i used the command to launch the jar file due to me not being able to do so any other way on my computer)
edited Jan 21 '17 at 22:21
answered Jul 5 '16 at 16:59
DeJeLDeJeL
1011115
1011115
add a comment |
add a comment |
As far as I can see this one is easy:
go to 'http://files.minecraftforge.net/' and select the forge version you need to use and download either the sources or the universal jar file. For this answer I assume you used the jarfile.
now cp /path/to/downloaded.jar /path/to/minecraft/mods/<filename>.jar
start minecraft, it should be modded now and you can copy other mods into your mods directory you want ot use.
is this a command, (ie terminal) or not, if not what does this even mean, i'm somewhat of a beginner to terminal, anyway, I've already figured it out.
– DeJeL
Jul 5 '16 at 16:53
add a comment |
As far as I can see this one is easy:
go to 'http://files.minecraftforge.net/' and select the forge version you need to use and download either the sources or the universal jar file. For this answer I assume you used the jarfile.
now cp /path/to/downloaded.jar /path/to/minecraft/mods/<filename>.jar
start minecraft, it should be modded now and you can copy other mods into your mods directory you want ot use.
is this a command, (ie terminal) or not, if not what does this even mean, i'm somewhat of a beginner to terminal, anyway, I've already figured it out.
– DeJeL
Jul 5 '16 at 16:53
add a comment |
As far as I can see this one is easy:
go to 'http://files.minecraftforge.net/' and select the forge version you need to use and download either the sources or the universal jar file. For this answer I assume you used the jarfile.
now cp /path/to/downloaded.jar /path/to/minecraft/mods/<filename>.jar
start minecraft, it should be modded now and you can copy other mods into your mods directory you want ot use.
As far as I can see this one is easy:
go to 'http://files.minecraftforge.net/' and select the forge version you need to use and download either the sources or the universal jar file. For this answer I assume you used the jarfile.
now cp /path/to/downloaded.jar /path/to/minecraft/mods/<filename>.jar
start minecraft, it should be modded now and you can copy other mods into your mods directory you want ot use.
answered Jul 2 '16 at 7:59
KupferdracheKupferdrache
7610
7610
is this a command, (ie terminal) or not, if not what does this even mean, i'm somewhat of a beginner to terminal, anyway, I've already figured it out.
– DeJeL
Jul 5 '16 at 16:53
add a comment |
is this a command, (ie terminal) or not, if not what does this even mean, i'm somewhat of a beginner to terminal, anyway, I've already figured it out.
– DeJeL
Jul 5 '16 at 16:53
is this a command, (ie terminal) or not, if not what does this even mean, i'm somewhat of a beginner to terminal, anyway, I've already figured it out.
– DeJeL
Jul 5 '16 at 16:53
is this a command, (ie terminal) or not, if not what does this even mean, i'm somewhat of a beginner to terminal, anyway, I've already figured it out.
– DeJeL
Jul 5 '16 at 16:53
add a comment |
There is a whole other way. You could used Multi MC . This approach is especially usefull if you want to keep multible differnet modpack around to play with.
You can download the deb package for Ubunutu and install with dpkg
.
to install forge and other mods, you start multmc create a instance and edit the instance.
add a comment |
There is a whole other way. You could used Multi MC . This approach is especially usefull if you want to keep multible differnet modpack around to play with.
You can download the deb package for Ubunutu and install with dpkg
.
to install forge and other mods, you start multmc create a instance and edit the instance.
add a comment |
There is a whole other way. You could used Multi MC . This approach is especially usefull if you want to keep multible differnet modpack around to play with.
You can download the deb package for Ubunutu and install with dpkg
.
to install forge and other mods, you start multmc create a instance and edit the instance.
There is a whole other way. You could used Multi MC . This approach is especially usefull if you want to keep multible differnet modpack around to play with.
You can download the deb package for Ubunutu and install with dpkg
.
to install forge and other mods, you start multmc create a instance and edit the instance.
answered Jul 2 '16 at 8:07
KupferdracheKupferdrache
7610
7610
add a comment |
add a comment |
cd Desktop
java -jar forge-1.11-13.19.1.2199-installer.jar
This is for 1.11.2, worked just fine. =)
you said the same-thing I did, just specified it for 1.11.2 rather than making it more generalized
– DeJeL
Nov 16 '17 at 16:18
add a comment |
cd Desktop
java -jar forge-1.11-13.19.1.2199-installer.jar
This is for 1.11.2, worked just fine. =)
you said the same-thing I did, just specified it for 1.11.2 rather than making it more generalized
– DeJeL
Nov 16 '17 at 16:18
add a comment |
cd Desktop
java -jar forge-1.11-13.19.1.2199-installer.jar
This is for 1.11.2, worked just fine. =)
cd Desktop
java -jar forge-1.11-13.19.1.2199-installer.jar
This is for 1.11.2, worked just fine. =)
edited May 7 '17 at 23:49
Stephen Rauch
3,354101529
3,354101529
answered May 7 '17 at 23:41
JacobJacob
1
1
you said the same-thing I did, just specified it for 1.11.2 rather than making it more generalized
– DeJeL
Nov 16 '17 at 16:18
add a comment |
you said the same-thing I did, just specified it for 1.11.2 rather than making it more generalized
– DeJeL
Nov 16 '17 at 16:18
you said the same-thing I did, just specified it for 1.11.2 rather than making it more generalized
– DeJeL
Nov 16 '17 at 16:18
you said the same-thing I did, just specified it for 1.11.2 rather than making it more generalized
– DeJeL
Nov 16 '17 at 16:18
add a comment |
protected by Community♦ Mar 11 at 22:27
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?