SpASM
SpASM is a simple and efficient tool for dynamic class transformation in Minecraft. Unlike other solutions, this mod allows registering transformers that process absolutely all classes without the need to specify specific class names.
Key Features
- Universal Processing: Transformers are automatically applied to all classes
- Simple Integration: Uses the standard entry point
spasm:transformer - Clean Implementation: Works at the ASM level without unnecessary dependencies
- Flexibility: Supports any class modifications through the
net.mine_diver.spasm.api.transform.ClassTransformerinterface