promotional bannermobile promotional banner

RaccoonCore

A lightweight core library for my Forge mods. Provides shared infrastructure and some small utilities.

File Details

raccooncore-1.20.1-2.5.0.jar

  • R
  • Mar 31, 2026
  • 62.54 KB
  • 1.9K
  • 1.20.1
  • Forge

File Name

raccooncore-1.20.1-2.5.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Added

  • New sound datagen framework:
    • SoundEntry as a unified data model for sound definitions.
    • RaccoonSoundProvider for manual sounds.json generation.
    • AutoSoundProvider for automatic generation from a list of entries.
  • Example implementations for sound datagen:
    • ManualModSoundProvider
    • AutoModSoundProvider
    • DataGenerators setup
  • Example ModSounds registry demonstrating:
    • Integration between DeferredRegister and datagen
    • Helper methods (singleSound, variedSound, customPaths) pattern

Changed

  • Updated Gradle wrapper to 8.14.4
  • Renamed ArgumentTypesModArgumentTypes
  • Added MODID constant in example mod class because why not
  • Small Javadoc changes