This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13:52 <lahbot> [Bldr]<dontdodrugs1> the revive button wat does that do?? | |
13:52 <Tundmatu> it revives you!!! | |
13:52 <Tundmatu> -_- | |
13:52 <lahbot> [Bldr]<dontdodrugs1> cool how | |
13:52 <Tundmatu> -__________________- | |
13:52 <Tundmatu> Mega: tell him | |
13:53 <Mega> ? | |
13:53 <Mega> Oh | |
13:53 <Mega> Well, you press it, and you get health. | |
13:53 <Tundmatu> -___- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/users/Downloads/MinecraftLauncher/net/minecraft/GameUpdater.java:380: not a statement | |
for (int i=0; i < oChildren.length; i++) | |
^ | |
/Users/users/Downloads/MinecraftLauncher/net/minecraft/GameUpdater.java:380: ')' expected | |
for (int i=0; i < oChildren.length; i++) | |
^ | |
/Users/users/Downloads/MinecraftLauncher/net/minecraft/GameUpdater.java:380: ';' expected | |
for (int i=0; i < oChildren.length; i++) | |
^ | |
/Users/users/Downloads/MinecraftLauncher/net/minecraft/GameUpdater.java:407: ')' expected |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.minecraft.src; | |
//Exported java file | |
//Keep in mind that you still need to fill in some blanks | |
// - ZeuX | |
public class Model extends ModelBase | |
{ | |
public Model() | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(health <= 0) | |
{ | |
deathTime++; | |
if(deathTime > 20) | |
{ | |
motionX = 0; | |
motionY = 0; | |
motionZ = 0; | |
if(Math.random()<0.4) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. | |
// Jad home page: http://www.kpdus.com/jad.html | |
// Decompiler options: packimports(3) braces deadcode | |
package net.minecraft.src; | |
import java.util.*; | |
import net.minecraft.client.Minecraft; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.minecraft.src; | |
import java.util.*; | |
import java.text.*; | |
import org.lwjgl.opengl.GL11; | |
import org.lwjgl.input.Keyboard; | |
import net.minecraft.client.Minecraft; | |
public class mod_time extends BaseMod | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.minecraft.src; | |
import org.lwjgl.opengl.GL11; | |
import net.minecraft.client.Minecraft; | |
//This will teach you how to render a image on the screen and | |
//scale it. | |
public class mod_rendertut extends BaseMod { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.minecraft.src; | |
import org.lwjgl.input.Keyboard; | |
import net.minecraft.client.Minecraft; | |
public class mod_cacaw extends BaseMod | |
{ | |
public mod_cacaw() | |
{ | |
ModLoader.RegisterKey(this, this.key_toggle, false); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. | |
// Jad home page: http://www.kpdus.com/jad.html | |
// Decompiler options: packimports(3) braces deadcode | |
package net.minecraft.src; | |
import java.util.List; | |
import net.minecraft.client.Minecraft; | |
// Referenced classes of package net.minecraft.src: |