Jump to content

JLibhat

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by JLibhat

  1. 8 hours ago, DavidM said:

    No. No capes. Mojang explicitly stated that modders should not mess with capes.

    Adding backdoors to your mod is also a bad idea.

    12an5t.jpg.abb0212b893339c1b6477823abd0224d.jpg

     

    In addition, putting the cape code in post init makes no sense. Post init occurs when the game launches; it doesn't do anything about how a player is rendered.

    Mojang passed it to my ass, apart from the fact that he does not pay attention to the community, they want to ban any shit.

  2.  

    How can I set a custom Layer to a username?

     

     

    Is this code okay? and what is the code to establish the layer.

     

    public void init(FMLInitializationEvent event)
        {
            System.out.println("DIRT BLOCK >> "+Blocks.dirt.getUnlocalizedName());
            
            if(Minecraft.getMinecraft().getSession().getUsername() == "USERNAME_ONE" || Minecraft.getMinecraft().getSession().getUsername() == "USERNAME_TWO" )
            {
                 custom cape code.

            }
        }

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.