File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/main/kotlin/com/lambda/interaction/managers/breaking Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ import com.lambda.util.player.swingHand
9292import net.minecraft.block.BlockState
9393import net.minecraft.client.sound.PositionedSoundInstance
9494import net.minecraft.client.sound.SoundInstance
95- import net.minecraft.client.world.BlockParticleEffectsManager
9695import net.minecraft.entity.ItemEntity
9796import net.minecraft.item.ItemStack
9897import net.minecraft.sound.SoundCategory
@@ -747,8 +746,7 @@ object BreakManager : Manager<BreakRequest>(
747746 }
748747
749748 if (breakConfig.particles) {
750- // ToDo: Set block breaking info on world.blockBreakingInfo
751- // mc.particleManager.addBlockBreakingParticles(ctx.blockPos, hitResult.side)
749+ world.spawnBlockBreakingParticle(ctx.blockPos, hitResult.side)
752750 }
753751
754752 if (breakConfig.breakingTexture) {
You can’t perform that action at this time.
0 commit comments