mojira.dev

Creepers

Assigned

No issues.

Reported

MC-41134 Raw Material Will not go into furnace from Hopper Duplicate MCL-199 Redownloads minecraft.jar with or WITHOUT mods Works As Intended MCL-187 Redownloads minecraft.jar file Duplicate

Comments

Okay thank you...Although i liked it from when you were able to get raw material from anywhere (Except bottom)

I have reproduce this error

I know how to fix this problem,
First go into %appdata%

Then go into .minecraft folder

Then versions.
C:\Users\ \AppData\Roaming\.minecraft\versions

Click on a version and look for "version name".json (I.e 13w16b.json)

if not there copy and paste
to a .json file within the version u want

Change\/ id \/ to whateva u want

{
  "id": "whateva u want",
  "time": "Mar 20, 2013 12:00:00 PM",
  "releaseTime": "Mar 20, 2013 12:00:00 PM",
  "type": "release",
  "processArguments": "legacy",
  "libraries": [
    {
      "name": "org.lwjgl.lwjgl:lwjgl:2.9.0"
    },
    {
      "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.0"
    },
    {
      "name": "net.java.jinput:jinput:2.0.5"
    },
    {
      "name": "net.java.jutils:jutils:1.0.0"
    },
    {
      "name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.0",
      "natives": {
        "linux": "natives-linux",
        "windows": "natives-windows",
        "osx": "natives-osx"
      },
      "extract": {
        "exclude": [
          "META-INF/"
        ]
      }
    },
    {
      "name": "net.java.jinput:jinput-platform:2.0.5",
      "natives": {
        "linux": "natives-linux",
        "windows": "natives-windows",
        "osx": "natives-osx"
      },
      "extract": {
        "exclude": [
          "META-INF/"
        ]
      }
    }
  ],
  "mainClass": "net.minecraft.client.Minecraft"
}