• 0

    posted a message on [1.6.X] Portal Gun - Reconstructed [v1] - Rewritten... again.
    Mods loaded: 16
    ModLoader 1.2.5
    mod_CodeChickenCore 0.5.0
    mod_ModLoaderMp 1.2.5v1
    mod_MinecraftForge 3.0.1.75
    mod_BuildCraftCore 3.1.5
    mod_BuildCraftBuilders 3.1.5
    mod_BuildCraftEnergy 3.1.5
    mod_BuildCraftFactory 3.1.5
    mod_BuildCraftTransport 3.1.5
    mod_BuildCraftSilicon 3.1.5
    mod_EE 1.4.3.0
    mod_Forestry 1.4.4.0
    mod_BuildCraftZFP (Forestry Package)
    mod_NotEnoughItems 1.2.1
    mod_PortalGun 1.2.4v1
    mod_ThaumCraft 2.1
    
    Minecraft has crashed!
    ----------------------
    
    Minecraft has stopped running because it encountered a problem.
    
    
    
    
    --- BEGIN ERROR REPORT ae6ed350 --------
    Generated 4/14/12 12:02 PM
    
    Minecraft: Minecraft 1.2.5
    OS: Windows 7 (amd64) version 6.1
    Java: 1.7.0, Oracle Corporation
    VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    LWJGL: 2.4.2
    OpenGL: ATI Radeon HD 4800 Series version 3.3.11554 Compatibility Profile Context, ATI Technologies Inc.
    
    java.lang.AbstractMethodError: Portal_ItemWeightedCube.handleRenderType(Laan;Lforge/IItemRenderer$ItemRenderType;)Z
    at forge.MinecraftForgeClient.getItemRenderer(MinecraftForgeClient.java:126)
    at tw.a(RenderItem.java:339)
    at gb.a(GuiContainer.java:196)
    at gb.a(GuiContainer.java:114)
    at lr.b(EntityRenderer.java:1083)
    at EntityRendererProxy.b(EntityRendererProxy.java:21)
    at net.minecraft.client.Minecraft.x(Minecraft.java:869)
    at net.minecraft.client.Minecraft.run(Minecraft.java:747)
    at java.lang.Thread.run(Unknown Source)
    --- END ERROR REPORT 425e20c ----------
    
     



    Crashes when used with NEI
    Posted in: Minecraft Mods
  • 0

    posted a message on [Help Meh] Combine jo.class files
    public class jo extends di
    {
      public int a;
    
      public jo(int paramInt1, int paramInt2)
      {
        super(paramInt1);
        this.aT = 4;
        this.a = paramInt2;
      }
    
      public boolean a(ev paramev, dm paramdm, cn paramcn, int paramInt1, int paramInt2, int paramInt3, int paramInt4)
      {
        int i = paramcn.a(paramInt1, paramInt2, paramInt3);
    
        if (i == ly.aH.bc) {
    	  oc localoc = new oc(paramcn, paramInt1 + 0.5F, paramInt2 + 0.5F, paramInt3 + 0.5F, this.a);
    
          if (localoc.d == 0)
          {
            if (paramdm.af != null) {
              paramdm.af.ae = null;
            }
            paramdm.af = localoc;
            localoc.ae = paramdm;
          }
          
          paramcn.a(localoc);
          paramev.a -= 1;
          return true;
        }
        return false;
      }




    that should work.

    steps to do this:
    compare file 1 to the original
    look at file 2 and compare it to the original and file 2, anything from file 1 that matches the original is ok to change when copying code from file 2

    if file 1 depends on changing the original code and file 2 has to change that same code then you'll probably run into some problems but this one didn't so that should work
    Posted in: Mods Discussion
  • 0

    posted a message on Minecraft SMP API V2.8.7_19 | Works on 0.2.8!
    Quote from oddsheogorath »
    Quote from RoboticOverlord »
    I followed the instructions for using this and when i started the server up none of the chat messages would display, they didn't show up on the server console either. I have no addon's currently in place. whenever the users try to chat the server just does nothing with it.


    I need a confirmation on this. We've been hosting a server with 10 people for the past 7 hours and nothing went wrong yet.



    What version of the server is this written for?

    Edit: I am using all current software, latest version of the server and client.
    Posted in: Alpha - Survival Multiplayer Discussion
  • 0

    posted a message on Minecraft SMP API V2.8.7_19 | Works on 0.2.8!
    I followed the instructions for using this and when i started the server up none of the chat messages would display, they didn't show up on the server console either. I have no addon's currently in place. whenever the users try to chat the server just does nothing with it.
    Posted in: Alpha - Survival Multiplayer Discussion
  • To post a comment, please .