Skip to content

Instantly share code, notes, and snippets.

View fkaa's full-sized avatar

Felix Nemo Kaaman fkaa

  • 05:10 (UTC +11:00)
View GitHub Profile
@fkaa
fkaa / gist:970512
Last active December 12, 2019 15:29
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> -___-
/Users/users/Downloads/MinecraftLauncher/net/minecraft/GameUpdater.java:380: not a statement
for (int i=0; i &lt; oChildren.length; i++)
^
/Users/users/Downloads/MinecraftLauncher/net/minecraft/GameUpdater.java:380: ')' expected
for (int i=0; i &lt; oChildren.length; i++)
^
/Users/users/Downloads/MinecraftLauncher/net/minecraft/GameUpdater.java:380: ';' expected
for (int i=0; i &lt; oChildren.length; i++)
^
/Users/users/Downloads/MinecraftLauncher/net/minecraft/GameUpdater.java:407: ')' expected
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()
{
if(health <= 0)
{
deathTime++;
if(deathTime > 20)
{
motionX = 0;
motionY = 0;
motionZ = 0;
if(Math.random()<0.4)
{
@fkaa
fkaa / EntityPlayer.java
Created July 25, 2011 07:04
Welemental
// 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;
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
{
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 {
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);
// 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: