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 6781838 times)


Oh god.


Thanks JSK. my game is broken now.
Edit: Found Bin but still pissed that I can't get the loving minimap without stuff breaking.
Save your worlds folder? Copy paste it to desktop.
Delete bin.
Open Minecraft.
Put back worlds.
Install or maybe not all your mods except the minimap.
That's my guesss but correct me people if I"m wrong.

Went to the Nether for the first time today.

all hail one of the most popular threads

Is there a way to find my location? I want to dig STRAIGHT down into a underground farm for a overhead light source. Digging up isn't... working... very easily..

keep digging up, you will get there very shortly
or you could just use like minimap... wait no that wouldnt work
i think

Is there a way to find my location? I want to dig STRAIGHT down into a underground farm for a overhead light source. Digging up isn't... working... very easily..
I did that too from under a mountain. I eventually said forget it and dug a small shaft and tnt'd it every so often.

What the forget is this rock? It won't loving fall apart no matter what I hit it with.

BTW: I found one diamond near it.

EDIT:I've attacked it with a iron pickaxe, bare hands, and a stone pickaxe

EDIT:ITS loving EVERYWHERE
« Last Edit: December 24, 2010, 12:57:13 AM by Lugnut1206 »

What the forget is this rock? It won't loving fall apart no matter what I hit it with.

BTW: I found one diamond near it.

I've attacked it with a iron pickaxe, bare hands, and a stone pickaxe

Bedrock, bottom of map. You can't break it.

Bedrock, bottom of map. You can't break it.
How in hell did I reach the bottom of the map, when I didn't....




stuff I misplotted

I didn't know it was irregular. I thought it was one solid rock thing.
« Last Edit: December 24, 2010, 01:02:51 AM by Lugnut1206 »

Since when did we get capes?

Since when did we get capes?
Since the last update, about three or four pages ago.

Yeah but didn't know we all got them...

Why is my cape a Christmas tree?

Yeah but didn't know we all got them...

Why is my cape a Christmas tree?

HURRRR CHRISTMAS HURRRRRR


What the forget is this rock? It won't loving fall apart no matter what I hit it with.

BTW: I found one diamond near it.

I've attacked it with a iron pickaxe, bare hands, and a stone pickaxe
That's Adminium, more commonly known as bedrock. It's the bottom of the map, and impossible to break.

omg, you're back?
Ha, yeah, I guess.



JSK, what the forget do I do if I'm on a mac.
JSK I did the instructions on the topic and it broke my minecraft.

Thanks a loving lot.
I click to log in and it blackscreens.


Great I have no loving idea how to fix this.


That's fine, but what can I do to make it work.

Also what's, "bin"
Hey can somebody tell me where the forget, "bin" is.

Also JSK why didn't it work. I did exactly what it said to do and now my game is broken.
Okay but I really need to know now because somehow my game is totally broken now and I have no idea how to fix it nor do I know where bin is.

Help me please
WHERE IS BIN.
Oh god.


Thanks JSK. my game is broken now.
Edit: Found Bin but still pissed that I can't get the loving minimap without stuff breaking.
Seriously calm down.  Now, here we go.

First, delete the bin folder, then run minecraft again and it should re-download/update stuff. Once that is done close out of minecraft.
Then follow these instructions.
1) Go to Applications>Utilities and open terminal.
2) Type in the following, line by line:
Quote
   cd ~                Woo Jsk's commenting is in italics, I'm going to explain so you know what everything does. This command will move into the home folder
    mkdir mctmp               This makes a directory inside the home folder called mctmp.
    cd mctmp               This will then go inside that directory, mctmp, that you just created.
    jar xf ~/Library/Application\ Support/minecraft/bin/minecraft.jar               This will extract a jar file. The X indicates an extraction command, and the f states that you will specify a specific .jar file.
3) Outside of terminal, copy the class files(from the modloader archive AND the minimap archive) into the mctmp directory.
4) Back inside terminal, type in the following:
Quote
   rm META-INF/MOJANG_C.*               This will remove the META-INF folder. You are still in the mctmp folder, which now has all the mod's class files AND the recently extracted minecraft.jar files. The 'rm' indicates the remove command.
    jar uf ~/Library/Application\ Support/minecraft/bin/minecraft.jar ./                This will update(indicated by u) the specific jar file("jar f") with whatever is in the directory you are currently in.
    cd ..                This goes back a directory, which should lead into the home folder.
    rm -rf mctmp               This will delete the mctmp folder. The rm command is for removal of files, the -r indicates the deletion of a directory, and the f means that it is a force delete and won't display any prompt.

5) Run Minecraft, enjoy!

If something goes wrong, don't freak out, just explain the error, maybe we can figure something out. I don't have a mac, but I understand how to read, and I can google things, so hopefully I can help.
« Last Edit: December 24, 2010, 01:15:57 AM by Jsk2003 »