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.

LordVakar

Members
  • Joined

  • Last visited

  1. This is what I get everytime I try to spawn the mob:
  2. What is the line of code to add textures to mobs in 1.6.1 with forge? Thank you if you reply. Is it: this.texture = minecraft/assets/MODID/textures/mobs/Mob.png"; ? or is the /mobs/ actually /entity/ EDIT: Fixed my derp on the this.texture code that may be the code I'm looking for.
  3. Also, maybe try naming your .png file not like this: ElvenAxe You could try naming it: elvenAxe I'm not sure if it makes a difference, just another tip.
  4. Well this didn't work for me and other methods didn't too FOR HOURS, until I moved all my registering items into PreInit. I have spent all day and now it has worked. I was only texturing items so ya. This was my code in my items I used: public void registerIcons(IconRegister iconRegister) { this.itemIcon = iconRegister.registerIcon("AlchemistsRPG:elvenAxe"); } So...some tips: In my forge\mcp\src\minecraft\assets, I had a folder named alchemistsrpg. Make sure that your folder is lowercased. Don't make it named AlchemistsRPG. However in your code, you can uppercase it. I believe someone posted this tip already. Also, I think it is good to make sure that the folder is your modid. Dunno if this will help. -Vakar

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.