promotional bannermobile promotional banner

PluralCraft

Experimental
A mod to allow DID to show who is fronting

File Details

pluralcraft-0.2.5.jar

  • A
  • Dec 2, 2025
  • 76.96 KB
  • 86
  • 1.20.1
  • Forge

File Name

pluralcraft-0.2.5.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:pluralcraft-1396715:7286938")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added

  • đŸ”¥ MCA REBORN INTEGRATION! - Now supports both Wildfire AND MCA!
    • Created MCACompat module with reflection-based integration
    • Attempts to modify MCA's PlayerData class when switching alters
    • Works alongside Wildfire integration - both can be used together!
    • Graceful fallback if MCA not loaded or incompatible version

Technical

  • New MCACompat class with applyBodyToMCA() method
  • Uses Java reflection to find MCA's PlayerData/VillagerData classes
  • Tries multiple common class names and field names for compatibility
  • Comprehensive error handling and logging

Notes

  • MCA Reborn primarily customizes VILLAGERS, not the player character
  • Integration is experimental - MCA may not expose player body customization
  • If MCA doesn't have PlayerData class, integration gracefully fails
  • Both Wildfire and MCA integrations work in parallel!