Poll

is minecraft dead

yes
270 (61.6%)
no
168 (38.4%)

Total Members Voted: 437

Author Topic: Minecraft Megathread; yeah its update 1.12 big whoop what about it  (Read 6773903 times)

what if you combined the zeppelin mod with ugocraft

oh my god
i don't think this would work, sadly ;_;

What if you put a giant potato cannon on it.

Can you combine the shaders mod with clear waters and realistic waters mod?

Can you combine the shaders mod with clear waters and realistic waters mod?
I don't know.
Because i don't use them fancy Graphics mods.


it should lol
If it did work that would be awesome!
Then we could paradrop down on NPC villages and burn them.



apparently this is a paper factory

???

that's obviously a pen factory

Tried this

Got this
Code: [Select]
C:\Users\Andrew\Desktop\Minecraft2>java -Xmx2048M -Xms2048M -jar "Minecraft.exe"

'java' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Andrew\Desktop\Minecraft2>pause
Press any key to continue . . .
Someone mentioned tekkit and everyone suddenly ignored me.

that usually means your java directory isn't in your path variable

Guys, I need some help
My IC generators work, but when they are hooked up to multiple machines, they stop working, even with a copper cord.
The setup is -
O=machine
G=Generator
>>=Wire

OOOO
4 machines^^^

On the side

       G
       ^
       ^
O<<<M

2 generators on each side, nothing in the middle.
When hooked up with gold wire, nothing happens.
Copper wire does some stuff, but it's not worth it
And now the textures won't show up for 3 of my machines.

that usually means your java directory isn't in your path variable
What does that mean? How can I fix it?

here's a nice tutorial because i'm bad at explaining things: http://java.com/en/download/help/path.xml

the path variable is in itself pretty helpful though, because instead of saying C:\some\obscure\directory\a_file.txt, i can add C:\some\obscure\directory to my path, then i can just run a_file.txt in the command prompt

a bad example, more useful for running executables with command line arguments

I don't really understand what exactly I do, I can edit the variable, but what do I add to the value?

a semicolon, then the folder your java.exe is in

so for me, i'd add ";C:\Java\bin", but it's usually ";C:\Program Files (x86)\Java\bin"

without the quotes