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.

Animefan8888

Forge Modder
  • Joined

  • Last visited

Everything posted by Animefan8888

  1. 1.6.4 can no longer be modded for and is no longer supported by forge.
  2. What does getBoundingBox() return and is it ever initialized?
  3. Sorry for not providing this in my last post. http://mcforge.readthedocs.io/en/latest/datastorage/capabilities/
  4. 1.9.4 is the final version of Minecraft for 1.9, it also does contain bug fixes, and it should be downwards compatible if it doesn't mess with changes made mainly bugfixes.
  5. You are only killing it client side though because world.isRemote you should be using !world.isRemote. You are killing the entity anyways it is at the end of the method and always gets called. Try adding return; at the end of the if entityHit != null if statement.
  6. 1.8 also uses the Capability system.
  7. If i am correct you need to run in debug mode for breakpoints to work, though i never use them much.
  8. Update to 1.10 and use the capability system.
  9. Blockstate doesnt belong in models.blockstate just blockstate
  10. Are yiu using metadata to specify what blockstate it is?
  11. The field named FACING look at how that is used.
  12. Do a != null check aswell as a isEmpty check
  13. The wonderfulness of the JSON system look in the furnaces blockstate JSON.
  14. Like so // You already have this. Inventory inventory = new Inventory(); inventory.readFromNBT(somehowGrabPlayerNBT); // Do rendering
  15. This was recently solved and is the same question. http://www.minecraftforge.net/forum/index.php/topic,41353.0.html
  16. Does your init method have @EventHandler annotation?
  17. I assume the best wat to make a custom ISound would be to create a class that implements ISound.
  18. If you know java you should know about casting.
  19. That is what is supposed to happen, you need to override onDescriptionPacket and getDescriptionPacket (not sure if i got those names right) in your TE's class. *Edit that is for syncing client and server.
  20. You mean like BlockPlanks.EnumType.OAK
  21. Does the console log that a portal is being placed when you enter the overworld again?
  22. You are missing @EventHandler for your init method.

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.