Simple replacement for furnace bug that crashes the game/saving chunks nonsense. At least in the case of fuel burning out etc. I can always patch more as I find the bugs and trace them out.
Download
http://www.filedropper.com/zz
Retarded download site I know, but I can't attach and the file is too small to upload to most places.
Setup
- Navigate to your minecraft binary folder. (The one you installed the 1.8 jar in.)
- Open the jarfile in your fav. zip-file editor (a jar is a customized zip file), and find "zz.class".
- Delete it.
- Add the patched zz.class to the jar file.
- Profit!
Source
All I did was inject the following bytecode to bypass the NullPointerException that causes the game to crash.
Quote
IFNONNULL Label
POP
GOTO skip
Label:
UPDATE
Server patch:
Use this file instead:
http://www.filedropper.com/oj
IMPORTANT: Instead of zz, the server jar's equivalent is oj, so replace oj.class. I have no idea if this works, I just applied the patch to it, theoretically it will work.

This topic is locked











