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.

Elliot

Members
  • Joined

  • Last visited

Everything posted by Elliot

  1. Code shown above for the particle spawning. The "println" actually is called correctly and the X,Y,Z location is exactly correct for where I want to see the particles, yet they do not appear. public class SoulDustEntity extends EntityItem { This is being ran on a custom Entity Item that is created correctly when a custom item is thrown. The custom item is deleted instantly and replaced with this custom EntityItem which has the onUpdate method in it above to spawn particles around the item. I have checked my Minecraft settings to check if particles are enabled. I've tried without the "isRemote" code, and with, and checking for remote and not-remote. I've tired removing the "@SideOnly" too. I've been stuck on this for a week and checked so many threads. Any help I would love, thank you. ------------SOLVED------------------------- Minecraft MINECRAFT = Minecraft.getMinecraft(); Made a spawn particle handler inside of my client proxy class @Override public void spawnParticle(EnumParticleTypes particleType, double xCoord, double yCoord, double zCoord, double xSpeed, double ySpeed, double zSpeed) { MINECRAFT.world.spawnParticle(particleType, xCoord, yCoord, zCoord, xSpeed, ySpeed, zSpeed); }

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.