Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

Clean How to decompile MCP 1.8.9 + Optifine!

lmao

Developer
Developer
Joined
Jul 9, 2020
Messages
36
Reaction score
6
Points
8
Download ModCoderPack 9.18 from here
Download OptiFine 1.8.9 from here (PW: masterof13fps.com)
Download my config Files here: https://workupload.com/file/sJqDXMpHSgy

Tutorial:
1. Extract ModCoderPack
2. Delete conf folder
3. Paste in the conf folder from my config files
4. Run decompile.bat
5. Copy the optifine files into src/minecraft
6. Open the project in your favorite IDE and you just need to set the locations for 1.8.9 jar and realms 1.7.39
7. Have fun!

Edit by CrazyMemeCoke (04. August 2020) - Links zu externen Seiten für MCP & OF-SRC entfernt und auf Startseite verwiesen.
 
Last edited by a moderator:
ich bekomm diesen fehler

src\minecraft\net\minecraft\world\gen\structure\StructureMineshaftPieces.java:611: error: cannot find symbol
for (lvt_5_1_ = 0; k < this.boundingBox.getXSize(); k = k + 4)
 
ich bekomm diesen fehler

src\minecraft\net\minecraft\world\gen\structure\StructureMineshaftPieces.java:611: error: cannot find symbol
for (lvt_5_1_ = 0; k < this.boundingBox.getXSize(); k = k + 4)
Ganz einfacher fix wenn man 2 Sekunden drauf schaut: lvt_5_1 musst du einfach nur mit "k" ersetzen

Ist eine ganze normale for schleife mit der Variable namens k

for (k = 0; k < this.boundingBox.getXSize(); k = k + 4)
muss es aussehen
 
Habe mal die Links zu externen Seiten entfernt, bis auf deine Konfigurationsdateien, und auf die Startseite verwiesen.
Dort findet man ab sofort alle Downloads vor.

~ MemCock
 
Habe mal die Links zu externen Seiten entfernt, bis auf deine Konfigurationsdateien, und auf die Startseite verwiesen.
Dort findet man ab sofort alle Downloads vor.

~ MemCock
In den Optifine Sources die ihr verlinkt habt, ist keine für die 1.8.9 drin, was mein Tutorial useless macht. Könnte man den Optifine Link wieder hinzufügen?
 
In den Optifine Sources die ihr verlinkt habt, ist keine für die 1.8.9 drin, was mein Tutorial useless macht. Könnte man den Optifine Link wieder hinzufügen?
;)
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top