Particle location on blocks

Started by villagernumber9 on

Topic category: Help with Minecraft modding (Java Edition)

Active 5 months ago
Joined Apr 2025
Points:
128

User statistics:

  • Modifications: 0
  • Forum topics: 16
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 34
Particle location on blocks

I'm trying to make a block emit particles on it's surface (like when waxing a copper block) but the dx, dy and dz values are screwing me over. If I set them to 1, particles are emitted all around the block but in like a 3x3 area. If I set them to 0.5 the particles are in the block but only on 1 corner. And if I set them to 0 they're in 1 pixel in a corner.  Does anyone know how to fix?