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
Added
- New sound datagen framework:
SoundEntryas a unified data model for sound definitions.RaccoonSoundProviderfor manualsounds.jsongeneration.AutoSoundProviderfor automatic generation from a list of entries.
- Example implementations for sound datagen:
ManualModSoundProviderAutoModSoundProviderDataGeneratorssetup
- Example
ModSoundsregistry demonstrating:- Integration between
DeferredRegisterand datagen - Helper methods (
singleSound,variedSound,customPaths) pattern
- Integration between
Changed
- Updated Gradle wrapper to 8.14.4
- Renamed
ArgumentTypes→ModArgumentTypes - Added
MODIDconstant in example mod class because why not - Small Javadoc changes

