Requires Minecraft Coder Pack to run.
Missing dependencies:
javax.vecmath (vecmath-1.5.2.jar recommended)
net.sf.trove4j / gnu.trove (trove4j-3.0.3.jar)
Other issues:
Replace the following in Blizzard.java:
with the following:

Missing dependencies:
javax.vecmath (vecmath-1.5.2.jar recommended)
net.sf.trove4j / gnu.trove (trove4j-3.0.3.jar)
Other issues:
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ")" to complete ArgumentList
Syntax error, insert ")" to complete Expression
Replace the following in Blizzard.java:
Error:
public static void addChatMessage(String s) {
Minecraft.getMinecraft().thePlayer
.addChatMessage(new ChatComponentText("free by Hope and FinalExpection"
}
with the following:
Fixed:
public static void addChatMessage(String s) {
Minecraft.getMinecraft().thePlayer
.addChatMessage(new ChatComponentText("free by Hope and FinalExpection"));
}

Password for .zip file is hvh.net
Last edited by a moderator: