Jump to content

JLibhat

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

JLibhat's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Good morning, I'm just starting to use mcp, my knowledge is basic and I would like to know how I would do to pass a forge mod to a native Minecraft code (ModCoderPack).
  2. 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.
  3. 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.