Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

v3XzZ

Members
  • Joined

  • Last visited

Everything posted by v3XzZ

  1. Yes, acctually just before i checked this post i found it. I use reflection to get access to the session in minecraft. Then i call the func. func_111285_a() to return the username. Thanks for the post anyway
  2. Anyone have any idea?
  3. Yes, i know there isn't. That's what i meant. I have tried to backlog but can't find anything so thats why I am asking. The only place I have seen any traces is in the FMLTweaker but there is no instance to that...
  4. Hello I wounder if anybody know how to get the players username during the preinit and/or init stage. The Minecraft.getMinecraft().thePlayer.username doesn't work until you load the world. Thank you for taking the time
  5. This is a simple but useful hook to get the player exhaustion level inside of FoodStat.java that I need and maybe others: /** * Get the player's exhaustion level. */ public float getExhaustionLevel() { return this.foodExhaustionLevel; } Thanks for reading!
  6. Yes, but you can't edit the standard armor model and you can't add a custom model to be rendered when the armor is equipped. That is what i need.
  7. Not really because that is not allaowing you to have a custom armor model and add a moddel. That only allow you to have a new item in the armor slot.
  8. Hi! I am developing a mod and i really need a hook to be able to chance how the armor model looks like. In my case i only need to resize the armor and i have tested that by editing source code so i know it works, but i don't want to edit the source so the mod is less compadable and have to be installed in the jar. And i was thinking that probobly other peoples want something like this so they can completly chance or add something to the armor. And oh, now i remembered. I am going to put on a extra moddel on to the player too. I don't want to say what but lets say for example feets. So it would be really nice to have a was to apply custom models and chance the classic armor with a hook. I can maybe do the hook if needed. Thanks for reading!

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.