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.

Alexthe666

Members
  • Joined

  • Last visited

Everything posted by Alexthe666

  1. Hmm, after updating to a later version i get a different error. Instead of crashing, my game freezes. Here's the log:
  2. Yeah, the breakpoint was triggered.
  3. Alright, but its pretty big. Here is the Entity's parent class(error will most likely be here): https://github.com/Alex-the-666/Ice_and_Fire/blob/master/src/main/java/com/github/alexthe666/iceandfire/entity/EntityDragonBase.java Then the child class that's spawned: https://github.com/Alex-the-666/Ice_and_Fire/blob/master/src/main/java/com/github/alexthe666/iceandfire/entity/EntityFireDragon.java Then the Class where the entities are registered: https://github.com/Alex-the-666/Ice_and_Fire/blob/master/src/main/java/com/github/alexthe666/iceandfire/core/ModEntities.java If you need anymore classes, they are on the github.
  4. Couldn't you look at RenderCreeper to see how it renders the charged effect?
  5. Alright, so i spawned another mob, and it worked. however, i tried again, then crashed. Log: http://pastebin.com/LHyukY1c Still no idea what is wrong here. It worked on my other mod with entities.
  6. https://github.com/FossilsArcheologyRevival/FossilArcheology1.7/blob/master/src/main/java/com/github/revival/client/gui/GuiPedia.java#L521 I had a similar issue with my mod, you can see how I fixed it here.
  7. Hello! I have an entity which spawns via a spawn egg. I have tis code in a class called ModEntites.java, which is called in the init(). EntityRegistry.registerModEntity(EntityFireDragon.class, "firedragon", 1, IceAndFire.instance, 80, 3, false, 0X340000, 0XA52929); However, after spawning around 10 of my mobs normally, I spawn another. This one freezes minecraft completely, and the log prints out:

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.