Jump to content

Agravaine

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by Agravaine

  1. Hello. public IIcon getIcon(IBlockAccess world, int x, int y, int z, int side){ return FMLClientHandler.instance().getClientPlayerEntity().capabilities.isCreativeMode ? super.getIcon(world, x, y, z, side) : iconEmpty; } Block texture changes only when I update the blocks in the chunk (destroy, put etc). How to make it so that when the player was of creative mode texture change immediately?
  2. Make, please, api to add slots in the player's inventory. I think it will be useful to many!
  3. Look on this topic: http://www.minecraftforge.net/forum/index.php/topic,25161.msg127886.html#msg127886
  4. Yes, you just need to send a packet to the server.
  5. Help, please. @SubscribeEvent public void onPlayerLoggedIn(PlayerLoggedInEvent e){ System.out.println(Minecraft.getMinecraft().currentScreen); FMLClientHandler.instance().showGuiScreen(new GuiSelectTeam()); } This is not work.
  6. I have a spell "paralysis". It is necessary to completely immobilize the player. That he could not even look around.
  7. How to disable all lwjgl input(Keyboard and mouse)?
×
×
  • Create New...

Important Information

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