• 0

    posted a message on Macro / Keybind Mod
    Quote from Mart3323»
    indent=30px]

    the
    problem with onChat is that chat is sent as a raw string.., the game
    doesn't know which part is the name, message, or boilerplate

    The good side to this is that servers can apply any custom formatting to the chat
    The
    bad side is that we can't automatically interpret the messages as
    chat.., we first need to write a regular expression that explains the
    specific chat pattern used on your server

    The long story is that you need to use
    IFMATCHES(%CHAT%,"regex")
    MATCH(%CHAT%,"regex_with_capturing_groups",{&name,&message}) IFMATCHES(%&message%,"\./kick (.+?) (.+)",{&kick_person,&kick_reason}) Echo("/kick %&kick_person% %&kick_reason%") ENDIF
    ENDIF

    If
    that doesn't make sense to you.., the first step would be to bind
    ${LogTo(debug.txt,%CHAT%)}$ to onchat.., wait until a bunch of
    different people have spoken (to get all the different colors and
    prefixes and ****), and then copy-paste the logs here (/macros/logs)
    given enough samples we can craft the regular expression for you
    [/indent]

    Pardon my ignorance (this syntax is a lot different than what I'm used to), but how would I bind $${LogTo(debug.txt,%CHAT%)}$$ to onchat?
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod

    Hey, I've enjoyed playing with this mod so far, but there's something i'm having trouble with. I want to set up a script, that runs when ever I'm on a server (I only go to one server on this instance), that kicks person-a when ever someone types in chat "./kick person-a message" and uses the message that the person put into chat. The main stumbling block I'm having right now is I haven't been able to find any documentation on how to use the 'onChat' event. If someone could help me with this or direct me to where these events and how to use them are explained, I'd really appreciated it.


    Thanks.

    Posted in: Minecraft Mods
  • 0

    posted a message on [1.8.7 / 1.7.10 and earlier][update 4/23] MCPatcher HD fix 5.0.3
    Quote from Kumasasa
    This is complete BS. 4.3.0 does patch 13w48b.It does - just tested.Your crash occurs in some GUI related stuff, that has nothing to to with Minecraft versions.
    Unexpected error while handling UI event java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=javax.swing.text.DefaultCaret$1@4ac342e6,notifier=null,catchExceptions=false,when=1385779299883] on sun.lwawt.macosx.LWCToolkit@5958a84ajava.lang.ArrayIndexOutOfBoundsException: 1012at javax.swing.text.BoxView.layoutMinorAxis(BoxView.java:846)at javax.swing.text.BoxView.setSpanOnAxis(BoxView.java:344)
    You might try the latest beta: http://www.minecraft...0#entry26330482
    Thank you for that. I'll try it now.

    Edit: The patcher works, however the game client is crash happy now. *caffeine wears out* I'll look more into it in the morning.
    Posted in: Resource Packs
  • 0

    posted a message on [1.8.7 / 1.7.10 and earlier][update 4/23] MCPatcher HD fix 5.0.3
    Quote from PopuliMinistrum

    It tells you right in your error log why it's not working:
    "WARNING: version is newer than any known version"
    You are using the wrong version, idk if a version for 13w38a is out yet, but 4.3.0 is for 1.7.2


    First: According to the title, it supports 13w48b. I redownloaded the patcher to see if this was fixed.

    Second: According to the FAQ section, which I read the entire OP before posting, the patcher is designed to be version independent. 13w48b (and 'a' for that matter) was a fairly small updated (especially after 1.7).

    If the patcher doesn't support 13w48b (the version I was trying to patch), the author should not advertise that it does.
    Posted in: Resource Packs
  • 0

    posted a message on [1.8.7 / 1.7.10 and earlier][update 4/23] MCPatcher HD fix 5.0.3
    I keep having trouble using the patcher and can't seem to find any help in the log or on the OP.
    I've attached the most recent log below in case anyone else can make sense of it.
    MCPatcher version is 4.3.0
    OS: Mac OS X 10.7.5 x86_64
    JVM: Oracle Corporation 1.8.0-ea (64 bit)
    Classpath: /Users/brianschlitt/Downloads/mcpatcher-4.3.0.jar
    Fetching https://s3.amazonaws.com/Minecraft.Download/versions/versions.json...
    Fetching http://s3.amazonaws.com/Minecraft.Download/versions/13w48b-mcpatcher/13w48b-mcpatcher.json...
    com.prupe.mcpatcher.PatcherException$DownloadException: java.io.IOException: HTTP response code: 403
    at com.prupe.mcpatcher.Util.fetchURL(Util.java:214)
    at com.prupe.mcpatcher.launcher.version.Version.fetchJson(Version.java:70)
    at com.prupe.mcpatcher.launcher.version.Version.getLocalVersion(Version.java:53)
    at com.prupe.mcpatcher.ProfileManager.addUnmoddedCustomVersions(ProfileManager.java:153)
    at com.prupe.mcpatcher.ProfileManager.refresh(ProfileManager.java:66)
    at com.prupe.mcpatcher.MainForm$18.runImpl(MainForm.java:567)
    at com.prupe.mcpatcher.MainForm$UIWorker.run(MainForm.java:1057)
    Caused by: java.io.IOException: HTTP response code: 403
    at com.prupe.mcpatcher.Util.fetchURL(Util.java:189)
    ... 6 more
    Minecraft version is 13w48b (md5 ec41b5fb78dbb90b232b1bb6c145c8ff)
    WARNING: version is newer than any known version
    
    Analyzing /Users/brianschlitt/Library/Application Support/minecraft/versions/13w48b/13w48b.jar (2863 files)
    Minecraft matches azh.class
    Minecraft matches azh.class
    runGameLoop matches ag ()V
    startGame matches ac ()V
    Minecraft matches azh.class
    Minecraft matches azh.class
    Minecraft matches azh.class
    Minecraft matches azh.class
    FontRenderer matches bal.class
    renderDefaultChar matches a (IZ)F
    readFontData matches c ()V
    FontRenderer matches bal.class
    renderString matches b (Ljava/lang/String;IIIZ)I
    WorldClient matches bjw.class
    WorldClient matches bjw.class
    WorldClient matches bjw.class
    EntityBubbleFX matches bkl.class
    EntityDropParticleFX matches bko.class
    onUpdate matches h ()V
    EntityFireworkOverlayFX matches bks.class
    EntityFireworkSparkFX matches bkt.class
    EntityFX matches blc.class
    EffectRenderer matches bld.class
    addEffect matches a (Lblc;)V
    renderParticles matches a (Lqr;F)V
    EntityPortalFX matches blj.class
    EntityReddustFX matches blk.class
    EntitySplashFX matches blo.class
    EntitySuspendFX matches blp.class
    EntityAuraFX matches blq.class
    EntityRainFX matches blv.class
    AbstractClientPlayer matches blw.class
    RenderBlocks matches bmb.class
    renderStandardBlockWithAmbientOcclusion matches a (Lahy;IIIFFF)Z
    renderStandardBlock matches q (Lahy;III)Z
    hasOverrideBlockTexture matches b ()Z
    RenderBlocks matches bmb.class
    renderBlockByRenderType matches b (Lahy;III)Z
    renderStandardBlockWithAmbientOcclusion matches a (Lahy;IIIFFF)Z
    renderBlockRedstoneWire matches h (Lahy;III)Z
    renderBlockFallingSand matches a (Lahy;Lafr;IIII)V
    renderBlockFluids matches p (Lahy;III)Z
    RenderBlocks matches bmb.class
    renderBlockByRenderType matches b (Lahy;III)Z
    renderBlockBrewingStand matches a (Laig;III)Z
    renderStandardBlockWithAmbientOcclusion matches a (Lahy;IIIFFF)Z
    renderBlockPane2 matches k (Lahy;III)Z
    renderBlockPane1 matches a (Lamq;III)Z
    renderStandardBlock matches q (Lahy;III)Z
    hasOverrideTexture matches b ()Z
    RenderBlocks matches bmb.class
    renderStandardBlockWithAmbientOcclusion matches a (Lahy;IIIFFF)Z
    WorldRenderer matches bmd.class
    updateRenderer matches a (Lrl;)V
    WorldRenderer matches bmd.class
    updateRenderer matches a (Lrl;)V
    EntityRenderer matches bmi.class
    updateFogColor matches j (F)V
    updateLightmap matches i (F)V
    getNightVisionStrength1 matches a (Lxp;F)F
    EntityRenderer matches bmi.class
    disableLightmap matches a (D)V
    renderWorld matches a (FJ)V
    enableLightmap matches b (D)V
    renderRainSnow matches e (F)V
    ItemRenderer matches bmn.class
    renderItem matches a (Lrl;Labt;I)V
    ItemRenderer matches bmn.class
    renderItemVanilla matches a (Lrl;Labt;I)V
    RenderGlobal matches bmp.class
    renderSky matches a (F)V
    renderClouds matches b (F)V
    RenderGlobal matches bmp.class
    sortAndRender matches a (Lrl;ID)I
    loadRenderers matches a ()V
    renderAllRenderLists matches a (ID)V
    RenderGlobal matches bmp.class
    renderSky matches a (F)V
    Tessellator matches bmw.class
    draw matches a ()I
    addVertexWithUV matches a (DDDDD)V
    reset matches d ()V
    startDrawingQuads matches b ()V
    addVertex matches a (DDD)V
    startDrawing matches a (I)V
    setTextureUV matches a (DD)V
    Tessellator matches bmw.class
    draw matches a ()I
    addVertexWithUV matches a (DDDDD)V
    startDrawingQuads matches b ()V
    addVertex matches a (DDD)V
    startDrawing matches a (I)V
    setTextureUV matches a (DD)V
    Tessellator matches bmw.class
    draw matches a ()I
    addVertexWithUV matches a (DDDDD)V
    startDrawingQuads matches b ()V
    addVertex matches a (DDD)V
    startDrawing matches a (I)V
    setTextureUV matches a (DD)V
    Tessellator matches bmw.class
    draw matches a ()I
    addVertexWithUV matches a (DDDDD)V
    startDrawingQuads matches b ()V
    addVertex matches a (DDD)V
    startDrawing matches a (I)V
    setColorOpaque_F matches b (FFF)V
    setTextureUV matches a (DD)V
    Tessellator matches bmw.class
    draw matches a ()I
    addVertexWithUV matches a (DDDDD)V
    startDrawingQuads matches b ()V
    addVertex matches a (DDD)V
    startDrawing matches a (I)V
    setTextureUV matches a (DD)V
    Tessellator matches bmw.class
    draw matches a ()I
    addVertexWithUV matches a (DDDDD)V
    startDrawingQuads matches b ()V
    addVertex matches a (DDD)V
    startDrawing matches a (I)V
    setTextureUV matches a (DD)V
    TileEntitySignRenderer matches bng.class
    RenderEnderman matches bob.class
    Render matches bod.class
    RenderXPOrb matches boe.class
    RenderFish matches boh.class
    renderFishingLine matches a (Lvu;DDDFF)V
    RenderBiped matches bol.class
    loadTextureForPass matches b (Lrm;IF)V
    renderArmor matches b (Lrm;IF)V
    RenderItem matches bon.class
    renderItemIntoGUIVanilla matches a (Lbal;Lbqu;Labt;II)V
    renderItemAndEffectIntoGUI matches b (Lbal;Lbqu;Labt;II)V
    renderDroppedItemVanilla matches a (Lwa;Lpw;IFFFF)V
    RenderSnowball matches bos.class
    doRender matches a (Lqr;DDDFF)V
    RenderLivingEntity matches bow.class
    doRenderLiving matches a (Lrl;DDDFF)V
    RenderLivingEntity matches bow.class
    doRenderLiving matches a (Lrl;DDDFF)V
    RenderLiving matches boz.class
    doRenderLiving matches a (Lrl;DDDFF)V
    RenderLeash matches boz.class
    doRenderLiving matches a (Lrl;DDDFF)V
    renderLeash matches b (Lrm;DDDFF)V
    RenderMooshroom matches bpa.class
    doRenderLiving matches a (Lrl;DDDFF)V
    loadTexture matches a (Lbrl;)V
    renderEquippedItems1 matches a (Lvc;F)V
    RenderPlayer matches bpe.class
    doRenderLiving matches a (Lrl;DDDFF)V
    renderArmor matches b (Lblw;IF)V
    RenderSheep matches bpf.class
    RenderSnowman matches bpj.class
    doRenderLiving matches a (Lrl;DDDFF)V
    renderEquippedItems1 matches a (Lvh;F)V
    RenderSpider matches bpk.class
    RenderWolf matches bpt.class
    RenderWolf matches bpt.class
    AbstractTexture matches bqe.class
    getGlTextureId matches b ()I
    AbstractTexture matches bqe.class
    getGlTextureId matches b ()I
    AbstractTexture matches bqe.class
    getGlTextureId matches b ()I
    DynamicTexture matches bqf.class
    getGlTextureId matches b ()I
    Texture matches bqf.class
    getGlTextureId matches b ()I
    Texture matches bqf.class
    getGlTextureId matches b ()I
    ThreadDownloadImageData matches bqg.class
    SimpleTexture matches bqj.class
    getGlTextureId matches b ()I
    load matches a (Lbrm;)V
    TextureAtlas matches bqo.class
    refreshTextures2 matches b (Lbrm;)V
    getGlTextureId matches b ()I
    TextureAtlas matches bqo.class
    refreshTextures2 matches b (Lbrm;)V
    getGlTextureId matches b ()I
    TextureAtlas matches bqo.class
    registerTiles matches g ()V
    refreshTextures2 matches b (Lbrm;)V
    getGlTextureId matches b ()I
    TextureAtlasSprite matches bqs.class
    getY0 matches i ()I
    getX0 matches h ()I
    getFrameRGB matches a (I)[[I
    TextureAtlasSprite matches bqs.class
    TextureManager matches bqu.class
    TextureManager matches bqu.class
    updateAnimations matches e ()V
    TextureManager matches bqu.class
    updateAnimations matches e ()V
    TextureObject matches bqw.class
    getGLTexture matches b ()I
    load matches a (Lbrm;)V
    TextureUtil matches bqx.class
    newGLTexture matches a ()I
    TextureClock matches bra.class
    getY0 matches i ()I
    updateAnimation matches j ()V
    getX0 matches h ()I
    getFrameRGB matches a (I)[[I
    TextureCompass matches brb.class
    updateNeedle matches a (Lafr;DDDZZ)V
    getY0 matches i ()I
    getX0 matches h ()I
    getFrameRGB matches a (I)[[I
    AbstractResourcePack matches brc.class
    DefaultResourcePack matches brd.class
    FallbackResourceManager matches bre.class
    FileResourcePack matches brf.class
    FolderResourcePack matches brg.class
    ReloadableResourceManager matches brj.class
    method2 matches a (Lbrn;)V
    method1 matches a (Ljava/util/List;)V
    Resource matches brk.class
    getInputStream matches b ()Ljava/io/InputStream;
    isPresent matches c ()Z
    getMCMeta matches a (Ljava/lang/String;)Lbsc;
    Resource matches brk.class
    getInputStream matches b ()Ljava/io/InputStream;
    isPresent matches c ()Z
    getMCMeta matches a (Ljava/lang/String;)Lbsc;
    ResourceLocation matches brl.class
    ResourceLocation matches brl.class
    ResourceLocation matches brl.class
    ResourceLocation matches brl.class
    ResourceLocation matches brl.class
    ResourceLocation matches brl.class
    ResourceLocation matches brl.class
    ResourceLocation matches brl.class
    ResourceLocation matches brl.class
    ResourceManager matches brm.class
    getResource matches a (Lbrl;)Lbrk;
    getNamespaces matches a ()Ljava/util/Set;
    getMCMeta matches b (Lbrl;)Ljava/util/List;
    ResourcePack matches bro.class
    getInputStream matches a (Lbrl;)Ljava/io/InputStream;
    getName matches b ()Ljava/lang/String;
    hasResource matches b (Lbrl;)Z
    getPackIcon matches a ()Ljava/awt/image/BufferedImage;
    getNamespaces matches c ()Ljava/util/Set;
    getMCMeta matches a (Lbse;Ljava/lang/String;)Lbsc;
    SimpleReloadableResourceManager matches bru.class
    loadResources matches c ()V
    getResource matches a (Lbrl;)Lbrk;
    getNamespaces matches a ()Ljava/util/Set;
    method2 matches a (Lbrn;)V
    getMCMeta matches b (Lbrl;)Ljava/util/List;
    method1 matches a (Ljava/util/List;)V
    SimpleResource matches brw.class
    getInputStream matches b ()Ljava/io/InputStream;
    isPresent matches c ()Z
    getMCMeta matches a (Ljava/lang/String;)Lbsc;
    Registry matches cv.class
    getValue matches a (Ljava/lang/String;)Ljava/lang/Object;
    register matches a (ILjava/lang/String;Ljava/lang/Object;)V
    iterator matches iterator ()Ljava/util/Iterator;
    containsKey matches b (Ljava/lang/String;)Z
    getKey matches c (Ljava/lang/Object;)Ljava/lang/String;
    getFullName matches c (Ljava/lang/String;)Ljava/lang/String;
    getById matches a (I)Ljava/lang/Object;
    newMap matches a ()Ljava/util/Map;
    containsId matches b (I)Z
    getId matches b (Ljava/lang/Object;)I
    Registry matches cv.class
    getValue matches a (Ljava/lang/String;)Ljava/lang/Object;
    register matches a (ILjava/lang/String;Ljava/lang/Object;)V
    iterator matches iterator ()Ljava/util/Iterator;
    containsKey matches b (Ljava/lang/String;)Z
    getKey matches c (Ljava/lang/Object;)Ljava/lang/String;
    getFullName matches c (Ljava/lang/String;)Ljava/lang/String;
    getById matches a (I)Ljava/lang/Object;
    newMap matches a ()Ljava/util/Map;
    containsId matches b (I)Z
    getId matches b (Ljava/lang/Object;)I
    RegistryBase matches cz.class
    containsKey matches d (Ljava/lang/Object;)Z
    put matches a (Ljava/lang/Object;Ljava/lang/Object;)V
    getKeys matches b ()Ljava/util/Set;
    get matches a (Ljava/lang/Object;)Ljava/lang/Object;
    newMap matches a ()Ljava/util/Map;
    RegistryBase matches cz.class
    containsKey matches d (Ljava/lang/Object;)Z
    put matches a (Ljava/lang/Object;Ljava/lang/Object;)V
    getKeys matches b ()Ljava/util/Set;
    get matches a (Ljava/lang/Object;)Ljava/lang/Object;
    newMap matches a ()Ljava/util/Map;
    NBTTagByteArray matches de.class
    getId matches a ()B
    NBTTagByte matches df.class
    getId matches a ()B
    NBTTagCompound matches dg.class
    removeTag matches o (Ljava/lang/String;)V
    hasKey matches c (Ljava/lang/String;)Z
    NBTTagCompound matches dg.class
    removeTag matches o (Ljava/lang/String;)V
    hasKey matches c (Ljava/lang/String;)Z
    NBTTagCompound matches dg.class
    removeTag matches o (Ljava/lang/String;)V
    hasKey matches c (Ljava/lang/String;)Z
    NBTTagDouble matches dj.class
    getId matches a ()B
    NBTTagFloat matches dl.class
    getId matches a ()B
    NBTTagIntArray matches dm.class
    getId matches a ()B
    NBTTagInt matches dn.class
    getId matches a ()B
    NBTTagList matches dp.class
    removeTag matches a (I)Ldu;
    tagCount matches c ()I
    NBTTagList matches dp.class
    removeTag matches a (I)Ldu;
    tagCount matches c ()I
    NBTTagLong matches dq.class
    getId matches a ()B
    NBTTagShort matches ds.class
    getId matches a ()B
    NBTTagString matches dt.class
    getId matches a ()B
    NBTTagScalar matches dv.class
    getShort matches e ()S
    getDouble matches g ()D
    getInt matches d ()I
    getByte matches f ()B
    getLong matches c ()J
    getFloat matches h ()F
    NBTBase matches du.class
    Profiler matches oz.class
    endStartSection matches c (Ljava/lang/String;)V
    endSection matches b ()V
    startSection matches a (Ljava/lang/String;)V
    Icon matches pw.class
    getIconName matches g ()Ljava/lang/String;
    getMaxV matches f ()F
    getHeight matches b ()I
    getInterpolatedV matches b (D)F
    getInterpolatedU matches a (D)F
    getWidth matches a ()I
    getMinU matches c ()F
    getMinV matches e ()F
    getMaxU matches d ()F
    Icon matches pw.class
    getIconName matches g ()Ljava/lang/String;
    getMaxV matches f ()F
    getHeight matches b ()I
    getInterpolatedV matches b (D)F
    getInterpolatedU matches a (D)F
    getWidth matches a ()I
    getMinU matches c ()F
    getMinV matches e ()F
    getMaxU matches d ()F
    Icon matches pw.class
    getIconName matches g ()Ljava/lang/String;
    getMaxV matches f ()F
    getHeight matches b ()I
    getInterpolatedV matches b (D)F
    getInterpolatedU matches a (D)F
    getWidth matches a ()I
    getMinU matches c ()F
    getMinV matches e ()F
    getMaxU matches d ()F
    Icon matches pw.class
    getIconName matches g ()Ljava/lang/String;
    getMaxV matches f ()F
    getHeight matches b ()I
    getInterpolatedV matches b (D)F
    getInterpolatedU matches a (D)F
    getWidth matches a ()I
    getMinU matches c ()F
    getMinV matches e ()F
    getMaxU matches d ()F
    Icon matches pw.class
    getIconName matches g ()Ljava/lang/String;
    getMaxV matches f ()F
    getHeight matches b ()I
    getInterpolatedV matches b (D)F
    getInterpolatedU matches a (D)F
    getWidth matches a ()I
    getMinU matches c ()F
    getMinV matches e ()F
    getMaxU matches d ()F
    Icon matches pw.class
    getIconName matches g ()Ljava/lang/String;
    getMaxV matches f ()F
    getHeight matches b ()I
    getInterpolatedV matches b (D)F
    getInterpolatedU matches a (D)F
    getWidth matches a ()I
    getMinU matches c ()F
    getMinV matches e ()F
    getMaxU matches d ()F
    IconRegister matches px.class
    registerIcon matches a (Ljava/lang/String;)Lpw;
    Potion matches qm.class
    setPotionName matches b (Ljava/lang/String;)Lqm;
    Potion matches qm.class
    Entity matches qr.class
    setPositionAndRotation matches a (DDDFF)V
    Entity matches qr.class
    setPositionAndRotation matches a (DDDFF)V
    EntityList matches qx.class
    EntityLivingBase matches rl.class
    setPositionAndRotation matches a (DDDFF)V
    EntityLivingBase matches rl.class
    updatePotionEffects matches aO ()V
    setPositionAndRotation matches a (DDDFF)V
    EntityLivingBase matches rl.class
    EntityLiving matches rm.class
    getCurrentArmor matches r (I)Labt;
    EntitySheep matches vf.class
    EntityItem matches wa.class
    EntityPlayer matches xp.class
    getCurrentArmor matches r (I)Labt;
    ItemArmor matches zr.class
    ItemArmor matches zr.class
    ItemBlock matches zx.class
    onItemUse matches a (Labt;Lxp;Lafr;IIIIFFF)Z
    ItemDye matches aaz.class
    Item matches abr.class
    Item matches abr.class
    getColorFromDamage matches a (Labt;I)I
    Item matches abr.class
    ItemStack matches abt.class
    hasEffectVanilla matches v ()Z
    getItemDamage matches j ()I
    ItemSpawnerEgg matches acu.class
    getItemNameIS matches n (Labt;)Ljava/lang/String;
    getColorFromDamage matches a (Labt;I)I
    PotionHelper matches add.class
    getPotionColor matches a (IZ)I
    PotionHelper matches add.class
    RecipesDyedArmor matches adk.class
    World matches afr.class
    World matches afr.class
    getSunAngle matches b (F)F
    World matches afr.class
    getRainStrength matches j (F)F
    IBlockAccess matches agb.class
    getLightBrightnessForSkyBlocks matches c (IIII)I
    isAirBlock matches c (III)Z
    getHeight matches Q ()I
    getBlockTileEntity matches o (III)Lanh;
    getBlock matches a (III)Lahy;
    isBlockProvidingPowerTo matches e (IIII)I
    getBiomeGenAt matches a (II)Lagk;
    getBlockMetadata matches e (III)I
    getWorldVec3Pool matches U ()Layp;
    extendedLevelsInChunkCache matches S ()Z
    IBlockAccess matches agb.class
    getLightBrightnessForSkyBlocks matches c (IIII)I
    isAirBlock matches c (III)Z
    getHeight matches Q ()I
    getBlockTileEntity matches o (III)Lanh;
    getBlock matches a (III)Lahy;
    isBlockProvidingPowerTo matches e (IIII)I
    getBiomeGenAt matches a (II)Lagk;
    getBlockMetadata matches e (III)I
    getWorldVec3Pool matches U ()Layp;
    extendedLevelsInChunkCache matches S ()Z
    IBlockAccess matches agb.class
    getLightBrightnessForSkyBlocks matches c (IIII)I
    isAirBlock matches c (III)Z
    getHeight matches Q ()I
    getBlockTileEntity matches o (III)Lanh;
    getBlock matches a (III)Lahy;
    isBlockProvidingPowerTo matches e (IIII)I
    getBiomeGenAt matches a (II)Lagk;
    getBlockMetadata matches e (III)I
    getWorldVec3Pool matches U ()Layp;
    extendedLevelsInChunkCache matches S ()Z
    IBlockAccess matches agb.class
    getLightBrightnessForSkyBlocks matches c (IIII)I
    isAirBlock matches c (III)Z
    getHeight matches Q ()I
    getBlockTileEntity matches o (III)Lanh;
    getBlock matches a (III)Lahy;
    isBlockProvidingPowerTo matches e (IIII)I
    getBiomeGenAt matches a (II)Lagk;
    getBlockMetadata matches e (III)I
    getWorldVec3Pool matches U ()Layp;
    extendedLevelsInChunkCache matches S ()Z
    IBlockAccess matches agb.class
    getLightBrightnessForSkyBlocks matches c (IIII)I
    isAirBlock matches c (III)Z
    getHeight matches Q ()I
    getBlockTileEntity matches o (III)Lanh;
    getBlock matches a (III)Lahy;
    isBlockProvidingPowerTo matches e (IIII)I
    getBiomeGenAt matches a (II)Lagk;
    getBlockMetadata matches e (III)I
    getWorldVec3Pool matches U ()Layp;
    extendedLevelsInChunkCache matches S ()Z
    BiomeGenBase matches agk.class
    getTemperaturef matches a (III)F
    getRainfallf matches i ()F
    setBiomeName matches a (Ljava/lang/String;)Lagk;
    BiomeGenBase matches agk.class
    setBiomeName matches a (Ljava/lang/String;)Lagk;
    WorldChunkManager matches agr.class
    Block matches ahy.class
    shouldSideBeRendered matches a (Lagb;IIII)Z
    getShortName matches a ()Ljava/lang/String;
    getLightValue matches m ()I
    Block matches ahy.class
    shouldSideBeRendered matches a (Lagb;IIII)Z
    getBlockColor matches D ()I
    colorMultiplier matches d (Lagb;III)I
    getRenderColor matches i (I)I
    Block matches ahy.class
    shouldSideBeRendered matches a (Lagb;IIII)Z
    getShortName matches a ()Ljava/lang/String;
    getRenderType matches b ()I
    getBlockIconFromSideAndMetadata matches a (II)Lpw;
    getBlockIcon matches e (Lagb;IIII)Lpw;
    Block matches ahy.class
    shouldSideBeRendered matches a (Lagb;IIII)Z
    getRenderBlockPass matches w ()I
    BlockCauldron matches aim.class
    shouldSideBeRendered matches a (Lagb;IIII)Z
    getBlockColor matches D ()I
    colorMultiplier matches d (Lagb;III)I
    getRenderColor matches i (I)I
    BlockGrass matches ajx.class
    shouldSideBeRendered matches a (Lagb;IIII)Z
    getShortName matches a ()Ljava/lang/String;
    getLightValue matches m ()I
    BlockMycelium matches akt.class
    shouldSideBeRendered matches a (Lagb;IIII)Z
    getShortName matches a ()Ljava/lang/String;
    getLightValue matches m ()I
    BlockRedstoneWire matches alq.class
    randomDisplayTick matches b (Lafr;IIILjava/util/Random;)V
    shouldSideBeRendered matches a (Lagb;IIII)Z
    getBlockColor matches D ()I
    colorMultiplier matches d (Lagb;III)I
    getRenderColor matches i (I)I
    WorldProvider matches ape.class
    getFogColor matches b (FF)Layo;
    WorldProviderHell matches apf.class
    getFogColor matches b (FF)Layo;
    WorldProviderEnd matches aph.class
    getFogColor matches b (FF)Layo;
    MapColor matches avl.class
    
    Analyzing /Users/brianschlitt/Library/Application Support/minecraft/versions/13w48b/13w48b.jar (methods and fields)
    Minecraft (azh.class)
    method getInstance matches A ()Lazh;
    field mcProfiler matches z Loz;
    Profiler (oz.class)
    Minecraft (azh.class)
    method getInstance matches A ()Lazh;
    method getResourceManager matches P ()Lbrm;
    method getTextureManager matches O ()Lbqu;
    TextureManager (bqu.class)
    field texturesByName matches b Ljava/util/Map;
    method bindTexture matches a (Lbrl;)V
    method getTexture matches b (Lbrl;)Lbqw;
    method refreshTextures matches a (Lbrm;)V
    TextureUtil (bqx.class)
    AbstractTexture (bqe.class)
    field glTextureId matches a I
    ThreadDownloadImageData (bqg.class)
    SimpleTexture (bqj.class)
    field address matches b Lbrl;
    Icon (pw.class)
    TextureAtlas (bqo.class)
    method registerIcon matches a (Ljava/lang/String;)Lpw;
    method refreshTextures1 matches a (Lbrm;)V
    method refreshTextures2 matches b (Lbrm;)V
    DynamicTexture (bqf.class)
    method getRGB matches d ()[I
    ResourcePack (bro.class)
    DefaultResourcePack (brd.class)
    field file matches c Ljava/io/File;
    AbstractResourcePack (brc.class)
    field file matches a Ljava/io/File;
    FileResourcePack (brf.class)
    field zipFile matches c Ljava/util/zip/ZipFile;
    FolderResourcePack (brg.class)
    ResourceManager (brm.class)
    ReloadableResourceManager (brj.class)
    SimpleReloadableResourceManager (bru.class)
    field namespaceMap matches c Ljava/util/Map;
    FallbackResourceManager (bre.class)
    field resourcePacks matches a Ljava/util/List;
    Resource (brk.class)
    ResourceLocation (brl.class)
    method getPath matches a ()Ljava/lang/String;
    method getNamespace matches b ()Ljava/lang/String;
    ResourceLocation (brl.class)
    method getPath matches a ()Ljava/lang/String;
    method getNamespace matches b ()Ljava/lang/String;
    Resource (brk.class)
    Icon (pw.class)
    TextureObject (bqw.class)
    AbstractTexture (bqe.class)
    field glTextureId matches a I
    Texture (bqf.class)
    method getRGB matches d ()[I
    TextureManager (bqu.class)
    TextureAtlas (bqo.class)
    method registerIcon matches a (Ljava/lang/String;)Lpw;
    method refreshTextures1 matches a (Lbrm;)V
    method refreshTextures2 matches b (Lbrm;)V
    field animations matches e Ljava/util/List;
    TextureAtlasSprite (bqs.class)
    field textureName matches i Ljava/lang/String;
    TextureCompass (brb.class)
    TextureClock (bra.class)
    SimpleResource (brw.class)
    FontRenderer (bal.class)
    method getStringWidth matches a (Ljava/lang/String;)I
    method getCharWidth matches a (C)I
    method getUnicodePage matches a (I)Lbrl;
    Icon (pw.class)
    ResourceLocation (brl.class)
    method getPath matches a ()Ljava/lang/String;
    method getNamespace matches b ()Ljava/lang/String;
    AbstractTexture (bqe.class)
    field glTextureId matches a I
    Texture (bqf.class)
    method getRGB matches d ()[I
    Tessellator (bmw.class)
    field instance matches a Lbmw;
    method setColorOpaque_F matches b (FFF)V
    field instance matches a Lbmw;
    IconRegister (px.class)
    TextureAtlas (bqo.class)
    method registerIcon matches a (Ljava/lang/String;)Lpw;
    method refreshTextures1 matches a (Lbrm;)V
    method refreshTextures2 matches b (Lbrm;)V
    TextureManager (bqu.class)
    TextureAtlasSprite (bqs.class)
    field textureName matches i Ljava/lang/String;
    NBTBase (du.class)
    method getId matches a ()B
    NBTTagScalar (dv.class)
    NBTTagByte (df.class)
    field data matches b B
    NBTTagShort (ds.class)
    field data matches b S
    NBTTagInt (dn.class)
    field data matches b I
    NBTTagLong (dq.class)
    field data matches b J
    NBTTagFloat (dl.class)
    field data matches b F
    NBTTagDouble (dj.class)
    field data matches b D
    NBTTagByteArray (de.class)
    field data matches b [B
    NBTTagString (dt.class)
    field data matches b Ljava/lang/String;
    NBTTagList (dp.class)
    field data matches b Ljava/util/List;
    NBTTagCompound (dg.class)
    method getByte matches b (Ljava/lang/String;)B
    method setByte matches a (Ljava/lang/String;B)V
    method getByteArray matches k (Ljava/lang/String;)[B
    method setByteArray matches a (Ljava/lang/String;[B)V
    method getDouble matches i (Ljava/lang/String;)D
    method setDouble matches a (Ljava/lang/String;D)V
    method getFloat matches h (Ljava/lang/String;)F
    method setFloat matches a (Ljava/lang/String;F)V
    method getIntArray matches l (Ljava/lang/String;)[I
    method setIntArray matches a (Ljava/lang/String;[I)V
    method getInteger matches f (Ljava/lang/String;)I
    method setInteger matches a (Ljava/lang/String;I)V
    method getLong matches g (Ljava/lang/String;)J
    method setLong matches a (Ljava/lang/String;J)V
    method getShort matches e (Ljava/lang/String;)S
    method setShort matches a (Ljava/lang/String;S)V
    method getString matches j (Ljava/lang/String;)Ljava/lang/String;
    method setString matches a (Ljava/lang/String;Ljava/lang/String;)V
    method getBoolean matches n (Ljava/lang/String;)Z
    method setBoolean matches a (Ljava/lang/String;Z)V
    method getCompoundTag matches m (Ljava/lang/String;)Ldg;
    method getTag matches a (Ljava/lang/String;)Ldu;
    NBTTagIntArray (dm.class)
    field data matches b [I
    Block (ahy.class)
    method getBlockIcon matches e (Lagb;IIII)Lpw;
    field blockRegistry matches c Lcv;
    BlockGrass (ajx.class)
    BlockMycelium (akt.class)
    IBlockAccess (agb.class)
    Icon (pw.class)
    Tessellator (bmw.class)
    field instance matches a Lbmw;
    method setColorOpaque_F matches b (FFF)V
    RenderBlocks (bmb.class)
    RegistryBase (cz.class)
    Registry (cv.class)
    Item (abr.class)
    method getItemName matches a ()Ljava/lang/String;
    field itemRegistry matches e Lcv;
    RegistryBase (cz.class)
    Registry (cv.class)
    IBlockAccess (agb.class)
    Minecraft (azh.class)
    method getInstance matches A ()Lazh;
    field theWorld matches f Lbjw;
    World (afr.class)
    WorldClient (bjw.class)
    BiomeGenBase (agk.class)
    field biomeList matches aD [Lagk;
    field color matches ag I
    method getGrassColor matches b (III)I
    method getFoliageColor matches c (III)I
    ResourceLocation (brl.class)
    method getPath matches a ()Ljava/lang/String;
    method getNamespace matches b ()Ljava/lang/String;
    NBTTagCompound (dg.class)
    method getByte matches b (Ljava/lang/String;)B
    method setByte matches a (Ljava/lang/String;B)V
    method getByteArray matches k (Ljava/lang/String;)[B
    method setByteArray matches a (Ljava/lang/String;[B)V
    method getDouble matches i (Ljava/lang/String;)D
    method setDouble matches a (Ljava/lang/String;D)V
    method getFloat matches h (Ljava/lang/String;)F
    method setFloat matches a (Ljava/lang/String;F)V
    method getIntArray matches l (Ljava/lang/String;)[I
    method setIntArray matches a (Ljava/lang/String;[I)V
    method getInteger matches f (Ljava/lang/String;)I
    method setInteger matches a (Ljava/lang/String;I)V
    method getLong matches g (Ljava/lang/String;)J
    method setLong matches a (Ljava/lang/String;J)V
    method getShort matches e (Ljava/lang/String;)S
    method setShort matches a (Ljava/lang/String;S)V
    method getString matches j (Ljava/lang/String;)Ljava/lang/String;
    method setString matches a (Ljava/lang/String;Ljava/lang/String;)V
    method getBoolean matches n (Ljava/lang/String;)Z
    method setBoolean matches a (Ljava/lang/String;Z)V
    method getCompoundTag matches m (Ljava/lang/String;)Ldg;
    method getTag matches a (Ljava/lang/String;)Ldu;
    Tessellator (bmw.class)
    field instance matches a Lbmw;
    method setColorOpaque_F matches b (FFF)V
    Entity (qr.class)
    EntityLivingBase (rl.class)
    method getEntityTexture matches aT ()Ljava/lang/String;
    method writeToNBT matches b (Ldg;)V
    method readFromNBT matches a (Ldg;)V
    Render (bod.class)
    method loadTexture matches a (Lbrl;)V
    method getEntityTexture matches a (Lqr;)Lbrl;
    RenderLivingEntity (bow.class)
    RenderLiving (boz.class)
    RenderSpider (bpk.class)
    RenderEnderman (bob.class)
    RenderSheep (bpf.class)
    RenderWolf (bpt.class)
    RenderSnowman (bpj.class)
    RenderMooshroom (bpa.class)
    RenderFish (boh.class)
    RenderLeash (boz.class)
    Minecraft (azh.class)
    method getInstance matches A ()Lazh;
    field theWorld matches f Lbjw;
    IBlockAccess (agb.class)
    Tessellator (bmw.class)
    field instance matches a Lbmw;
    method setColorOpaque_F matches b (FFF)V
    ResourceLocation (brl.class)
    method getPath matches a ()Ljava/lang/String;
    method getNamespace matches b ()Ljava/lang/String;
    Block (ahy.class)
    BlockCauldron (aim.class)
    BiomeGenBase (agk.class)
    field biomeList matches aD [Lagk;
    Item (abr.class)
    method getItemName matches a ()Ljava/lang/String;
    ItemBlock (zx.class)
    field block matches a Lahy;
    ItemRenderer (bmn.class)
    Potion (qm.class)
    PotionHelper (add.class)
    World (afr.class)
    method getWorldChunkManager matches u ()Lagr;
    WorldClient (bjw.class)
    WorldProvider (ape.class)
    WorldProviderHell (apf.class)
    WorldProviderEnd (aph.class)
    WorldChunkManager (agr.class)
    method getBiomeGenAt matches a (II)Lagk;
    Entity (qr.class)
    field worldObj matches p Lafr;
    EntityFX (blc.class)
    EntityRainFX (blv.class)
    EntityDropParticleFX (bko.class)
    EntitySplashFX (blo.class)
    EntityBubbleFX (bkl.class)
    EntitySuspendFX (blp.class)
    EntityPortalFX (blj.class)
    EntityAuraFX (blq.class)
    EntityLivingBase (rl.class)
    EntityRenderer (bmi.class)
    BlockRedstoneWire (alq.class)
    RenderBlocks (bmb.class)
    method renderBlockCauldron matches a (Laim;III)Z
    EntityReddustFX (blk.class)
    RenderGlobal (bmp.class)
    MapColor (avl.class)
    field mapColorArray matches a [Lavl;
    field colorValue matches L I
    field colorIndex matches M I
    ItemDye (aaz.class)
    field dyeColorNames matches a [Ljava/lang/String;
    field dyeColors matches c [I
    EntitySheep (vf.class)
    field fleeceColorTable matches bp [[F
    ItemArmor (zr.class)
    RenderWolf (bpt.class)
    RecipesDyedArmor (adk.class)
    EntityList (qx.class)
    method addMapping matches a (Ljava/lang/Class;Ljava/lang/String;III)V
    ItemSpawnerEgg (acu.class)
    FontRenderer (bal.class)
    TileEntitySignRenderer (bng.class)
    RenderXPOrb (boe.class)
    IBlockAccess (agb.class)
    Tessellator (bmw.class)
    field instance matches a Lbmw;
    method setColorOpaque_F matches b (FFF)V
    Icon (pw.class)
    ResourceLocation (brl.class)
    method getPath matches a ()Ljava/lang/String;
    method getNamespace matches b ()Ljava/lang/String;
    Block (ahy.class)
    RenderBlocks (bmb.class)
    field overrideBlockTexture matches d Lpw;
    field blockAccess matches a Lagb;
    method renderBottomFace matches a (Lahy;DDDLpw;)V
    method renderTopFace matches b (Lahy;DDDLpw;)V
    method renderNorthFace matches c (Lahy;DDDLpw;)V
    method renderSouthFace matches d (Lahy;DDDLpw;)V
    method renderWestFace matches e (Lahy;DDDLpw;)V
    method renderEastFace matches f (Lahy;DDDLpw;)V
    method renderBlockAsItem matches a (Lahy;IF)V
    method getIconBySideAndMetadata matches a (Lahy;II)Lpw;
    method getIconBySide matches a (Lahy;I)Lpw;
    method drawCrossedSquares matches a (Lpw;DDDF)V
    WorldRenderer (bmd.class)
    Minecraft (azh.class)
    method getInstance matches A ()Lazh;
    ResourceLocation (brl.class)
    method getPath matches a ()Ljava/lang/String;
    method getNamespace matches b ()Ljava/lang/String;
    Block (ahy.class)
    IBlockAccess (agb.class)
    WorldRenderer (bmd.class)
    field skipRenderPass matches m [Z
    EntityRenderer (bmi.class)
    RenderGlobal (bmp.class)
    RenderBlocks (bmb.class)
    Minecraft (azh.class)
    method getInstance matches A ()Lazh;
    field theWorld matches f Lbjw;
    ResourceLocation (brl.class)
    method getPath matches a ()Ljava/lang/String;
    method getNamespace matches b ()Ljava/lang/String;
    World (afr.class)
    method getWorldTime matches I ()J
    WorldClient (bjw.class)
    RenderGlobal (bmp.class)
    EffectRenderer (bld.class)
    EntityFireworkSparkFX (bkt.class)
    EntityFireworkOverlayFX (bks.class)
    ResourceLocation (brl.class)
    method getPath matches a ()Ljava/lang/String;
    method getNamespace matches b ()Ljava/lang/String;
    Tessellator (bmw.class)
    field instance matches a Lbmw;
    method setColorOpaque_F matches b (FFF)V
    NBTTagCompound (dg.class)
    method getByte matches b (Ljava/lang/String;)B
    method setByte matches a (Ljava/lang/String;B)V
    method getByteArray matches k (Ljava/lang/String;)[B
    method setByteArray matches a (Ljava/lang/String;[B)V
    method getDouble matches i (Ljava/lang/String;)D
    method setDouble matches a (Ljava/lang/String;D)V
    method getFloat matches h (Ljava/lang/String;)F
    method setFloat matches a (Ljava/lang/String;F)V
    method getIntArray matches l (Ljava/lang/String;)[I
    method setIntArray matches a (Ljava/lang/String;[I)V
    method getInteger matches f (Ljava/lang/String;)I
    method setInteger matches a (Ljava/lang/String;I)V
    method getLong matches g (Ljava/lang/String;)J
    method setLong matches a (Ljava/lang/String;J)V
    method getShort matches e (Ljava/lang/String;)S
    method setShort matches a (Ljava/lang/String;S)V
    method getString matches j (Ljava/lang/String;)Ljava/lang/String;
    method setString matches a (Ljava/lang/String;Ljava/lang/String;)V
    method getBoolean matches n (Ljava/lang/String;)Z
    method setBoolean matches a (Ljava/lang/String;Z)V
    method getCompoundTag matches m (Ljava/lang/String;)Ldg;
    method getTag matches a (Ljava/lang/String;)Ldu;
    NBTTagList (dp.class)
    field data matches b Ljava/util/List;
    Icon (pw.class)
    Item (abr.class)
    method getItemName matches a ()Ljava/lang/String;
    method getIconIndex matches j (Labt;)Lpw;
    method getIconFromDamageForRenderPass matches a (II)Lpw;
    ItemArmor (zr.class)
    ItemStack (abt.class)
    field stackTagCompound matches d Ldg;
    method getItem matches b ()Labr;
    EntityItem (wa.class)
    method getEntityItem matches f ()Labt;
    ItemRenderer (bmn.class)
    method renderItemIn2D matches a (Lbmw;FFFFIIF)V
    RenderItem (bon.class)
    field zLevel matches f F
    RenderLivingEntity (bow.class)
    RenderBiped (bol.class)
    method getArmorTexture2 matches a (Lzr;I)Lbrl;
    method getArmorTexture3 matches a (Lzr;ILjava/lang/String;)Lbrl;
    RenderPlayer (bpe.class)
    RenderSnowball (bos.class)
    EntityLivingBase (rl.class)
    method getCurrentItemOrArmor matches q (I)Labt;
    method getItemIcon matches b (Labt;I)Lpw;
    EntityLiving (rm.class)
    EntityPlayer (xp.class)
    AbstractClientPlayer (blw.class)
    Potion (qm.class)
    field potionTypes matches a [Lqm;
    method getName matches a ()Ljava/lang/String;
    PotionHelper (add.class)
    method getMundaneName matches c (I)Ljava/lang/String;
    
    14 available mods:
    [YES] __Base 1.4 - Internal mod required by the patcher.
    [YES] __TexturePackBase 4.1 - Internal mod required by the patcher.
    [YES] Extended HD 3.2 - Provides support for custom animations, HD fonts, mipmapping, and other graphical features.
    [YES] __TilesheetBase 2.2 - Internal mod required by the patcher.
    [YES] __NBT 1.1 - Internal mod required by the patcher.
    [YES] __BlockAPI 2.0 - Internal mod required by the patcher.
    [YES] __ItemAPI 2.0 - Internal mod required by the patcher.
    [YES] __BiomeAPI 2.0 - Internal mod required by the patcher.
    [YES] Random Mobs 1.7 - Randomize mob skins if texture pack supports it. Based on Balthichou's mod.
    [YES] Custom Colors 1.7 - Gives texture packs control over hardcoded colors in the game.
    [YES] Connected Textures 2.5 - Enables support for connected, randomized, and other custom terrain textures.
    [YES] Better Glass 2.3 - Enables partial transparency for glass blocks.
    [YES] Better Skies 1.6 - Adds support for custom skyboxes.
    [YES] Custom Item Textures 0.6 - Enables support for custom item textures, enchantments, and armor.
    
    Patching...
    [*] __Base 1.4 - Internal mod required by the patcher.
    [*] __TexturePackBase 4.1 - Internal mod required by the patcher.
    [*] Extended HD 3.2 - Provides support for custom animations, HD fonts, mipmapping, and other graphical features.
    [*] __TilesheetBase 2.2 - Internal mod required by the patcher.
    [*] __NBT 1.1 - Internal mod required by the patcher.
    [*] __BlockAPI 2.0 - Internal mod required by the patcher.
    [*] __ItemAPI 2.0 - Internal mod required by the patcher.
    [*] __BiomeAPI 2.0 - Internal mod required by the patcher.
    [*] Random Mobs 1.7 - Randomize mob skins if texture pack supports it. Based on Balthichou's mod.
    [*] Custom Colors 1.7 - Gives texture packs control over hardcoded colors in the game.
    [*] Connected Textures 2.5 - Enables support for connected, randomized, and other custom terrain textures.
    [*] Better Glass 2.3 - Enables partial transparency for glass blocks.
    [*] Better Skies 1.6 - Adds support for custom skyboxes.
    [*] Custom Item Textures 0.6 - Enables support for custom item textures, enchantments, and armor.
    
    applying Minecraft patch to azh.class for mod __Base
    MCPatcherUtils.setMinecraft(this) (Lbak;IIZZLjava/io/File;Ljava/io/File;Ljava/io/File;Ljava/net/Proxy;Ljava/lang/String;Lcom/google/common/collect/Multimap;)V@0
    applying Minecraft patch to azh.class for mod __TexturePackBase
    init texture pack handlers on startup ac()V@564
    check for texture pack change ag()V@0
    applying GameSettings patch to bab.class for mod __Base
    use options..txt if present (Lazh;Ljava/io/File;)V@996
    applying FontRenderer patch to bal.class for mod Extended HD
    insert field charWidthf [F
    insert field defaultFont LResourceLocation;
    insert field hdFont LResourceLocation;
    insert field isHD Z
    insert field fontAdj F
    make method readFontData public
    make field fontResource not final
    override font name c()V@0
    FontUtils.computeCharWidthsf on init c()V@268
    use charWidthf instead of charWidth a(IZ)F@200
    override getStringWidth a(Ljava/lang/String;)I@0
    4.0f -> charWidthf[32] a(ICZ)F@6
    override unicode font name a(I)Lbrl;@41
    
    Unexpected error while handling UI event java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=javax.swing.text.DefaultCaret$1@4ac342e6,notifier=null,catchExceptions=false,when=1385779299883] on sun.lwawt.macosx.LWCToolkit@5958a84a
    java.lang.ArrayIndexOutOfBoundsException: 1012
    at javax.swing.text.BoxView.layoutMinorAxis(BoxView.java:846)
    at javax.swing.text.BoxView.setSpanOnAxis(BoxView.java:344)
    at javax.swing.text.BoxView.layout(BoxView.java:708)
    at javax.swing.text.BoxView.setSize(BoxView.java:397)
    at javax.swing.text.WrappedPlainView.setSize(WrappedPlainView.java:388)
    at javax.swing.plaf.basic.BasicTextUI$RootView.setSize(BasicTextUI.java:1714)
    at javax.swing.plaf.basic.BasicTextUI.modelToView(BasicTextUI.java:1046)
    at javax.swing.text.DefaultCaret.repaintNewCaret(DefaultCaret.java:1311)
    at javax.swing.text.DefaultCaret$1.run(DefaultCaret.java:1290)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:741)
    at java.awt.EventQueue.access$400(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:694)
    at java.awt.EventQueue$3.run(EventQueue.java:691)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:711)
    at com.prupe.mcpatcher.MainForm$1.dispatchEvent(MainForm.java:99)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:220)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:135)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:123)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:119)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:111)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)
    undo font adjustment a(IZ)F@121
    undo font adjustment a(IZ)F@144
    undo font adjustment a(IZ)F@164
    undo font adjustment a(IZ)F@190
    
    Restoring original profile due to previous error
    com.prupe.mcpatcher.PatcherException$PatchError: java.lang.InterruptedException: sleep interrupted
    at com.prupe.mcpatcher.MCPatcher.patch(MCPatcher.java:774)
    at com.prupe.mcpatcher.MainForm$12$1.runImpl(MainForm.java:362)
    at com.prupe.mcpatcher.MainForm$UIWorker.run(MainForm.java:1057)
    Caused by: java.lang.InterruptedException: sleep interrupted
    at java.lang.Thread.sleep(Native Method)
    at com.prupe.mcpatcher.MCPatcher.checkInterrupt(MCPatcher.java:268)
    at com.prupe.mcpatcher.MCPatcher.applyPatches(MCPatcher.java:944)
    at com.prupe.mcpatcher.MCPatcher.applyMods(MCPatcher.java:835)
    at com.prupe.mcpatcher.MCPatcher.patch(MCPatcher.java:761)
    ... 2 more
    Posted in: Resource Packs
  • 0

    posted a message on [1.5.2] Audiotori r6 - Cascading sound pack manager
    Quote from Retarded_Pig

    Have you checked if audiotori is turned on? There is an on/off button on the F9 menu.


    Audiotori is on, the soundpack is on.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5.2] Audiotori r6 - Cascading sound pack manager
    Quote from Retarded_Pig

    Did you drag in the alpha sound pack as a folder and not a .zip? I don't think audiotori can recognise packs that aren't just regular folders.


    When I put the .audiotori files into a .zip folder, it comes up in the in-game GUI, however, the .audiotori sounds don't get used.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5.2] Audiotori r6 - Cascading sound pack manager
    I'm trying to use r3_1_4_6 (yes I know, it's outdated) in MacOS. I have the alpha soundpack (which I love) installed in the /audiotori/ folder, but when I launch the game, the new sounds aren't there.

    I think the issue is that it is looking for .minecraft/audiotori, while I have minecraft/audiotori. Is there anyway to fix this?


    (NOTE: I'm stuck on 1.4.7 do to other mods that haven't been updated yet (cough RedPower))
    Posted in: Minecraft Mods
  • 0

    posted a message on All-U-Want - Create and edit items, entities, spawners, and more!
    Is this mod compatible with NEI? If not, could you add compatibility?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5.1]ID Resolver (Finally updated!)
    It seems like ID Resolver has stopped working for me. I'm not getting any errors directly related to IDR but it isn't resolving any ID conflicts (the whole reason I downloaded and installed it and GUI API). I have tried unistalling it and reinstalling it (and GUI API). I am using the latest version of Forge on MC 1.5.2.
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    Why are some items, like the T2 (Enchanted) Golden Apple or 'Classic' (non-flammable) Wooden Planks, not available in NEI? Is there anyway to show them?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] Team CoFH Mods - Thermal Expansion 3.0.0.0
    I don't know if this has been addressed yet, but when there is an update, can you have us notified in the chat instead of the server logs?

    If it happens in the chat (eg, when a world is loaded), users are far more likely to see it.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5.1]ID Resolver (Finally updated!)
    Just out of curiosity, does ID Resolver (in its current form) work on 1.5.2 and biome ids?
    Posted in: Minecraft Mods
  • 0

    posted a message on Better Anvils! Removes the level limit
    Love the mod, but I'm having some issues. I have 'betterAnvil - 147 - 3.2.zip' in my minecraft/mods folder (my client is still on 1.4.7), but I can't find it in the 'Mods' section (pressing the 'Mods' button under 'Multiplayer' and when I put my sword in an anvil (enchantments are Unbreaking V, Looting III, Vorpal III, and Sharpness IV if it matters), I get the message that it is 'too expensive'.

    I'm never getting any error messages in my logs. I've tried deleting the file, then readding it but that hasn't work. Any ideas?
    Posted in: Minecraft Mods
  • 0

    posted a message on Auto Farming
    Quote from Fauxiss

    You can configure forestry. You can disable the newer features of forestry in the configuration file and just use the old ones.


    Ah. Thank you. I guess I never thought to look in the config.

    Edit: I actually could not find a way to disable the multiblock farms in any of the forestry config files. Do I need to add an argument? If so, what is it?
    Posted in: Requests / Ideas For Mods
  • To post a comment, please .