Eaglercraft-1.12.2-forge / mods /no_block_particles.js
soiz1's picture
Upload 41 files
8524bea verified
raw
history blame contribute delete
332 Bytes
// Use ModAPI.util.getMethodFromPackage to find the internal name of the block destroy effect method
// and we replace it with our own function, that does nothing.
ModAPI.hooks.methods[
ModAPI.util.getMethodFromPackage(
"net.minecraft.client.particles.EffectRenderer",
"addBlockDestroyEffects"
)
] = () => {}