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.

Xoroshio

Members
  • Joined

  • Last visited

Everything posted by Xoroshio

  1. Try and uninstall both and get Java 17
  2. You might need to have a custom model for the block too.
  3. What jar files are you trying to open and why are you trying to open them?
  4. Hello there, you have the wrong Java version and you need to update not downgrade. I hope this helps
  5. Did you accidentally update your minecraft forge version?
  6. You have to create an Entity class called PlayerPart and use multiple of them to make the different parts of the player. See EnderDragonPart.java source code. The green hitboxes of the dragon are all EnderDragonParts
  7. Yeah, so deltaMovement and jumping have to be done on the client. The reason it only happens on the client is so that the animations are smooth. Client to server communication for movement is not very smooth. You can move the player with player.setPos(x, y, z) on the server using manually managed velocity, but the player’s movement on the client will not be smooth. I hope this helps 😃
  8. On the one off the last lines of code you have put && boots.isEmpty() Instead of && !boots.isEmpty() is that a typo?
  9. Does anybody know how to add music to a custom dimension? In the dimension I have, I am only using vanilla biomes. Please forgive me if this is a dumb question 😊

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.